# Inbox Chrome Extension

Aviator’s [<mark style="color:blue;">Chrome extension</mark>](/aviator-chrome-extension.md) also lets you view AttentionSet directly from the GitHub UI. Similar to the Aviator dashboard workflow, you can see all the PRs that are waiting for your attention, indicated by the orange flag on the GitHub’s PR list view:

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

And toggle the attention on and off for the authors and reviewers from the PR details view page, right under the Reviewers section.

<figure><img src="/files/pvv8KxGRjSpu6tbSTbUS" alt=""><figcaption><p>Assign or remove attention</p></figcaption></figure>


---

# 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://docs.aviator.co/inbox/attentionset-chrome-extension.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.
