> 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/c155/q489.md).

# ¿Cómo creo una nueva plantilla de informe con campos personalizados?

Puede crear una plantilla de informe con campos personalizados en el portal web de Report and Run: Cloud.&#x20;

1. [Crear una plantilla de informe](/manual/es/readme/customization/report-templates/create-a-new-report-template.md) y marque la *Personalizar* casilla.&#x20;
2. Agregue campos personalizados existentes o cree un nuevo campo desde esta pantalla.&#x20;
3. La plantilla que cree en el portal web luego [aparecerá como una opción](/manual/es/report-and-run-integrate/content/reports/create-a-report-from-template.md) en la aplicación móvil Report and Run: Integrate.&#x20;

La función de plantilla de informe no está disponible en la aplicación sin conexión.&#x20;

## Relacionado

* [Artículo: Crear una nueva plantilla de informe en Report and Run: Cloud](/manual/es/readme/customization/report-templates/create-a-new-report-template.md)
* [Artículo: Convertir un informe existente en una plantilla en Report and Run: Cloud](/manual/es/readme/customization/report-templates/convert-an-existing-report-into-a-template.md)
* [Artículo: Crear un informe a partir de una plantilla en Report and Run: Integrate](/manual/es/report-and-run-integrate/content/reports/create-a-report-from-template.md)
* [FAQ: ¿Cómo guardo texto de uso frecuente para no tener que escribirlo cada vez?](/manual/es/faq/c150/c155/q488.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/c155/q489.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.
