> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-en/manage-project/project-folder.md).

# Move Project Folder

## Manage and share projects in folders

In ArkiSketch, you can organize projects into folders and share them.\
Projects organized into folders can be managed efficiently, and you can also share folders with the users you want.

If you click a folder name, you can view projects organized by each folder.\
Of course, if you click All Projects at the top, you can see all projects at a glance without folder separation.

## How to use folder features

#### Create a folder

* Click the \[New Folder] button on the screen.
* Enter a folder name and save it to create a new folder.

<figure><img src="/files/47d7e22261426d7cbeb44e1da3d5a234205d253c" alt=""><figcaption></figcaption></figure>

#### Put projects into a folder

* Single move:
* Click the \[More] button on the project.
* Select \[Move to Folder] to move it to the desired folder.

<figure><img src="/files/f7b4c2bda6306a7711d761153bd75b4e7185e0be" alt=""><figcaption></figcaption></figure>

Multiple move:

* Select multiple projects.
* In the top menu, click the \[Move to Folder] button to move them all at once to the desired folder.

<figure><img src="/files/69119c384c55193708b695314b604db8b1c45297" alt=""><figcaption></figcaption></figure>

#### Manage folders

* Click the \[More] button to the right of the folder name.
* Manage folders by selecting features such as create subfolder, edit name, delete, and share.

<figure><img src="/files/65acf2a622a79584f85ea11606c544a768707a13" alt=""><figcaption></figcaption></figure>


---

# 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.archisketch.com/guide/user-en/manage-project/project-folder.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.
