> 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 to project folder

## Manage and share 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.

Click a folder name to 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 the folder feature

#### 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/57cee3bb7a30d953b790899376264c0443138980" alt=""><figcaption></figcaption></figure>

#### Put projects into folders

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

<figure><img src="/files/2d3ee88aa2fce3cafb0ad49d2005089bc723bed6" alt=""><figcaption></figcaption></figure>

Multiple move:

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

<figure><img src="/files/2500060875ce8ccf72e3c52276edd65ce318ae41" alt=""><figcaption></figcaption></figure>

#### Manage folders

* Click the \[More] button to the right of the folder name.
* Manage folders by selecting the subfolder creation, rename, delete, and share functions.

<figure><img src="/files/867e53fe390ae4614910353eefbf36e31a378141" 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.
