> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/create-and-publish/create-a-node/organise-access-and-present/component-presentation/moving-components.md).

# Moving components

To ensure your work can be structured in the way you like, and this structure can be adapted according to changing demands, your components can be moved around within your Node.&#x20;

Similar to how your computer file drive works, Nodes Drive provides you with the ability to use folders for structure. Moving a component between files is relatively straightforward:&#x20;

* Select the component you wish to move;
* Click on the triple dot menu to the right of your selected component;&#x20;
* Select the 'Move' option from the dropdown menu;&#x20;
* You should see a notification at the bottom of the Node Drive indicating the selected component name ('Information\_Button.jpg') and its current location ('root/Button\_pics/'), with a button to indicate if you want to move the component here.  You won't be able to use the 'Move Here' button yet, as you are currently in the same place your file is already located;

  <figure><img src="/files/Mifqipr9YgsoCytmhhtU" alt="" width="375"><figcaption></figcaption></figure>
* In the Node Drive, go into the Folder you want to move your component to;
* Click on 'Move Here' <img src="/files/YbaDTJpr9T155WUhW2BP" alt="" data-size="line"> in the notification at the bottom;
* Your Node should now be moved to its new location.

<figure><img src="/files/xhxTiQyMjxEY3QV5c84R" alt=""><figcaption><p>Moving a Node Component</p></figcaption></figure>

NB if you would like to move the component to a new folder, [**create the new folder**](/create-and-publish/create-a-node/add-components/folder.md) first.&#x20;


---

# 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.desci.com/create-and-publish/create-a-node/organise-access-and-present/component-presentation/moving-components.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.
