# Reference other Wonderly objects within your doc

Wonderly Docs support inline references, so you can connect related work without leaving the page. Type '@' anywhere in a doc body to search for and link to other items in Wonderly. The linked item appears as a clickable pill that takes anyone reading the doc directly to the source.

### Use the @ mention to insert a reference

{% hint style="info" %}
**When to use:** Any time you want to link to another Wonderly item while writing or editing a doc.
{% endhint %}

1. Inside a doc, type **"@"** followed by the name of the item you want to link (e.g., Leads project).
2. Select the correct item from the dropdown that appears.

{% embed url="<https://app.supademo.com/demo/cmoh9xflm2dqpza2ijjoavck6>" %}

**Expected outcome:** The referenced item appears as a clickable pill in your doc. Anyone reading the doc can click the pill to go directly to the linked item.

#### Field reference

* **@ search input** — The text you type after '@' filters results in real time.
* **Dropdown results** — Click any result to insert it as a reference pill.
* **Reference pill** — The linked item as it appears in the doc body. Clickable for all readers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.wonderly.com/help/work-hub/document-overview/creating-and-editing/reference-other-wonderly-objects-within-your-doc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
