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

# Move items between sections

{% tabs %}
{% tab title="Desktop View (Wide Screen)" %}

1. Click on the report item you want to move.\
   ![](/files/FC4GLqT3nBTsu7lIO74F)
2. Click the **Details** tab on the right side of the screen.\
   ![](/files/I7c00zzvg6yX8vVyo2OD)
3. Open the Section drop-down menu and select the item destination. Note: The default section is *ungrouped*.\
   &#x20;![](/files/QmWUdjFq4bk5I2dmLJ6C)
4. Click **Update** at the bottom of the scree&#x6E;**.** \
   &#x20;![](/files/7vF5jjKyPgZVMfazkqHq)
5. The image will now appear in the section you selected. \
   ![](/files/CsDPaYkS8DxDLFKtF7cM)<br>
   {% endtab %}

{% tab title="Tablet View (Narrow Screen)" %}

1. Click on the report item you want to move.\
   ![](/files/ac30QAxbzXMrMTwblaZb)
2. On the next screen, open the Section drop-down menu and select the item destination. Note: The default section is *ungrouped*. \
   ![](/files/dCWJiwRGGOGMtrY1n0RG)
3. Click **Update**.\
   &#x20;![](/files/Cq1tKW2PWxRAt83GwyjB)
4. The image will now appear in the section you selected. \
   ![](/files/83EGhWZkSfnIBLliMAwO)
   {% 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/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.
