# Organization Controls

As a workspace owner you can add users, create and change user roles, groups, and create shared assets in your workspace.

### Create Organization:

User can create an organization by using Create Organization option at the top left corner of the home page

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

### Folders:

Folders are similar to individual teams/projects inside an organization. All canvas projects, assets, libraries are specific to each folder. One can create a folder inside an organization by selecting the Create New option

<figure><img src="/files/aj7g7QsPVb1UPTuRKYTj" alt=""><figcaption><p>Creating a Folder</p></figcaption></figure>

Folders and canvases created by the user in an organization are listed under "My Projects". The Folders and Canvases shared with the user are listed under "Shared with me in Org" .

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

### Self Hosting:

This part of the organization control is used to set up cloud connection and resources. This is usually the first thing that needs to be done once an organization is configured. Refer to [Cloud](/guide/integrations/cloud.md)integration page for setup instructions.

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

### Members:

Invite, remove members from an Organization from Settings. The member will receive an email with signup link or you can share a link with them. More details are available in [Members](/guide/organization-controls/members.md) tab

<figure><img src="/files/M8UVVmqN7GkqZsWtLYVw" alt=""><figcaption><p>Members access</p></figcaption></figure>

### Compute Usage:

This is Dashboard for tracking and analyzing compute resource utilization across your organization. You can track it by Compute type, blocks and users for different timeframes. This is available under Settings -> Compute Usage

<figure><img src="/files/o8qrgPRJ5b2iChzrli6Z" alt=""><figcaption><p>Compute Usage</p></figcaption></figure>

<table><thead><tr><th width="213">Function Level</th><th>Description</th></tr></thead><tbody><tr><td>Members</td><td>Add, View, Remove members from a workspace.</td></tr><tr><td>Groups</td><td>Create, Edit, View and Add members to a group inside a workspace</td></tr><tr><td>Workspaces</td><td>This empower administrators to limit the level of access granted to members within a workspace.</td></tr><tr><td>Roles</td><td>This often involves defining roles within the organization and specifying what each role can or cannot do.</td></tr><tr><td>Billing</td><td>Managing access to payments page</td></tr><tr><td>Canvases</td><td>Create/Edit/View new or existing canvases. </td></tr><tr><td>Environments</td><td>To control who can create, view, or have no access to specific development, testing, or deployment environments.</td></tr><tr><td>Data Connections</td><td>To ensure that the individuals or teams have appropriate access to data sources while protecting sensitive information.</td></tr><tr><td>Queries</td><td>To extract and analyze data, to ensure data security and efficient data management.</td></tr><tr><td>Constants &#x26; Secrets</td><td>To maintain data security and controlling who can create, view, or have no access to sensitive information.</td></tr><tr><td>Functions</td><td>To manage who can create, and have access to custom coding functions developed within workspaces.</td></tr><tr><td>Deploy APIs</td><td>To manage access to individual or team to deploy the new services and integrations securely.</td></tr><tr><td>Exports</td><td>Exports are used to share and analyze data, with individuals or teams to have appropriate access.</td></tr><tr><td>Data Apps</td><td>Data apps often serve as platforms for data analysis, reporting, and decision-making, to ensure the individuals or teams have appropriate access.</td></tr><tr><td>Scheduled Jobs</td><td>To manage access to automated tasks or predefined schedule.</td></tr></tbody></table>

Each function within a role has 3 levels of role permissions.

<table><thead><tr><th width="319">Role Permission</th><th>Comment</th></tr></thead><tbody><tr><td>No Access</td><td>Cannot create/view/edit using that particular function. </td></tr><tr><td>View</td><td>Only view a particular function. For example, can view self-hosting details.</td></tr><tr><td>Create/Edit</td><td>Create/Edit using that particular function. For example, can create/set up an account using self-hosting.</td></tr></tbody></table>


---

# 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.zerve.ai/guide/organization-controls.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.
