> 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/report-and-run-integrate/report-generation.md).

# Report Generation

- [Generate documents](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents.md)
- [Generate a PDF](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/generate-a-pdf.md): Download a PDF version of your report.
- [Generate a DOCX](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/generate-a-pdf-1.md): Download a Word version of your report.
- [Filter by selection](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/filter-by-selection.md): Rather than sharing a report in its entirety, you can select certain items to appear in the published reports you share with others.
- [Filter by section](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/filter-by-section.md): You can use filters to show only certain sections in published reports.
- [Filter by conditions](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/filter-by-conditions.md): You can share a view of your report filtered by a number of conditions, including who the report item is assigned to and when it is due.
- [View a published report](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/view-a-published-report.md): View your reports from the mobile app after they've been generated.
- [Delete a published report](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/delete-a-published-report.md): Delete published reports from the mobile app if you no longer need them.
- [Share a report](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/share-a-report.md): Download and share a copy of your PDF report, or share a link to it using the Public URL option.
- [Share a single image](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/share-a-single-image.md): Rather than share a full report, you can just share a single image with the people who need to see it.
- [Share multiple images](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/share-raw-images.md): Share multiple photos from your report in one step.
- [Share raw images](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/share-raw-images-1.md): Share photos in their original size and state - without annotations and other information - from the report screen.
- [Document storage duration](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/document-storage-duration.md)
- [Paper types](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/paper-types.md): Print reports on A4, US Letter, or US Legal sized paper from the mobile app.


---

# 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/report-and-run-integrate/report-generation.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.
