# Can I integrate with Azure Repos?

Here you will find a step-wise guide to set up Typo.

Setting up your Git provider account is the first step of the onboarding process.&#x20;

### Step 1: Connect Git

Navigate to <https://typoapp.io/> > Get Started with your Git provider as Azure Repos

### Step 2: Create a Personal Access Token in Azure

From your Azure Boards page, click on your user settings in the top right corner, select Personal access tokens, and click on the New Token button.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FlI4BfFvBkdZpiZ5YbjiB%2FScreenshot%202024-10-22%20at%203.54.51%E2%80%AFPM.png?alt=media&#x26;token=aaa68daa-8bb0-4d52-94b1-b01fa21e2a85" alt="" width="375"><figcaption></figcaption></figure></div>

Please ensure the following permissions are granted:

* &#x20;User Profile: Read (`vso.profile`)
* &#x20;Project And Team: Read (`vso.project`)
* Code: Read (`vso.code`)
* Build: Read (`vso.build`)
* Graph: Read (`vso.graph`)

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FCUYcc7wi2aYUcVg07RxX%2FScreenshot%202024-10-29%20at%209.28.29%E2%80%AFPM.png?alt=media&#x26;token=5a18527f-e195-49cb-a6dc-3894d70bb4e0" alt="" width="563"><figcaption></figcaption></figure></div>

### Step 3: Add your Azure token to Typo

Once you have created the token, please enter the organization name & token details in the Typo onboarding screen.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FO4z8b0F63fe4oISWhNfR%2FScreenshot%202024-10-29%20at%209.35.08%E2%80%AFPM.png?alt=media&#x26;token=41649490-7007-436e-94f0-3594c83ba02f" alt="" width="563"><figcaption></figcaption></figure></div>

### **Step 4: Continue with the Onboarding Process**

Once you complete the authorization step, the next step is to enter your details

The next step is to connect your Issue Tracker, followed by optionally connecting Slack. You can also complete these steps later from the Settings section. For more details, read about [Issue tracker integration here.](https://typo.gitbook.io/typo-help-docs/getting-started/integrations/issue-tracker)

You will now be landed on your dashboard and your first level of insights will be published in a few minutes. You can further customize your teams and integrations from the dashboard settings & integration section.


---

# 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://typo.gitbook.io/typo-help-docs/faqs/integrations/can-i-integrate-with-azure-repos.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.
