# How to Get a Reviewer Suggestion

With the Aviator app installed on your GitHub repository, it is possible to request suggested reviewers from FlexReview. This is done using a GitHub comment slash command:

```
/aviator flexreview suggest
```

FlexReview will post a comment showing the recommended reviewers, the PR author's expertise score, and alternate reviewers.

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

## Understanding the results

### Reviewers suggested

This is the list of reviewers that would be assigned if the FlexReview Team was enabled.

### Owners

The list of [Direct owners](/flexreview/concepts/recursive-ownership.md) for the code paths associated with the pull request.

### Common owner

The owner team that covers all modified file paths associated with the pull request.

### Expert and load balance assignment result

The results represents the list of candidates (up to 5) that were considered for the code review assignment, along with their corresponding scores across all files, and their active review load. The final scores are then calculated by discounting expert scores based on the review load.

For instance, in the example above, the user `draftcode` has an expert score of `1.0`, but after discounting for the current load of 7, their score went down to `-0.4` .

## See Also

* [<mark style="color:blue;">Aviator Slash Commands</mark>](/mergequeue/reference/slash-commands.md) For Aviator slash commands reference.


---

# 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/get-reviewer-suggestion.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.
