# Settings

## Workspace Settings

Each workspace has the following unique attributes you can access by clicking :gear: **Settings > Workspace:**

* **Workspace ID** -- this value represents the unique ID of the selected workspace
* **API Key** -- your API key allows you to call the Sync API endpoints and allow external webhooks
* **Workspace Domain** -- you can define a URL to allow automated access for any email addresses within that domain

<figure><img src="/files/tLuO6RjgROJLu5gi0397" alt=""><figcaption></figcaption></figure>

## FAQ

* **Can a user belong to multiple Workspaces?** -- Yes, users can belong to multiple Workspaces, as the permissions are tied to their unique email address.
* **How do I specify which Workspace I'm using in my API calls?** -- Each Workspace has a unique ID and API Key, both available in the "Workspace" tab of the Settings page.
* **I don't see the option to create a new Workspace.** -- Please double-check that you are on our Team+ account package. If you would like to try it out, feel free to reach out to our team directly to help coordinate!


---

# 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.airops.com/your-workspace/workspaces-1.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.
