# SelectInstallation

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

## Purpose

Choose the GitHub account or organization installation TestVibe should use.

## Common Tasks

* Select the personal account or organization that owns your tests.
* Refresh installations after GitHub App access changes.
* Manage GitHub accounts or installations when the expected account is missing.
* Continue to team or repository selection.

## Key UI Elements

* Installation list: Shows available GitHub App installations.
* Manage Accounts: Opens GitHub account or installation management.
* Refresh toolbar icon: Reloads available installations.
* Back: Returns to the previous setup step.
* Continue: Uses the selected installation.

## Notes

* If the expected organization is missing, confirm the TestVibe GitHub App is installed for that organization.
* 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-installation.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.
