Hi, Can the definition of \url be changed so that \useURL[google][http://www.google.com]\url[google] will create a hyperlink? I tried changing the definition of \url to (changed last line) \unexpanded\def\url[#1]% {\dontleavehmode \begingroup \dosetfontattribute\??ur\c!style \dosetcolorattribute\??ur\c!color \goto{\hyphenatedurl{\ctxlua{structures.references.urls.get("#1","\@@uralternative","\@@urspace")}}}[fileorurl(#1)]% \endgroup} but this makes \url inherit the style from \setupinteraction rather than \setupurl. Also, \url does not support urlalternative for splitting url. Consider the following example from strc-ref: \startasciimode \useURL [test] [sentence_sentence%sentence#sentence~sentence/sentence//sentence:sentence.sentence] \stopasciimode \startlinecorrection \hbox to \hsize {\hss\en \setupreferencing[urlalternative=both]% \vbox{\hsize.25cm\hbox{\bf both}\prewordbreak\url[test]}% \hss \setupreferencing[urlalternative=before]% \vbox{\hsize.25cm\hbox{\bf before}\prewordbreak\url[test]}% \hss \setupreferencing[urlalternative=after]% \vbox{\hsize.25cm\hbox{\bf after}\prewordbreak\url[test]}% \hss} \stoplinecorrection The url spliiting the same in all three cases. Aditya