> 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/content/sections/move-items-between-sections.md).

# Mover elementos entre secciones

{% tabs %}
{% tab title="Vista de escritorio (pantalla ancha)" %}

1. Haga clic en el elemento del informe que desea mover.\
   ![](/files/937de0dc24199d0964f0e50aa24b02dd7b192b7f)
2. Haga clic en el **Detalles** pestaña en el lado derecho de la pantalla.\
   ![](/files/f04640da76c8fe9ad47910d773775b887c3d5b7d)
3. Abra el menú desplegable Sección y seleccione el destino del elemento. Nota: La sección predeterminada es *sin agrupar*.\
   &#x20;![](/files/7c82253533f11e9a0cbebd94f4643d3888a956e7)
4. Haga clic **Actualizar** en la parte inferior de la pantall&#x61;**.** \
   &#x20;![](/files/9ce4e80b742fd04f4e51aac0fb07615193cfc7fa)
5. La imagen aparecerá ahora en la sección que seleccionó. \
   ![](/files/5a845313acbc25f0ecf57369f3016e5ab076b0de)<br>
   {% endtab %}

{% tab title="Vista de tableta (pantalla estrecha)" %}

1. Haga clic en el elemento del informe que desea mover.\
   ![](/files/6e39390d138bda9efd1993c8ea6949fcc0e3f70a)
2. En la siguiente pantalla, abra el menú desplegable Sección y seleccione el destino del elemento. Nota: La sección predeterminada es *sin agrupar*. \
   ![](/files/d24a3a4db8bcf312949fdc62df1851186d573700)
3. Haga clic **Actualizar**.\
   &#x20;![](/files/3e0c0347fd51aef76d2be22c001159627a619aa7)
4. La imagen aparecerá ahora en la sección que seleccionó. \
   ![](/files/4c28561343f9b8a4d5982935c2c82b0fc7b71e1d)
   {% endtab %}
   {% endtabs %}


---

# 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/content/sections/move-items-between-sections.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.
