# Account Management

<details open>

<summary><mark style="color:orange;"><strong>How do I invite team members?</strong></mark></summary>

Go to the Members tab in your Organization Dashboard → click 'Invite Member' → enter email addresses, assign a role (Admin or Member), and assign a workspace. The invited user receives an email invitation.

</details>

<details open>

<summary><mark style="color:orange;"><strong>What is the difference between Admin and Member roles?</strong></mark></summary>

Admins can invite and manage members, create and delete workspaces, manage credits and subscriptions, and access all organization settings. Members can only use AI tools within their assigned workspace and view their own usage history. Members cannot manage organization settings or invite others.

</details>

<details open>

<summary><mark style="color:orange;"><strong>What happens when I revoke a member's access?</strong></mark></summary>

The member loses access immediately and can no longer use AI tools or consume credits. Their usage history is preserved for reporting purposes.

</details>

<details open>

<summary><mark style="color:orange;"><strong>Can I belong to multiple organizations?</strong></mark></summary>

Yes. Your Qolaba account can be a member of multiple organizations. Switch between organizations using the profile icon dropdown in the top-right corner of the dashboard.

</details>


---

# 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.qolaba.ai/faqs/account-management.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.
