# Account & Settings

Settings is where you review your GitHub account context and adjust the repository options TestVibe uses for generation, runs, secrets, runners, schedules, and Playwright configurations.

The exact settings you can view or edit depend on your GitHub permissions for the selected installation, team, and repository.

## Common Settings Tasks

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Review account context</strong></td><td>Confirm the signed-in GitHub account, installation, account type, and usage information.</td><td><a href="/pages/nk3IVvdOtGBzCcqnGkHP">/pages/nk3IVvdOtGBzCcqnGkHP</a></td></tr><tr><td><strong>Manage keys</strong></td><td>Add or replace AI provider keys, workflow secrets, and repository variables.</td><td><a href="/pages/Iqf5ztJtbtrhi3tsZZTe">/pages/Iqf5ztJtbtrhi3tsZZTe</a></td></tr><tr><td><strong>Configure a project</strong></td><td>Update the default site URL, website framework, source repository, agent, and description.</td><td><a href="/pages/KcAnZsFmvWRIYw2QXTal">/pages/KcAnZsFmvWRIYw2QXTal</a></td></tr><tr><td><strong>Track activity</strong></td><td>Follow active, failed, and recent TestVibe workflow activity.</td><td><a href="/pages/DYgXknQphCIuq4y91CRu">/pages/DYgXknQphCIuq4y91CRu</a></td></tr></tbody></table>

## Settings Areas

| Area            | Use it for                                                                                        |
| --------------- | ------------------------------------------------------------------------------------------------- |
| Account         | Installation contact details, AI access mode, OpenAI key setup, and TestVibe credit plan.         |
| Usage & Billing | Current usage, credit balance, and billing context.                                               |
| API             | Workflow integration details for TestVibe's GitHub Actions entry point.                           |
| Repository      | Project name, default test URL, framework, source repository, AI agent, API key, and description. |
| Workflows       | Managed workflow updates, default browser, agent, model, viewport, and timeout.                   |
| Secrets         | Sensitive workflow values such as provider keys, passwords, and tokens.                           |
| Variables       | Non-sensitive workflow values that can be stored in plain text.                                   |
| Runners         | The default GitHub Actions runner labels for generation and test runs.                            |
| Configurations  | Playwright browser, viewport, evidence, and reporting presets.                                    |
| Suggestions     | Repository suggestion inventory policy for generated test ideas.                                  |
| Plans           | [Pricing](/pricing.md), plan, and billing information when available.                             |

For runner setup, see [Runners](/runners.md). For run configurations, see [Choose browser, viewport, and configuration](/run-tests/browser-viewport-configuration.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/account-settings.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.
