> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/arm-1/getting-started-1/registration/version-control-repository/tfs.md).

# TFS

Integrating a **Team Foundation Server (TFS)** repository with AutoRABIT (ARM) lets you automate commits, merges, and CI/CD pipelines against code stored in your on-premises or Azure DevOps–hosted TFS project.

The steps below show an Org Admin how to register a TFS repo so ARM can authenticate, index metadata, and launch jobs.

***

## Registering TFS Repository in ARM <a href="#registering-tfs-repository-in-arm" id="registering-tfs-repository-in-arm"></a>

1. Log in to **ARM**.
2. Hover over **`Admin`** and choose **`VC Repos`**.<br>

   <figure><img src="/files/xNTZR5X5uClysCOJk0Qh" alt="" width="232"><figcaption></figcaption></figure>
3. Click **Register Repository**.
4. On the **Register Repository** page, select **TFS** as the **Version Control System**.
5. **Repository Label** – enter a friendly name that will appear in ARM.
6. **Repository URL** – paste the full TFS URL (e.g., `https://tfs.mycorp.com/tfs/Collection/Project`).
7. **Credentials** – choose stored credentials or click **+** to add new ones.
8. Click **Test Connection**. A success message confirms ARM can authenticate.<br>

   <figure><img src="/files/gLjVZDaymxcopL86dDJL" alt="" width="375"><figcaption></figcaption></figure>
9. Click **Save** to finish. The repository now appears in the VC Repos list.

{% hint style="info" %}
**nCino projects**\
Tick **Enable nCino** if the repo contains nCino objects. ARM marks such repositories with the nCino logo so you can spot them quickly.
{% 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://knowledgebase.autorabit.com/product-guides/arm-1/getting-started-1/registration/version-control-repository/tfs.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.
