> 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-guide/manage-project/project-folder.md).

# Move Project Folder

## Managing and sharing projects in folders

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

If you click a folder name, you can view projects by organized 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 project's \[More] button.
* Select \[Move to Folder] to move it to the folder you want.

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

Multiple move:

* Select multiple projects.
* In the top menu, press \[Move to Folder] 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 creating subfolders, renaming, deleting, and sharing.

<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-guide/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.
