# SelectRepository

**Help URL:** `/forms/select-repository`

## Purpose

Choose the GitHub repository TestVibe should connect to for tests, workflows, settings, and artifacts.

## Common Tasks

* Pick the repository where TestVibe test files will live.
* Search or refresh the repository list when available.
* Continue with the selected repository.
* Go back if the wrong account, team, or installation was selected.

## Key UI Elements

* Repository list: Shows repositories available to the current GitHub installation and team.
* Refresh: Reloads repository access after GitHub changes.
* Back: Returns to the previous selection step.
* Continue: Opens or connects the selected repository.

## Notes

* If the repository is missing, the GitHub App may not have access to it.
* See [Missing repositories](/troubleshooting/missing-repositories.md).


---

# 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://docs.testvibe.com/reference/forms/select-repository.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.
