> 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/customization/report-templates/remove-a-report-template.md).

# Eliminar una plantilla de informe

1. Seleccione la plantilla de informe que desea eliminar. (Las plantillas muestran un icono de engranaje en el lado izquierdo de la pantalla.) \
   ![](/files/390df3a827ddc3ce42aed4d422feda0231d0c961)
2. Haga clic en el título de la plantilla en el lado derecho de la pantalla (junto al icono del lápiz).\
   ![](/files/fc5867ba7418e2685d7929382f108206b61e9453)
3. Desmarque la casilla junto a *¿Es una plantilla?*\
   ![](/files/2ee3e670d6d63639e60aa52476cf4b9b2be6f794)
4. Haga clic **Actualizar**. \
   ![](/files/2dce2a44a4683080cb40c24dd6d0f60e235dac0e)
5. La plantilla ahora es un informe. (El icono de engranaje ha cambiado a un icono de informe).\
   &#x20;![](/files/9395b6f8afc2d7af576f1fdf31b440b299c6633c)
6. Para eliminarlo por completo, seleccione el informe. Haga clic en **Más** en el lado derecho de la pantalla. Luego seleccione **Eliminar**. \
   ![](/files/179e077b6f605b13dbc5000b29d1910327aa744d)<br>


---

# 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/customization/report-templates/remove-a-report-template.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.
