# Branch Configurations

The Branch Configuration page in Hivel allows you to fine-tune various aspects of your branch management, ensuring accurate tracking and reporting of your development activities. Here's a detailed guide on configuring your release branches, review branches, flashy review thresholds, and PR exclusions.

#### Release Branch

The Release Branch section lets you specify the main branches to be tracked for deployment frequency, change failure rate, and mean time to restore calculations.

Ideally, these release branches represent the ones where pull requests are merged before being deployed to production - meaning any PR merged into these branches will eventually reach your live environment.

<div data-with-frame="true"><figure><img src="/files/6KEe2Z2cDJCVnvRZXZT1" alt=""><figcaption></figcaption></figure></div>

#### Review Branch

The Review Branch section is where you designate branches that are usually used for review activites. These branches are where it is usually expected for the reviewers to approve the PRs after review.

Only the PRs merged into these branches will be considered for metrics around reviews like PRs reviewed/unreviewed and Flashy Reviews.


---

# 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.hivel.ai/configurations/branch-configurations.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.
