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

# マイプロジェクト

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

アキスケッチのダッシュボードは、エディタで作業したプロジェクトやレンダーショットの成果物を一か所で管理し、確認できる中心的なスペースです。\
エディタが空間を整えレンダーショットを撮る作業を行う一方、ダッシュボードはそれらの成果物を効率よく管理し、追跡する役割を担います。

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

![](/files/878b7653a1cb80761edcbd40ce863f8aa819d17b)

## マイプロジェクト

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

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

![](/files/5405f6190de948925998ee563bbc8141d69f1082)

### プロジェクト

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

![](/files/70f57a685f9bc5adc11ea320b76ac8ee4f5b71c2)

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

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

### 共有プロジェクト

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

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

* 重要なプロジェクトをブックマークしてすばやくアクセスできます。
* ブックマークしたプロジェクトを一か所にまとめて見て、必要なときにすぐ確認してください。 [ブックマークを詳しく見る→](/guide/yzgaido/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/yzgaido/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.
