# How to Exclude OOO Reviewers

FlexReview allows users to mark their out of office dates in Aviator to prevent them getting auto assigned when they're away. This helps reduce the load on their teammates who no longer have to keep an eye out of stray reviews and also helps the PR creators not have to chase down an unavailable user.

## Setting you or a teammate's out of office dates

Navigate to the Settings -> Out of Office page in your Personal settings. If you've noticed a teammate forgot to set their own OOO, you can navigate to their Github user in the top right corner. Then fill in the form with the start and end dates for the out of office event, and optionally leave the reason so your teammates know where you are.

<figure><img src="/files/uDGi0N55uJRE4a4RwvQi" alt=""><figcaption><p>Out of office entry</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/how-to-exclude-ooo-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.
