# How-to Guides for FlexReview

- [How to Get a Reviewer Suggestion](https://docs.aviator.co/flexreview/how-to-guides/get-reviewer-suggestion.md): Get a reviewer suggestion from FlexReview with the Aviator app installed on your GitHub repository. View suggested reviewers without adding comments to a PR
- [How to Exclude Reviewers](https://docs.aviator.co/flexreview/how-to-guides/excluding-reviewers.md): Learn how to exclude certain reviewers from being suggested. They will be still accepted for approval check validation but are never suggested by FlexReview.
- [How to Set Up Team Rules](https://docs.aviator.co/flexreview/how-to-guides/set-up-team-rules.md): Read how to set up team rules in FlexReview. Get instructions on using Team Dashboard, Review Assignment, setting internal and external review SLOs, and more.
- [Whitelist Teams for Review Assignment](https://docs.aviator.co/flexreview/how-to-guides/whitelist-teams-for-review-assignment.md): Step-by-step guide on whitelisting teams for automatic reviewer assignment in FlexReview.
- [Troubleshoot Reviewer Assignment](https://docs.aviator.co/flexreview/how-to-guides/troubleshoot-reviewer-assignment.md): Find and fix issues with automatic reviewer assignment in FlexReview using this troubleshooting guide.
- [PagerDuty Integration for Reviewers](https://docs.aviator.co/flexreview/how-to-guides/pagerduty-integration-for-reviewers.md): Set up PagerDuty for automated reviewer assignments in FlexReview with this step-by-step guide.
- [How to Set Up FlexReview Validation](https://docs.aviator.co/flexreview/how-to-guides/how-to-set-up-flexreview-validation.md): Learn how to enable FlexReview validation in both Aviator and GitHub.
- [Recommended Slack Notification Settings](https://docs.aviator.co/flexreview/how-to-guides/recommended-slack-notification-settings.md): Get advice on setting up your FlexReview Slack notifications.
- [How to Exclude OOO Reviewers](https://docs.aviator.co/flexreview/how-to-guides/how-to-exclude-ooo-reviewers.md): Learn how to exclude out of office users from being automatically assigned as reviewers.


---

# 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.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.
