> For the complete documentation index, see [llms.txt](https://docs.testvibe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testvibe.com/account-settings.md).

# Account & Settings

Settings is where you review your profile and workspace and adjust the project options TestVibe uses for generation, runs, variables and secrets, tunnel devices, and Playwright configurations.

What you can view or edit depends on your role in the active workspace — owners and admins manage members, billing, and project configuration.

## 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 your profile, the active workspace, its plan, and the generation defaults.</td><td><a href="/pages/nk3IVvdOtGBzCcqnGkHP">/pages/nk3IVvdOtGBzCcqnGkHP</a></td></tr><tr><td><strong>Manage keys</strong></td><td>Create CLI/API keys and store the variables and secrets your tests need.</td><td><a href="/pages/Iqf5ztJtbtrhi3tsZZTe">/pages/Iqf5ztJtbtrhi3tsZZTe</a></td></tr><tr><td><strong>Configure a project</strong></td><td>Update the site URLs, optional source repository, AI model, and run configurations.</td><td><a href="/pages/KcAnZsFmvWRIYw2QXTal">/pages/KcAnZsFmvWRIYw2QXTal</a></td></tr><tr><td><strong>Track activity</strong></td><td>Choose how TestVibe notifies you — the header bell, browser alerts, and email/Slack/Teams channels.</td><td><a href="/pages/DYgXknQphCIuq4y91CRu">/pages/DYgXknQphCIuq4y91CRu</a></td></tr></tbody></table>

## Settings Areas

| Area                | Use it for                                                                                                                  |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Profile             | Your profile and sign-in methods.                                                                                           |
| Notifications       | Bell, browser alerts, and outbound channels.                                                                                |
| Members             | Inviting people to the workspace and managing their roles.                                                                  |
| Tunnels             | [Tunnel devices](/account-settings/tunnel-devices.md) running `tvtunnel` that let cloud runs reach private apps.            |
| Billing             | [Plan management, credit top-ups, and purchases](/account-settings/usage.md).                                               |
| Credit Usage        | [Where this cycle's credits went](/account-settings/credit-usage.md), broken down by area.                                  |
| Storage             | [Shared storage quota](/account-settings/storage.md) and per-type retention.                                                |
| CLI & API keys      | Using TestVibe from the terminal and AI tools with an [API key](/account-settings/api-keys.md).                             |
| App Repository      | Optional read-only source repository (GitHub/GitLab/Azure DevOps) that grounds the AI and maps coverage.                    |
| Test Files Sync     | Optional two-way mirror of the project's test files — features, specs, Playwright configs — to a repository you own.        |
| Assets              | Project files (images, PDFs) tests reference by handle.                                                                     |
| Environments        | The site URLs tests generate and run against.                                                                               |
| AI Model            | The model and reasoning effort used to generate tests.                                                                      |
| Variables & Secrets | Values available to test runs — see [Add API keys and secrets](/workspace/add-api-keys-and-secrets.md).                     |
| Notes               | [Durable notes you write plus app knowledge the agents learn](/account-settings/notes.md) — both reused across generations. |
| Playwright          | Browser, viewport, evidence, and reporting presets per configuration.                                                       |

For runner setup, see [Runners](/runners.md). For run configurations, see [Choose browser, viewport, and configuration](/run-tests/browser-viewport-configuration.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.testvibe.com/account-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
