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

# Plataforma

Aquí gestionas la base de tu operación en Plenit: tu cuenta, las organizaciones de tus clientes y tu facturación.&#x20;

Cada sección tiene su inicio rápido, conceptos, guías paso a paso, preguntas frecuentes y detalles. Empieza por lo que necesites.

{% hint style="info" %}
¿Es tu primera vez por aquí? Ve a Por dónde empezar más abajo y deja tu cuenta lista en minutos.
{% endhint %}

### Explora la plataforma

<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>Cuenta</strong></td><td>Tu identidad personal: tu vista global en Inicio y tus datos, tu seguridad y tus accesos en Mi Perfil.</td><td><a href="/pages/3r7fGEb6y2FSSnU0LFQg">/pages/3r7fGEb6y2FSSnU0LFQg</a></td></tr><tr><td><strong>Organizaciones</strong></td><td>El espacio de trabajo de cada cliente: créalas, configúralas, administra su panel y muévete entre ellas.</td><td><a href="/pages/cz7O0PLYQggvgrH2CipA">/pages/cz7O0PLYQggvgrH2CipA</a></td></tr><tr><td><strong>Facturación</strong></td><td>Lo que te facturamos a ti como partner: tu consumo, tus facturas y tus métodos de pago.</td><td><a href="/pages/oyh7mqoHGO81j8OvIf73">/pages/oyh7mqoHGO81j8OvIf73</a></td></tr></tbody></table>

### Por dónde empezar

<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>Configura tu cuenta</strong></td><td>Completa tu perfil y oriéntate en el panel en cuatro pasos.</td><td><a href="/pages/MCeWJFyCd9qwGX5O6nkb">/pages/MCeWJFyCd9qwGX5O6nkb</a></td></tr><tr><td><strong>Crea tu primera organización</strong></td><td>Da de alta a tu primer cliente y ponlo en marcha.</td><td><a href="/pages/tbd9aB7HQJVEEyORwpVU">/pages/tbd9aB7HQJVEEyORwpVU</a></td></tr><tr><td><strong>Prepara tu facturación</strong></td><td>Configura tu método de pago y revisa tu consumo del mes.</td><td><a href="/pages/petNDsWLgiG5L0ofKeYM">/pages/petNDsWLgiG5L0ofKeYM</a></td></tr></tbody></table>

### Soporte

{% hint style="success" %}
¿Necesitas ayuda con tu cuenta, tus organizaciones o tu facturación? Abre un ticket o escríbenos por WhatsApp desde la sección de Soporte.
{% 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/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.
