# Setting up AutoFix

Use these guides to connect AutoFix to your Git provider and configure access.

Pick the setup that matches your provider and authentication method.

### Included guides

#### GitHub, Bitbucket, and GitLab Cloud

* [AutoFix for GitHub, Bitbucket and GitLab Cloud](/autofix-and-remediation/configure/autofix-for-github-bitbucket-gitlab-cloud.md)
* [AutoFix for Gitlab Cloud with Personal Access Token](/autofix-and-remediation/configure/autofix-for-gitlab-cloud-with-personal-access-token.md)
* [AutoFix for Bitbucket with Workspace Access Token](/autofix-and-remediation/configure/autofix-for-bitbucket-with-workspace-access-token.md)
* [Required permissions for Aikido AutoFix Github App](/autofix-and-remediation/configure/required-permissions-for-aikido-autofix-github-app.md)

#### GitLab Self Managed

* [AutoFix for GitLab Self Managed](/autofix-and-remediation/configure/autofix-for-gitlab-self-managed.md)

#### Azure DevOps

* [AutoFix for Azure DevOps](/autofix-and-remediation/configure/autofix-for-azure-devops.md)
* [AutoFix for Azure DevOps with Personal Access Token](/autofix-and-remediation/configure/autofix-for-azure-devops-with-personal-access-token.md)

#### Additional configuration

* [Automatically Add Jira Ticket IDs to AutoFix PR Titles](/autofix-and-remediation/configure/automatically-add-jira-ticket-ids-to-autofix-pr-titles.md)
* [Signed Commits](/autofix-and-remediation/configure/signed-commits.md)
* [AutoFix PR Configuration](/autofix-and-remediation/configure/autofix-pr-configuration.md)


---

# 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://help.aikido.dev/autofix-and-remediation/configure.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.
