# Workspace Management

Workspaces are the highest level of organization in Rova. They allow you to manage your team, billing, and global settings in one place.

## Managing Your Workspace

### Creating and Naming

When you first sign up, you will set up a workspace as part of your onboarding process. You can rename it in **Settings > General**.

> \[!TIP] **Best Practice**: Use your company or department name for the workspace to make it easily identifiable for invited members.

### Switching Workspaces

If you belong to multiple workspaces, you can switch between them using the dropdown menu in the top-left corner of the Rova dashboard.

## Membership & Roles

Collaboration is key to a robust testing strategy. Rova provides granular role-based access control (RBAC).

### Available Roles

| Role       | Permissions                                                            |
| ---------- | ---------------------------------------------------------------------- |
| **Owner**  | Full access to all settings, billing, and member management.           |
| **Admin**  | Can manage projects, members, and API keys, but cannot access billing. |
| **Editor** | Can create, edit, and run tests and suites.                            |
| **Viewer** | Read-only access to tests, results, and reports.                       |

### Inviting Team Members

1. Navigate to **Settings > Members**.
2. Click **Invite Member**.
3. Enter their email address and select a role.
4. They will receive an invitation link to join your workspace.

## Usage & Billing

Rova operates on a credit-based system. Each test run consumes a certain number of credits based on the complexity and duration of the execution.

* Monitor your credit balance in **Settings > Billing**.


---

# 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.rova.qa/rova-web/workspace.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.
