# Account Settings

Account Settings is where you manage your organization's users and integrations. To open it, click your **profile picture** in the top corner and select **Account Settings**.

{% hint style="info" icon="user-key" %}
Only users with the **Admin** role can access and manage account settings. See [Roles and Permissions](/docs/organization-and-security/roles-and-permissions.md) for details.
{% endhint %}

## What you can do from Account Settings

* **My Profile**: view your name, email, and the [collections](/docs/orchestration/collections.md) you are assigned to
* **Users**: invite new users, assign roles, and remove members. See [Roles and Permissions](/docs/organization-and-security/roles-and-permissions.md)
* **Webhooks**: create and manage webhook endpoints. See [Webhooks](/docs/orchestration/webhooks.md)
* **Integrations**: connect third-party tools and generate API keys. See [integrations](/docs/integrations/slack.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://bluebricks.co/docs/organization-and-security/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.
