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

# My Projects

## What is the dashboard?

The Archisketch dashboard is a central space where you can manage and check projects worked on in the editor and render shot results all in one place.\
While the editor handles decorating spaces and taking render shots, the dashboard plays the role of efficiently managing and tracking those outputs.

Here, you can check information about projects you've created, move to the editor, or view the render shots you've taken.\
Also, **Render shot tag management, modeling furniture upload, photo studio** and various other features, so you can do many tasks beyond the editor functions.\
In other words, the dashboard is the core hub that manages work in Archisketch and provides the necessary functions in an integrated way.

![](/files/ca87479efa1fc9f4ce436d492d4cfd1b4bd8d895)

## My Projects

In the My Projects tab,

* Project
* Shared Projects
* and Bookmarked Projects, for a total of three sub-tabs.

![](/files/c63fc395c2ba046dae255d00870b1103251bd79b)

### Project

Basically, it's a space where you create projects and work on interior design and decorating spaces.

![](/files/768ffdf2f6ce2d6af5068bca413620df6687046c)

1. New Project
   * Adds a new project and moves you to the editor.
2. Sort
   * By default, it is sorted by the most recently edited.
   * You can sort by name / creation date / modification date.
3. Shared Projects
   * You can view all the projects you've shared.
     * To check projects shared with you,

       : Click \[My Projects > Shared Projects] in the left tab.
4. Trash
   * When you delete a project, it is kept in the trash.\
     If a project seems to have disappeared, check the trash to see whether it was deleted.
     * However, if you delete a project in the trash, it will be permanently deleted and cannot be restored. Please be careful.
5. Folder
   * You can organize the projects you've created into folders. [Learn more→](/guide/user-en/manage-project/project-folder.md)

### Shared Projects

* You can see all the projects shared with you at a glance.
* Efficiently manage projects shared by team members or other users. [Learn more about project sharing→](/guide/user-en/manage-project/project-share.md)

### Bookmarked Projects

* You can bookmark important projects for quick access.
* Gather your bookmarked projects in one place and check them right away when needed. [Learn more about bookmarks→](/guide/user-en/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-en/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.
