> 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 review projects worked on in the editor and render shot results in one place.\
While the editor handles decorating spaces and taking render shots, the dashboard efficiently manages and tracks those results.

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

![](/files/4dfe68abf3ccc412be956b154c78c3b7c393205b)

## My Projects

In the My Projects tab,

* Project
* Shared Projects
* Bookmark Projects, making it a total of 3 sub-tabs.

![](/files/369f08978e94219ce6e0bf9455d3dcd6ca823f48)

### Project

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

![](/files/65d0cfe3035304d6fa4cedb69d07cf5d9e6d0966)

1. New Project
   * Add a new project and move to the editor.
2. Sort
   * By default, it is sorted by most recently edited.
   * Sorting is possible by name / creation date / edit date.
3. Shared Projects
   * You can view the projects I've shared.
     * To check the projects shared with you

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

### Shared Projects

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

### Bookmarked Projects

* Bookmark important projects for quick access.
* Collect 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.
