> 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/report-generation/share-a-document-via-link.md).

# Compartir un informe publicado

{% hint style="danger" %}
El enlace será **NO** protegido con contraseñ&#x61;**.** Cualquiera que tenga el enlace podrá acceder al documento.
{% endhint %}

{% hint style="info" %}
El enlace caduca después de 7 días.
{% endhint %}

1. Publique un informe como PDF o DOCX.&#x20;
2. Haga clic **Publicar** en la parte superior de la pantalla del informe y seleccione **Versiones** del menú desplegable.\
   ![](/files/ba39207181f14478d820fa5d88c91f401443887f)
3. Haga clic en la flecha hacia abajo a la derecha del informe que desea compartir.&#x20;
4. Seleccionar **Compartir con URL** del menú desplegable. \
   ![](/files/41439bce3669d897f4783ef4ca081bec59edfba3)
5. Puede escribir un mensaje que aparecerá a los usuarios que hagan clic en su enlace. Si escribe un mensaje, haga clic en **Actualizar**.\
   ![](/files/ceb15338ad6020a4591d9a65b099a15590349572)
6. Copie la URL. \
   ![](/files/44608c222c012afd356fed1611dd42acbda26ed0)
7. Los usuarios verán una pantalla similar a esta cuando visiten la URL: \
   ![](/files/bc508e7a3774eeef841ed1766dd61715c838e841)


---

# 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/report-generation/share-a-document-via-link.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.
