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

# プロジェクトフォルダの移動

## プロジェクトをフォルダで管理して共有する

アーキスケッチでは、プロジェクトをフォルダ単位で整理して共有できます。\
フォルダで整理されたプロジェクトは効率的に管理でき、任意のユーザーとフォルダ単位で共有することも可能です。

フォルダ名をクリックすると、整理されたフォルダごとにプロジェクトを確認できます。\
もちろん、最上部の「全体プロジェクト」をクリックすれば、フォルダの区分なくすべてのプロジェクトを一目で見ることができます。

## フォルダ機能の活用方法

#### フォルダを作成する

* 画面で［新しいフォルダ］ボタンをクリックしてください。
* フォルダ名を入力して保存すると、新しいフォルダが作成されます。

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

#### プロジェクトをフォルダに入れる

* 単体移動：
* プロジェクトの［もっと見る］ボタンをクリックします。
* ［フォルダ移動］を選択して、希望のフォルダへ移動します。

<figure><img src="/files/6d77e104e7eb51be586289d47556dd3957b62234" alt=""><figcaption></figcaption></figure>

複数移動：

* 複数のプロジェクトを選択します。
* 上部メニューで［フォルダ移動］ボタンを押して、希望のフォルダへ一度に移動します。

<figure><img src="/files/6c45665d1018f141b97d0fb66fb4b6b5cfdd743d" alt=""><figcaption></figcaption></figure>

#### フォルダを管理する

* フォルダ名の右側にある［もっと見る］ボタンをクリックします。
* サブフォルダの作成、名前の変更、削除、共有機能を選択して、フォルダを管理してください。

<figure><img src="/files/76bd7619bfef4527da9f55c8cc6ae44f23bf4886" 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/yzgaido/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.
