# Organizations

An organization in IcePanel contains landscapes, domains, and model objects. This is also where you'll manage billing, teams, integrations, and other settings, such as share links.

{% hint style="info" %}
All billing and licenses are associated with an organization. We recommend sticking with a single organization unless you require a separate billing and integration setup.
{% endhint %}

## How to manage your organization

To manage your organization:

1. Click on the dropdown on the top left of the screen from the landscape page.
2. Click on the `...` menu beside the organization name.
3. Click on `Manage organization`.

<figure><img src="/files/YxKvY0ZZq3y2ooCfBAam" alt=""><figcaption><p>Manage your organization from the top-left nav</p></figcaption></figure>

### Managing your organization

In the manage section, you'll be able to:

* Edit the organization name and delete it (all landscapes must be deleted prior).
* Manage user roles, landscape access, and invite new users.
* Manage billing and your plan.
* Edit diagram settings like the default line shape.
* Toggle share links and set up SSO share links.
* Manage teams.
* Add, edit, or delete integrations.
* Create, edit, or delete API keys.

### Switching between organizations

If you're part of multiple organisations, you can switch between them by selecting the drop-down menu in the top left.

<figure><img src="/files/FGMTFi38XJ0olfJMfpzO" alt=""><figcaption><p>Switching between organizations</p></figcaption></figure>


---

# 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.icepanel.io/core-features/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.
