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

# Mover itens entre seções

{% tabs %}
{% tab title="Visualização em desktop (tela larga)" %}

1. Clique no item do relatório que você deseja mover.\
   ![](/files/2926d3748d728f0c415648609cb0d9adc08721da)
2. Clique em **Detalhes** aba no lado direito da tela.\
   ![](/files/7a1c04251536b408f90cee7cee67f2d520162c97)
3. Abra o menu suspenso Seção e selecione o destino do item. Observação: A seção padrão é *não agrupado*.\
   &#x20;![](/files/d88d7e2e0260c4d3993f8eb5f19ee8a4c7a1513f)
4. Clique **Atualizar** na parte inferior da tel&#x61;**.** \
   &#x20;![](/files/cb06c34b8c436f0b100ca5b328001cca75c876c1)
5. A imagem agora aparecerá na seção que você selecionou. \
   ![](/files/92b9b7ce9ba8dc7dc616e2c187d73fc5df7a8061)<br>
   {% endtab %}

{% tab title="Visualização em tablet (tela estreita)" %}

1. Clique no item do relatório que você deseja mover.\
   ![](/files/19ac394ff8ebe1500d37f3a24a5d38eec729af72)
2. Na próxima tela, abra o menu suspenso Seção e selecione o destino do item. Observação: A seção padrão é *não agrupado*. \
   ![](/files/5538df8393a8e456a8aa8b8c8ee8bd225e70ed93)
3. Clique **Atualizar**.\
   &#x20;![](/files/5cf2ba1b8c41414656584b7a41d311846a191ded)
4. A imagem agora aparecerá na seção que você selecionou. \
   ![](/files/6d9e50badbc5c05ab63ad00c5787b2a2c55db36e)
   {% 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/pt-br/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.
