# Roles

Within the organization exists roles that can be assigned to the organization members according to their duties and permissions.

**Super Admin**

Controls billing & adding and removing people in the org.

**Admin**

Manages teams & package access.

**Member**

Works on packages they are given access to.

{% hint style="info" %}
The member who creates the organization is set as the owner and gets assigned the Super Admin role within the org. This role will allow this person to add/remove members in the organization and will be able to manage the organization teams, billing information, and packages access.
{% endhint %}


---

# 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://forgebox.ortusbooks.com/business/roles.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.
