# Missing repositories

If a repository does not appear in TestVibe, the most common reason is that the TestVibe GitHub App was not installed for that repository, or your selected installation, team, or account does not include it.

## First Checks

1. Confirm you signed in with the GitHub account that can access the repository.
2. Confirm you selected the correct GitHub installation or organization.
3. If TestVibe asks for a team, select the team that owns or can access the repository.
4. Check whether the TestVibe GitHub App is installed for the repository.
5. Refresh the repository picker after installation or permission changes.

## Why Repositories Can Be Missing

| Cause                                            | What to do                                                                  |
| ------------------------------------------------ | --------------------------------------------------------------------------- |
| GitHub App is not installed                      | Install the TestVibe GitHub App for the repository.                         |
| App was installed for selected repositories only | Ask an admin to add this repository to the installation.                    |
| Wrong organization or installation selected      | Go back to the installation picker and choose the right owner.              |
| Team does not have access                        | Select a different team or ask an organization admin to update team access. |
| Personal and organization accounts are mixed up  | Sign in with the GitHub account that belongs to the correct owner.          |
| Repository was recently created or renamed       | Refresh the list, then reselect the installation.                           |

## What To Ask An Admin

If you do not manage the GitHub organization, ask an owner to check:

* the TestVibe GitHub App is installed
* the repository is included in the installation
* your GitHub user or team can access the repository
* organization policies allow the app to read workflows and create pull requests or commits as needed

For the full setup path, see [Install the TestVibe GitHub App](/workspace/install-github-app.md) and [Choose a repository](/workspace/choose-repository.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/troubleshooting/missing-repositories.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.
