> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-azure-devops-with-walnut.md).

# How to Integrate Azure DevOps with Walnut?

#### **Steps to Generate a Azure DevOps Personal Access Token**

* Sign in to your **Azure account** and open **Azure DevOps**.

<figure><img src="/files/U68BigyV9I88BivNykKp" alt=""><figcaption></figcaption></figure>

* Choose your **Project**.
* Click on **'User Settings'.**

<figure><img src="/files/CFe2t50Cb2HDcvUoit47" alt=""><figcaption></figcaption></figure>

* Select **Personal Access Tokens**.

<figure><img src="/files/h6c2it8PVPpfTRAYDndM" alt=""><figcaption></figcaption></figure>

* Click **'Create New Token'**.

<figure><img src="/files/7SClt8hhg37Aqg77Te2T" alt=""><figcaption></figcaption></figure>

* Choose the required permissions.
* Generate the token and copy it.

<figure><img src="/files/ayhMf9I6p5qk5F1xmncN" alt=""><figcaption></figcaption></figure>

#### **Connect Azure DevOps to Walnut**

* Log in to Walnut.
* Go to Integrations and select **Azure DevOps.**
* Enter the **Organization name** and the **Azure DevOps URL**, then paste the **generated API token.**

<figure><img src="/files/c6SXKnGw1OzGmckjYKr7" alt=""><figcaption></figcaption></figure>

* Test and save the connection.
* Once connected, navigate to the **Intelligence Hub**. Under User Stories, click Integrate, then select Import under **Azure DevOps.**

<figure><img src="/files/t0S9TlZDERedshaavpyZ" alt=""><figcaption></figcaption></figure>

* Choose the required **Azure DevOps project.**

<figure><img src="/files/ezleObDQkakH9f3nG2rB" alt=""><figcaption></figcaption></figure>

* Map the fields and click **Import** to bring in the stories.

<figure><img src="/files/avK3nFjZVfzACjFwyKLp" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.walnutai.ai/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-azure-devops-with-walnut.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.
