# Login

**Help URL:** `/forms/login`

## Purpose

Sign in to TestVibe and select the GitHub workspace + project repository to work on.

## Common Tasks

* Sign in with GitHub.
* Choose the GitHub App installation (account) to use.
* (Org accounts) Pick a team, then pick a project repository.
* (Personal accounts) Pick a project repository.
* Open a specific project via a deep link.

## Key UI Elements

* Language selector: Changes the current session UI language.
* Sign in with GitHub: Starts authentication and the workspace selection flow.
* Terms/Privacy links: Displayed inline under the sign-in buttons.

## Notes

* GitHub App installation is required. If no installations are found, TestVibe opens the GitHub App install page (`https://github.com/apps/<appSlug>/installations/new`).
* Deep links can skip the manual selection flow when they include enough context (account/team + repository).


---

# 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/login.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.
