> For the complete documentation index, see [llms.txt](https://docs.arnica.io/arnica-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arnica.io/arnica-documentation/getting-started/ticket-management/ado-boards-integration.md).

# ADO Boards

Connect Arnica to your Azure DevOps Boards workspace. Once connected, you can use ADO Boards as the issue tracker for [Manual Issue Creation](/arnica-documentation/getting-started/ticket-management/creating-issues/manual-issue-creation.md) and [Automated Issue Creation](/arnica-documentation/getting-started/ticket-management/creating-issues/automated-issue-creation.md).

## Integration Steps

### Connect ADO Boards with Arnica

1. In Arnica, navigate to **Admin - Integrations**.
2. Locate **Azure DevOps Boards** under Issue Management and click **Add**.

<figure><img src="/files/jS2IYMpriRPTvgAkbFmR" alt=""><figcaption><p>Locate Azure DevOps Boards and click Add</p></figcaption></figure>

3. Complete the authorization flow.
4. If the integration was successful, the workspace will appear under the **Existing Integrations** section in Arnica.

<figure><img src="/files/i8RBjGHscf0y6EbYqigz" alt=""><figcaption><p>ADO Boards connected and listed under Existing Integrations</p></figcaption></figure>

## Remove an ADO Boards Integration

1. Navigate to **Admin - Integrations**.
2. Find the ADO Boards workspace you want to remove.
3. Click the **trash icon** next to the workspace.
4. Confirm the removal.

{% hint style="warning" %}
Disconnecting stops future issue creation but does not delete existing ADO Boards work items created by Arnica.
{% endhint %}


---

# 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://docs.arnica.io/arnica-documentation/getting-started/ticket-management/ado-boards-integration.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.
