# Orgs

## **Managing Organizations in Infinity**

Organizations in Infinity help structure users into logical groups, allowing administrators to manage access, roles, and permissions efficiently. Organizations (Orgs) can be used for role-based access, reporting, and advanced implementations.

***

#### **1. Navigate to Organizations Management**

### **Creating an Organization in Infinity**

1. Click on the **Settings** icon in the left menu.
2. Select **User Management** from the dropdown.
3. Click on the **Organizations** tab.

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

#### **2. Add a New Organization**

1. Click the **"Add Organization"** button.
2. Enter the **Organization Name**.
3. Assign a **unique Organization ID** (optional but recommended for integrations).

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

<figure><img src="/files/4Q2cWsdetWZgw27FSUPe" alt=""><figcaption></figcaption></figure>

### **Understanding Organization IDs**

Each organization is assigned an **Org ID**, a unique identifier that can be set by the admin. This can be:

* A **custom number** chosen by the admin.
* A **pre-existing internal IAM (Identity and Access Management) Org ID** from your enterprise system.
* A **reference for variables** in more complex implementations (discussed in advanced topics).

Orgs allow users to be grouped together under a shared identity, making it easier to manage permissions, resources, and data access.

#### **3. Save the Organization**

* Click **"Save"** to finalize the organization.
* The new organization will now appear in the list and can be assigned to users.

***

### **Managing Organizations**

Once an organization is created, admins can:

* **Edit organization details** (name, ID).
* **Assign users to an organization** to manage access and permissions.
* **Use Org IDs in variables** for dynamic role-based access and automation.

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

Organizations help structure user management by grouping users into logical units, improving security, reporting, and governance in Infinity.


---

# 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.getinfinity.app/user-guide/comprehensive-user-guide/7.-user-and-access-management/orgs.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.
