# Sign in with GitHub

TestVibe uses GitHub sign-in so it can connect your TestVibe workspace to the repositories you are allowed to use.

![TestVibe sign-in screen](/files/jcM4SuDg7yOmDFmJuCpx)

## Steps

1. Open TestVibe.
2. Select **Continue with GitHub**.
3. Complete the GitHub sign-in or authorization flow.
4. Return to TestVibe after GitHub redirects you back.
5. Wait for TestVibe to load your available installations, teams, and repositories.

If you are already signed in to GitHub in the browser, GitHub may skip some prompts and return you to TestVibe automatically.

## What TestVibe Uses GitHub For

GitHub sign-in helps TestVibe:

* confirm who you are
* show repositories you can access
* connect to GitHub App installations
* store generated test files in the selected repository
* run test workflows through GitHub

For a user-friendly permissions overview, see [GitHub permissions overview](/reference/github-permissions-overview.md).

## If You Get Stuck

| Problem                                        | What to try                                                                   |
| ---------------------------------------------- | ----------------------------------------------------------------------------- |
| You do not return to TestVibe after signing in | Refresh TestVibe and start sign-in again.                                     |
| GitHub asks for an organization approval       | Ask an organization admin to approve or install the TestVibe GitHub App.      |
| You sign in but see no repositories            | Continue to [Missing repositories](/troubleshooting/missing-repositories.md). |
| You signed in with the wrong GitHub account    | Sign out of TestVibe and GitHub, then sign in again with the correct account. |

## Next

Continue to [Select an installation, team, and repository](/quickstart/select-installation-team-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/quickstart/sign-in-with-github.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.
