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

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

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

ArchiSketchでは、プロジェクトをフォルダ単位で整理して共有できます。\
フォルダで整理されたプロジェクトは効率的に管理でき、希望するユーザーとフォルダ単位で共有することも可能です。

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

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

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

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

<figure><img src="/files/1c1beb4768b72d06537fe683a48937e8dcd6c165" alt=""><figcaption></figcaption></figure>

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

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

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

複数移動：

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

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

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

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

<figure><img src="/files/8442cddced2b7685d00990e1bd46f1d98d92074f" 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-jp/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.
