# 2b. In-text references

Besides navigating your library through the Search Panel, some actions are directly available from Roam page references. The extension will detect any page references `[[]]` starting with **@**, and check them against the citekeys of all the items whose data has been loaded. If there is a match, you'll be able to right-click on the page reference & bring up a context menu :

![If the citekey can't be found among the loaded Zotero items, the menu won't show.](/files/-MbnFFmuxwoh-hYB-PjD)

{% hint style="info" %}
The menu will be displayed only for `[[`page references`]]` - not tags, or aliases.\
\
The citation format will transform the reference into an alias, e.g `[Scott et al. (2003)]([[@scottQuantitativeMeasurementOrganizational2003]])`. \
Note that the reverse operation (citation -> citekey) isn't possible due to how Roam represents aliases.
{% endhint %}


---

# 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://alix-lahuec.gitbook.io/zotero-roam/v0.6/how-to/inline.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.
