> 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/report-and-run-integrate/report-generation/duracion-del-almacenamiento-de-documentos.md).

# Duración del almacenamiento de documentos

{% hint style="info" %}
Solo los documentos archivados cuentan para el límite de almacenamiento de imágenes de tu cuenta. Puedes [establecer un almacenamiento predeterminado](/manual/es/readme/report-generation/setting-default-storage-duration.md) en las propiedades del informe, carpeta o espacio.&#x20;
{% endhint %}

{% hint style="warning" %}
Solo puedes tener 5 informes publicados que no estén archivados a la vez. Elimina cualquier informe publicado y luego elimínalo de la papelera para continuar generando informes.
{% endhint %}

1. Toca un informe para abrirlo.

   <div align="left"><figure><img src="/files/1b0514ab8d9716c4856e331d8eb52bb34c07b635" alt="" width="375"><figcaption></figcaption></figure></div>
2. Toca **Compartir** en la esquina inferior derecha del informe.

   <div align="left"><figure><img src="/files/6fb302b8f42fac1a4f30406c487881b4669e71bf" alt="" width="375"><figcaption></figcaption></figure></div>
3. Desplácese hacia abajo hasta *Duración de almacenamiento* menú y toca la **Predeterminado** opción.

   <div align="left"><figure><img src="/files/27698d45476478f9ed451ed552e2cc7c02b90ac2" alt="" width="375"><figcaption></figcaption></figure></div>
4. Seleccione la duración de almacenamiento deseada del menú.&#x20;

   <div align="left"><figure><img src="/files/e70b4694f72afbe1e7a2a6636e19ab96c4177d5a" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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/report-and-run-integrate/report-generation/duracion-del-almacenamiento-de-documentos.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.
