> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/readme/account-management/upgrade-downgrade-your-account-1.md).

# Actualizar/reducir tu cuenta prepaga

1. Haga clic **Suscripción actual** en el lado derecho de su área de trabajo.<br>

   <figure><img src="/files/891d44d55db952e5b063129db8c54dae80acb6b6" alt=""><figcaption></figcaption></figure>
2. Haga clic **Subir/bajar de plan** debajo de *Configuración*. <br>

   <figure><img src="/files/4f8fba19388bf7159107aaaaa39fdaaf0f1c4970" alt=""><figcaption></figcaption></figure>
3. Desplácese hacia abajo hasta *Actualizar suscripción* sección.&#x20;
4. Use las flechas arriba y abajo para ajustar la *Cantidad*. Esto cambiará el número máximo de usuarios y la capacidad de imágenes disponibles en su cuenta. \
   &#x20;

   <figure><img src="/files/43475bfc8ef2399c7d0f610b331dee79dc277079" alt=""><figcaption></figcaption></figure>
5. Haga clic **Actualizar suscripción**.<br>

   <figure><img src="/files/bdacd1b46f54bb82f1a6c7a009ecf233c7676c32" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
El tiempo se prorratea según el número de usuarios. Por ejemplo, si tiene un mes de crédito con dos usuarios y baja a un usuario, entonces tendrá dos meses de crédito.
{% endhint %}

{% hint style="warning" %}
Si desea reducir a menos usuarios de los que actualmente ha invitado a su cuenta, tendrá que [revocar a los miembros no utilizados](/manual/es/readme/collaboration/revoke-user-membership.md) antes de reducir el plan.
{% 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.reportandrun.com/manual/es/readme/account-management/upgrade-downgrade-your-account-1.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.
