# How to Configure ChangeSets

The [<mark style="color:blue;">ChangeSets feature</mark>](/mergequeue/concepts/changesets.md) allows you to create a list of PRs to be merged together.

### Step 1: Connect your repositories to Aviator

If you haven't connected your GitHub repositories to Aviator yet, you can do so by clicking the "Add Repos" button on the [<mark style="color:blue;">Repositories page</mark>](https://mergequeue.com/github/repos).

### Step 2: Configure ChangeSet settings

There are a few settings you can configure on the [<mark style="color:blue;">ChangeSet settings page</mark>](https://mergequeue.com/changeset/settings)<mark style="color:blue;">:</mark>

* **Enable comments for new PRs** - When this setting is turned ON, Aviator will post a comment on each PR to link it with a new or existing ChangeSet.
* **Require global CI validation** - Continue to [<mark style="color:blue;">global CI validation</mark>](/mergequeue/concepts/changesets/global-ci-validation.md) for more details.
* **Automatically add PRs with the same branch name to a ChangeSet** - When turned on, Aviator will automatically add your PR to the matching ChangeSet when your changes share the same branch name. A new ChangeSet will be created if it doesn't exist.

### Step 3: Configure webhooks

If you are using global CI validation, you must also make sure the webhook is configured. See the [<mark style="color:blue;">Webhooks</mark>](https://docs.aviator.co/api/reference/webhooks) section to configure your webhooks.


---

# 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/mergequeue/how-to-guides/configuring-changesets.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.
