> 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/accounts/concepts.md).

# Concepts

Understand how your account is organized before working with it: what your account is, what an organization is, how the dashboard is structured, and why many screens separate yours from your clients'.&#x20;

Here’s the why, without steps.

{% hint style="info" %}
Looking for the step-by-step? You’ll find it in How-to. Here we explain what each thing is and how it fits together.
{% endhint %}

### Explore the concepts

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>My Profile</strong></td><td>The personal side of your account: your data, your security, your organizations, and your activity, in four tabs.</td><td><a href="/pages/223456e0c78a277c8e803c671bf15514ed92873f">/pages/223456e0c78a277c8e803c671bf15514ed92873f</a></td></tr><tr><td><strong>Account and Organization</strong></td><td>What your account is, what an organization is, and why the same user belongs to several with a different role in each one.</td><td><a href="/pages/cc76b128de4f3b4db32b804f319169bc65cb39af">/pages/cc76b128de4f3b4db32b804f319169bc65cb39af</a></td></tr><tr><td><strong>How the Dashboard Is Organized</strong></td><td>The three levels of the menu and the difference between your global view and that of a single organization.</td><td><a href="/pages/9cfbc508eb6d77149d0968ad290314c7e22d5368">/pages/9cfbc508eb6d77149d0968ad290314c7e22d5368</a></td></tr><tr><td><strong>Your Resources and Your Clients'</strong></td><td>Why several Home screens separate what belongs to your organization from what belongs to your clients into two tabs.</td><td><a href="/pages/6962a8e675b545fd7b2f0980a1ce3ed5a7014efc">/pages/6962a8e675b545fd7b2f0980a1ce3ed5a7014efc</a></td></tr><tr><td><strong>Glossary</strong></td><td>The terms that appear most often in the Account documentation, with a brief definition.</td><td><a href="/pages/e8c713efa38383d0ea3baab53e4561e3a9d3614a">/pages/e8c713efa38383d0ea3baab53e4561e3a9d3614a</a></td></tr></tbody></table>


---

# 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/accounts/concepts.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.
