> 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.md).

# Platform

Here you manage the core of your operation in Plenit: your account, your clients' organizations, and your billing.&#x20;

Each section has its quick start, concepts, step-by-step guides, frequently asked questions, and details. Start with whatever you need.

{% hint style="info" %}
Is this your first time here? Go to Where to Start below and get your account ready in minutes.
{% endhint %}

### Explore the platform

<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>Account</strong></td><td>Your personal identity: your overview on Home, and your data, security, and access in My Profile.</td><td><a href="/pages/be2b2cbe3538d0ec5aebf902343a2a0ca6aadfcb">/pages/be2b2cbe3538d0ec5aebf902343a2a0ca6aadfcb</a></td></tr><tr><td><strong>Organizations</strong></td><td>Each client's workspace: create them, configure them, manage their dashboard, and switch between them.</td><td><a href="/pages/c1f045cac1f8ae5b6f18e53707cc4e8579b6e026">/pages/c1f045cac1f8ae5b6f18e53707cc4e8579b6e026</a></td></tr><tr><td><strong>Billing</strong></td><td>What we bill you as a partner: your usage, your invoices, and your payment methods.</td><td><a href="/pages/6c1c9fce86442ccf877aadfb213f32f9c5c87a64">/pages/6c1c9fce86442ccf877aadfb213f32f9c5c87a64</a></td></tr></tbody></table>

### Where to start

<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>Set up your account</strong></td><td>Complete your profile and get oriented in the dashboard in four steps.</td><td><a href="/pages/cb921c1900038c676e1e4191c12ddb60301accf2">/pages/cb921c1900038c676e1e4191c12ddb60301accf2</a></td></tr><tr><td><strong>Create your first organization</strong></td><td>Register your first client and get them up and running.</td><td><a href="/pages/1baa7c0d531cf0829d6f3d26296cf01bac6fdb70">/pages/1baa7c0d531cf0829d6f3d26296cf01bac6fdb70</a></td></tr><tr><td><strong>Prepare your billing</strong></td><td>Set up your payment method and review your usage for the month.</td><td><a href="/pages/774841a7094b5551dc3b6dec36f2f1226631dc38">/pages/774841a7094b5551dc3b6dec36f2f1226631dc38</a></td></tr></tbody></table>

### Support

{% hint style="success" %}
Do you need help with your account, your organizations, or your billing? Open a ticket or write to us on WhatsApp from the Support section.
{% endhint %}


---

# 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.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.
