> For the complete documentation index, see [llms.txt](https://docs.aviator.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aviator.co/flexreview/how-to-guides/set-up-team-rules.md).

# How to Set Up Team Rules

Navigate to the FlexReview Teams page to start your setup.

## Team Dashboard

On the dashboard, admins can select their team from the dropdown and see SLO metrics. The dashboard also shows which specific PRs have failed to meet the defined SLO time.

<figure><img src="/files/oC6Sbqkrl2vjQJZZjYvB" alt=""><figcaption><p>View SLO metrics via the dashboard.</p></figcaption></figure>

## Team Config

Navigate over to the `Team Config` to set up your team-specific rules.

### Review Assignment

Specify how you want reviews assigned on your team. Options include expert review, round robin, or no automatic assignment.

<figure><img src="/files/FbwuTCAvHT8mSvfJjaVO" alt="" width="563"><figcaption><p>Define review assignment.</p></figcaption></figure>

### SLO Config

You can set both internal and external review SLOs, and ensure that the SLO is only applied to PRs of a certain size. The internal SLO applies to reviewers on the same team, and the external SLO applies to members of other teams.

<figure><img src="/files/ycIlPRkC9DkaBzMRnBPE" alt="" width="563"><figcaption><p>Set up team-specific SLOs.</p></figcaption></figure>

### Team Default Slack Channel

You can specify the team Slack channel. This is used for notifications in the automation rules below.

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

### Automation Rules

FlexReview allows teams to set up automations. If multiple teams are responsible for a single PR, all rules for the relevant teams will be triggered.

Trigger options:

* When a new reviewer is assigned
* When there is no review activity for X hours

Action options:

* Send a Slack DM to the reviewer
* Send a Slack message to the team channel
* Reassign the PR to another reviewer

You can configure the rule to cascade to all decendent teams.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aviator.co/flexreview/how-to-guides/set-up-team-rules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
