> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/automations/queries-and-conditions/working-with-work-relay-context-objects/working-with-usdurl-context-object.md).

# Working with $Url context object

* Start create or edit action.
* Select $Url context object (1).
* Select item from context object items picklist (2).

![](/files/b2873894c5581c9c1b016dd70cb55e7ab28d0f0d)

**$Url context object items:**

* **FullUrl -** URL itself (e.g., `http://www.somedb.com/index.html`).
* **Protocol -** protocol used for retrieval (either **http** or **https**).
* **Host -** fully qualified domain name of a network host.
* **Path -** the portion of the URL from a slash (/) following the origin up to the query or fragment.
* **Port -** number used to identify a specific web server at the provided host name.
* **Query -** the portion of the URL from the first question mark (?) following the path up to the fragment.
* **Ref -** reference URL.
* **Params -** key-value pairs of URL parameters (stores string in a following format: `'{11=22, 33=44}'`).
