> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/aikido-autofix/automatic-creation-of-pull-requests.md).

# Automatic Creation of Pull Requests

Aikido allows for automatic PR creation on a **daily basis**, handling mass upgrades of different versions through lockfile updates. Fine tune the Pull Request title, label and other settings with "PR Configuration"

{% hint style="warning" %}
For now this is only available for dependency updates.
{% endhint %}

### Setup automatic creation <a href="#setup-automatic-creation" id="setup-automatic-creation"></a>

**Step 1:** Go to [Autofix Settings](https://app.aikido.dev/issues/fix/settings) page

**Step 2:** Enable Autocreation Mode **by switching the toggle ON**

<img src="/files/9SOVPGYVM6aas17qbsGG" alt="Automatic pull request creation enabled; no repositories selected for AutoFix yet." width="540">

**Step 3:** Click **Manage Autofix Autocreation** which will open the configuration modal. Select the issue types and the repositories to enable Autofix

<img src="/files/RaC44uNnHHc88dwFUzYk" alt="Configure automatic pull request creation for minor and patch upgrades in selected repositories." width="563">

**Step 4:** You can test whether new PRs are created correctly by clicking the **Test Autocreation** button.

<img src="/files/HF5vOuhYbn32C4SIFTJC" alt="Automatic pull requests enabled for minor and patch upgrades in selected repositories." width="563">

## Pull Request Configuration <a href="#pull-request-configuration" id="pull-request-configuration"></a>

You can configure the Autofix pull requests to your own needs with the ["PR Configuration" settings](https://app.aikido.dev/issues/fix/settings). It's possible to change the following fields:

* **Title Prefix:** Customize the title to match your internal processes
* **Label:** Add specific labels to the PR for easier sorting and tracking
* **Branch Syntax:** Customize the prefix of the branch Autofix creates
* **Commit Message Prefix:** Customize the message added to the PR
* **Summary:** Optionally include an additional message for each PR. For example add custom instructions for engineers or additional context.


---

# 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://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/aikido-autofix/automatic-creation-of-pull-requests.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.
