# Accounts

## **Overview**

This page explains the concept of Accounts in the Inabit system. An account represents a single entity that uses the Inabit platform. This could be an individual, a company, or any other type of organization. Each account has its own unique identifier and is the top level of the Inabit hierarchy.

### **Key functionalities:**

* Create and manage organizations within the account.
* View and manage user access and permissions.
* Access administrative functionalities for the account.
* Billing and subscription information are all based on the account. (account-level)

### **Relationships:**

* An account can have many organizations (1:N).
* Organizations within an account share access to certain resources and settings.

**Additional Information:**

* You can find information on creating and managing accounts in the Account Management API documentation: link.
* For details on available permissions and roles, refer to the User Management section of 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/accounts.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.
