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

# Workspaces, members, and billing

Settings contains the account and workspace controls available to your role.

## Workspaces

A workspace represents one brand or market. From **Settings → Workspaces**, you can switch workspaces and, when permitted by your role and plan, create, edit, archive, or restore them.

Archiving a workspace removes it from normal use without deleting its historical data. Switch away from the active workspace before archiving it.

## Members

Use **Settings → Members** to review who has access and manage invitations or roles. Administrative actions are available only to users with the required account permissions.

Follow least-privilege principles: give administrative access only to people who need to manage members, workspaces, integrations, or billing.

## Usage and billing

**Settings → Usage & Billing** shows:

* the current plan and usage period;
* usage against included allowances;
* available plan options or capacity additions; and
* access to payments and invoices for authorized users.

If an allowance is reached, some actions may be unavailable until usage resets, capacity is added, or the plan changes.

## Integrations

Use **Settings → Integrations** to connect and configure Google Search Console and Analytics 4. See [Connect Google data](/getting-started/connect-google.md).

## Connected apps

When enabled for your workspace, **Connected apps** lists external applications authorized to read Reach data. Revoke a connection you no longer recognize or use.

## Legal information

Terms of Service, Privacy Policy, and Cookie Policy are available from **Settings → Legal**.


---

# 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.usereach.ai/manage-reach/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.
