# How to Exclude Reviewers

In a large organization, it may be desired to exclude certain reviewers from being suggested. These could be SREs, managers, product managers, designers or other inactive collaborators who may have access to the code base, and have contributed in the past but are passive collaborators now.

The excluded reviewers are still accepted for approval check validation, but are never suggested by FlexReview.

To exclude the reviewers, go to [Repositories list view](https://app.aviator.co/repos), search for the repository that you want to change, and select FlexReview Status > Configure.

<figure><img src="/files/0WzNzSL7QA29te0X3VgY" alt=""><figcaption><p>FlexReview Configure</p></figcaption></figure>

On this page, enter their GitHub handles on the FlexReview config page. Enter one username per line.

<figure><img src="/files/JbPBVR3O12NW3lGSJ6Jj" alt=""><figcaption><p>Reviewer Exclusion configuration</p></figcaption></figure>

For situations where you want reviewers not to just be excluded from automated reviewer suggestion but to be completely ignored by FlexReview, you can add them to the Ignore List. This is ideal for bot users that are set as a normal User account in GitHub.

On the same page as the Reviewer Exclusion you can open up the Ignore List and add one GitHub username per line:

<figure><img src="/files/5hviHviiQf9mYJPCNaAK" alt=""><figcaption><p>Ignore List configuration</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/flexreview/how-to-guides/excluding-reviewers.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.
