# Attention Reasons

Inbox automatically assigns attention based on PR activity. The following reasons may be assigned for getting attention:

* A code review has been assigned to you
* A reviewer commented on a PR authored by you
* A reviewer approved a PR authored by you
* Someone manually assigned the attention to you
* A required status check is failing on a PR authored by you

And likewise there may be PRs associated with you but are waiting on actions from others:

* A PR is waiting for the reviewer's comments
* A PR you reviewed is waiting on the author to take an action
* You manually removed attention from this PR
* The PR is in the merge queue waiting to be merged


---

# 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/attention-reasons.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.
