# On-page menu

When opening a `@citekey` page, either in the main section or in the sidebar, a menu will appear with additional data, links and action buttons :&#x20;

<figure><img src="/files/BH99oFdiJe1FpGhYJ09x" alt=""><figcaption><p>If the item does not have a DOI, or attachments, not all of these elements will appear.</p></figcaption></figure>

Currently, the menu can display the following elements:

* **"Add metadata" button** *\[all items]*
* **"Import notes" button** *\[only items which have notes in Zotero]*
* **PDF links** *\[only items which have associated PDF files]*
* **Outgoing links to academic tools** *\[all items]*\
  Connected Papers, Semantic Scholar, & Google Scholar
* **Badge from** [**Scite.ai**](https://scite.ai) *\[only items with a DOI]*
  * Displaying the number of citations the item has (all / supporting / mentioning / contrasting)
* **Open in Zotero** (web/local) *\[all items]*
* **Related papers (from** [**Semantic Scholar**](https://www.semanticscholar.org/product/api)**)** *\[only items with a DOI]*
  * References : papers which are referenced by the item
  * Citing papers : papers which cite the item
  * Related library items : references & citing papers which are in the user's Zotero library

{% hint style="info" %}
You can decide which components to show, or when to show the menu, in your settings.
{% endhint %}

## Navigating related papers

### Related items in library

If there are references/citing papers which are stored in your (loaded) Zotero library, the button will indicate how many there are. Clicking on it will show the list :&#x20;

<figure><img src="/files/tSD2yEhN74bZVN39FN7S" alt=""><figcaption></figcaption></figure>

### Browsing references/citing papers

Clicking on "XX references" or "YY citing papers" will open a dialog, where you can search & sort papers that cite or are cited by your original paper:&#x20;

<figure><img src="/files/tGfLhax4w3wiq442XenT" alt=""><figcaption></figcaption></figure>

Search is multi-field across title, authors' last names, and publication year.

{% hint style="success" %}
As of v0.6.62, an "Add to Zotero" function is available.\
Note that, due to limitations of the Zotero standalone app, it's not possible to setup a combined "Add to Zotero & Roam" button.\
To make sure your new items are added to Roam, you can use the [contextual button](/zotero-roam/how-to/context-buttons.md#daily-notes-pages) on today's Daily Note page.
{% 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/how-to/onpage.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.
