# Custom Sections

Custom sections let you create personalized views of pull requests in your Inbox. Each custom section is defined by a set of filters and appears alongside the predefined sections in your Inbox sidebar.

## Creating a custom section

To create a custom section:

1. Click **New section** at the bottom of the Inbox sidebar.
2. Give your section a name (e.g., "Dependabot PRs" or "Frontend team").
3. Configure the filters for the section (see [Available filters](#available-filters) below).
4. Save the section.

<figure><img src="/files/YTjTlyvRG88OPF1Je0Yo" alt=""><figcaption><p>Custom section editor</p></figcaption></figure>

## Available filters

Custom sections support the following filters:

| Filter           | Description                                                                                         |
| ---------------- | --------------------------------------------------------------------------------------------------- |
| **Authors**      | Show only PRs authored by specific GitHub users.                                                    |
| **Labels**       | Show only PRs with specific GitHub labels.                                                          |
| **Repositories** | Limit the section to PRs from specific repositories. Leave empty to search across all repositories. |
| **Draft status** | Filter by whether the PR is a draft or not.                                                         |
| **PR status**    | Filter by pull request status (e.g., pending, queued).                                              |
| **CI status**    | Filter by CI status — passing or failing.                                                           |

You can combine multiple filters to create precise views. For example, you could create a section that shows all PRs with the "dependencies" label to track Dependabot updates across your repositories.

## Managing custom sections

### Editing

To edit a custom section, click the edit icon next to the section name in the sidebar. You can update the section name, filters, and badge count setting.

### Reordering

Custom sections can be reordered in the sidebar by dragging them to the desired position.

### Deleting

To delete a custom section, click the edit icon and then select **Delete**. This action cannot be undone.

## Badge counts

Each custom section can optionally show a badge count in the sidebar, displaying the number of PRs matching the section's filters. This is useful for at-a-glance visibility into sections that need attention.

To toggle the badge count, edit the section and check or uncheck the **Show badge count** option.

## Examples

Here are some useful custom section configurations:

* **Dependabot PRs**: Filter by the author "dependabot" to track automated dependency updates.
* **Urgent reviews**: Filter by a "urgent" or "priority" label to surface high-priority PRs.
* **Team PRs**: Filter by authors who are members of your team.
* **Failing CI**: Filter by CI status "failing" to quickly find PRs that need fixing.
* **Release PRs**: Filter by a "release" label to track release-related changes.


---

# 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/inbox/custom-sections.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.
