# 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: 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/set-up-team-rules.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.
