> 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/my-projects.md).

# マイプロジェクト

## ダッシュボードとは？

Archisketchのダッシュボードは、エディターで作業したプロジェクトとレンダーショットの成果物を一か所で管理し、確認できる中心空間です。\
エディターが空間を飾り、レンダーショットを撮る作業を行う一方、ダッシュボードはそれらの成果物を効率的に管理し、追跡する役割を担います。

ここでは、私が作成したプロジェクト情報の確認はもちろん、エディターへの移動や撮影したレンダーショットを見ることもできます。\
また、 **レンダーショットタグ管理、モデリング家具アップロード、フォトスタジオ** など、さまざまな機能を提供し、エディター機能を超える多様な作業ができます。\
つまり、ダッシュボードはArchisketchでの作業を管理し、必要な機能を統合的に提供する中核ハブです。

![](/files/878b7653a1cb80761edcbd40ce863f8aa819d17b)

## マイプロジェクト

マイプロジェクトタブには

* プロジェクト
* 共有プロジェクト
* ブックマークプロジェクトの計3つのサブタブで構成されています。

![](/files/5405f6190de948925998ee563bbc8141d69f1082)

### プロジェクト

基本的にはプロジェクトを作成してインテリアをし、空間を飾る作業をする場所です。

![](/files/70f57a685f9bc5adc11ea320b76ac8ee4f5b71c2)

1. 新しいプロジェクト
   * プロジェクトを新たに追加し、エディターへ移動します。
2. 並び替え
   * デフォルトは更新日時の新しい順です。
   * 名前 / 作成日 / 更新日を基準に並び替えができます。
3. 共有したプロジェクト
   * 自分が共有したプロジェクトをまとめて見ることができます。
     * 共有されたプロジェクトを確認するには

       : 左側のタブで \[マイプロジェクト > 共有プロジェクト] をクリックしてください。
4. ゴミ箱
   * プロジェクトを削除するとゴミ箱に保管されます。\
     もしプロジェクトがなくなっていたら、削除したのではないかゴミ箱で確認してみてください。
     * ただし、ゴミ箱内でプロジェクトを削除すると完全削除され、復元できません。ご注意ください。
5. フォルダ
   * 自分が作成したプロジェクトをフォルダで整理できます。 [詳しく見る→](/guide/user-jp/manage-project/project-folder.md)

### 共有プロジェクト

* 自分が共有されたプロジェクトを一目で確認できます。
* チームメンバーや他のユーザーから共有されたプロジェクトを効率的に管理しましょう。 [プロジェクト共有を詳しく見る→](/guide/user-jp/manage-project/project-share.md)

### ブックマークプロジェクト

* 重要なプロジェクトをブックマークして、すばやくアクセスできます。
* ブックマークしたプロジェクトを一か所にまとめて確認し、必要なときにすぐチェックしてください。 [ブックマークを詳しく見る→](/guide/user-jp/manage-project/project-more.md)


---

# 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/my-projects.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.
