# SelectProject

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

## Purpose

Choose an existing TestVibe project or create a new one in the selected GitHub context.

## Common Tasks

* Select a project to open.
* Create a new project when none exists.
* Edit an existing project before continuing.
* Go back to choose a different team or installation.

## Key UI Elements

* Project list: Shows available TestVibe projects.
* New: Starts project creation.
* Edit: Opens the selected project settings.
* Back: Returns to the previous selection step.
* Continue: Opens the selected project.

## Notes

* Projects are tied to GitHub repository access. If a project is missing, check the selected installation, team, and repository permissions.


---

# 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-project.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.
