> 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/faq/c150/c152.md).

# Explorador de directorios

- [¿Cómo elimino una carpeta que creé por error?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q449.md)
- [¿Puedo fusionar o combinar varios informes en un solo informe?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q438.md)
- [¿Cómo busco un informe específico por título?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q448.md)
- [¿Cómo creo, gestiono y cambio el nombre de los espacios de trabajo (espacios) en la app?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q439.md)
- [¿Cómo elimino un espacio de trabajo (espacio) en la app móvil?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q443.md)
- [¿Cómo creo un espacio adicional en Report and Run: Cloud?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q447.md)
- [¿Puedo cambiar el ID del documento en el PDF exportado?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q446.md)
- [¿Cómo muevo informes entre carpetas?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q442.md)
- [¿Cómo creo mi primer informe en la versión sin conexión?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q437.md)
- [¿Cómo duplico o clono un informe dentro de la aplicación?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q445.md)
- [¿Cómo cambio el nombre de un informe?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q441.md)
- [¿Cómo elimino informes antiguos?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q440.md)
- [¿Cómo navego por archivos e informes en la app?](https://docs.reportandrun.com/manual/es/faq/c150/c152/q444.md)


---

# 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/faq/c150/c152.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.
