> For the complete documentation index, see [llms.txt](https://docs.decube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decube.io/group-access-policies/owners.md).

# What is the "Owners" group?

When the **first user** signs up for your organization (eg. "Acme Corp"), the user will be put into a group called the `Owners` group. This ensures that the first user has all the required permissions to add data sources, invite others into the organization and set up the workspace without hurdles.

The `Owners` group has special privileges:

1. The group is created by automatically by Decube upon organization account creation.
   * If your organization account existed prior to 12 June 2023, users previously assigned as Admins will be added to the Owner group automatically.
2. The group cannot be modified or deleted. You are only able to add or remove members to group.
3. At least one member in your organization needs to be in the Owners group.

{% hint style="warning" %}
Adding a user to the Owners group gives them total control over your organization account, including deactivating other users. Please tread carefully.
{% endhint %}

Automatic addition to `Owners` group is only applied to the **first user** that signs into decube only, and subsequent users will need to be added into groups in the Group Management tab to access most features within decube.


---

# 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://docs.decube.io/group-access-policies/owners.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.
