> For the complete documentation index, see [llms.txt](https://help.qonic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qonic.com/documentation/qonic-dashboard/your-organization.md).

# Your Organization

When signing up to Qonic, you will either have received an invitation to join an existing organization, or you will create your own organization upon signup. Either way, your account is always part of an organization.

If you are owner of the organization you can manage organization settings by clicking your organization name at the top of the screen (1). Here you can manage organization name and logo (2), members (3), get an overview of all projects in your organization (4) and manage your Qonic plan and billing (5).

<figure><img src="/files/HbstFTMeraOIfAeXHEqz" alt="" width="563"><figcaption></figcaption></figure>

Add coworkers to your organization by going to the Organization Members tab (3) and clicking the green + button (6).

Once someone is invited to the organization, you can assign them a role (7):&#x20;

* **Owner:** can access all projects, manage organization settings, members and billing. Can create new projects
* **Member:** can access specified projects

Remove a user from your organization by right-clicking their name and clicking Remove. An organization must always have at least one Owner.

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

The Project Status tab (4) gives you a list of all projects (8) in your organization, including information about their project size (9), the number of project members (10), when was the last activity (11) and whether or not you are owner of the project (12). If you are not the project owner, you can join any project as owner by right-clicking it and clicking Join as Owner. Existing project owners will still retain their project ownership status.

<figure><img src="/files/3Ony6kvX3GkxRdikntI6" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://help.qonic.com/documentation/qonic-dashboard/your-organization.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.
