# Connecting to Source Control

Astera features integration with Team Foundation Server and VSTS to manage version control over your projects.

To connect to a *Source Control* server, navigate to

*Project > Source Control > Connect to Source Control Server*

![](/files/9HHH6e6HCPY08YyRfGuM)

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

### Connecting to TFS

Windows Authentication can be used to connect to a Team Foundation Server. This uses the current user which is logged on to Windows and uses the windows credentials to authenticate the user.

### Connecting to VSTS

Various authentication methods can be used to connect to Visual Studio Team Services (Visual Studio Online). When using these authentication methods, the *Path* can be set as empty with *Port* set to 0.

*Alternate Authentication* can be enabled inside the Security settings for your Visual Studio account. This enables the account to have a manageable separate username and password.

![](/files/5lgeFFOwW6epUqqTl2gt)

*Personal Access Tokens* can also be enabled and uses a generated token to authenticate the account.

![](/files/ARwNLoT5imQJnRjlBG3o)

Rest Authentication provides a built in prompt to login using your Microsoft account.


---

# 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://documentation.astera.com/project-management-and-scheduling/project-management/connecting-to-source-control.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.
