# Configuring Azure Devops with a personal token

**Video overview**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2For99xDEElfps9uMDY60K%2Fuploads%2FJf2veCfk8yM8aPMPjt6P%2Fconfigure-azure-devops.mp4?alt=media&token=1b4e543b-2d85-49bf-b483-f2afb9179053>" %}

#### Steps to Set Up a Personal Access Token (PAT) in Azure DevOps:

1. **Log in** to your Azure DevOps account.
2. In the top-right corner, click on **User Settings** (to the left of your profile avatar)
3. Under the **Personal Access Tokens** section, click **+ New Token**.
4. In the **Create a new personal access token** screen:
   * Enter a **name** for the token (e.g., "smaply-connector").
   * Set the scores to read/write and manage work items
5. Click **Create** and copy the generated **Personal Access Token** (you won’t be able to view it again).

#### Enter the Following Details in the Configuration:

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

* **organization**: `xxxxx` (Replace with your Azure DevOps organization name)
* **project**: `XXX` (Replace with your Azure DevOps project name)
* **personalAccessToken**: `XXX` (Replace with your copied PAT)


---

# 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://helpdesk.smaply.app/integrations/planning-tools/azure-devops/configuring-azure-devops-with-a-personal-token.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.
