> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/organizations/concepts/the-organization-panel.md).

# The Organization Panel

Each organization has its own dashboard, with everything needed to manage it.&#x20;

It is the section **Organization** in the sidebar, and it is expanded into six sections.

### How you enter an organization

To work within an organization, select it in the **organization selector** in the sidebar (top left, under the name of the active organization).&#x20;

You can also enter from the organization list with the action **Go to organization**.

> #### 📘 **You always work within an organization**&#x20;
>
> The selector marks the organization you are operating in at any given moment. If you manage several, check which one is active before making changes.&#x20;
>
> How to switch between them, in [How to switch organizations.](/docs-en/platform/accounts/how-to/how-to-manage-users.md)

### The six sections

* **Subscriptions** — that organization’s subscriptions, with their usage metrics. This is the view of a single organization; onboarding and management are covered in [How to create and manage your subscriptions.](/docs-en/platform/organizations/detalles/subscriptions.md)
* **Users** — the organization’s users: individual or bulk onboarding, editing, and permissions. Details are in the Account How-to guides.
* **Customization** — the branding of the User Portal and the Admin Panel (logo, colors, favicon, domain, and certificate) and email configuration. Here you define, among other things, what the end customer will see in their portal.
* **Profile** — the organization data (company name, tax ID, address), its configuration (language, billing mode, time zone, currency), and the option to delete it.
* **Contacts** — the organization contacts by type: primary, operations, and billing.
* **Events** — the organization activity log. It is the same log you see in your account; how to consult and export it, in [How to consult and export your events.](/docs-en/platform/organizations/detalles/events.md)

### Next steps

* Review each section in detail in [Details.](/docs-en/platform/organizations/detalles.md)
* Learn how to create, edit, block, or delete organizations in [How-to.](/docs-en/platform/organizations/how-to.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/docs-en/platform/organizations/concepts/the-organization-panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
