> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/opsnow-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/opsnow-user-guide/settings/organizations.md).

# Organizations

In the Organizations menu, you can add or delete organizations and manage members or accounts associated with the organization.

In the menu, cards for each organization, along with the registered cloud vendor and the number of affiliated members, are displayed. You can also add an organization by clicking the + Add button in the upper right corner.

Clicking on an organization card reveals detailed information about that organization. Clicking "Delete Organization" at the top of the card will remove the organization. However, if the organization is the main organization, deletion is not possible.

At the bottom, there are tabs to view members and accounts registered with the organization.

In the Members tab, you can search for members in the search bar. If a member's role is not the owner but an admin or member, you can modify the role. The "Status" indicates the activation status of the member. Clicking the + Add Members button in the upper right corner allows you to invite additional members.

In the "Accounts" tab, cloud accounts registered with the organization are displayed. Clicking the + Add Accounts button in the upper right corner allows you to register additional accounts. For details on account registration, please refer to the \[Onboarding] section of this guide.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.opsnow.io/opsnow-user-guide/settings/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.
