# Organizations

## **Overview**

This page defines Organizations within the Inabit system. An organization represents a group of users that belong to the same account. It allows for granular access control and management within the platform.

### **Key functionalities:**

* Create and manage users within the organization.
* Assign specific roles and permissions to users.
* Manage organization-specific settings and resources.
* Track user activity and data within the organization.

### **Relationships:**

* An organization belongs to one account (N:1).
* An organization can have many users (1:N).
* Users within an organization share access to specific resources and data based on their permissions.

**Additional Information:**

* You can find information on creating and managing organizations in the Organization Management API documentation: link.
* For details on user roles and permissions, refer to the User Management section in the API reference.


---

# 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.inabit.com/guides/hierarchy-in-inabit/organizations.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.
