> 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-guide/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 is used to decorate spaces and take render shots, the dashboard plays the role of efficiently managing and tracking those outputs.

Here, you can check information about the projects you've created, move to the editor, or view the render shots you've taken.\
Also, **render shot tag management, modeling furniture uploads, photo studio** and various other functions, allowing you to do more than just editor tasks.\
In other words, the dashboard is a key 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
* Bookmarked Projects, for a total of three sub-tabs.

![](/files/369f08978e94219ce6e0bf9455d3dcd6ca823f48)

### Project

By default, this is a space where you create projects and work on interiors and decorating spaces.

![](/files/65d0cfe3035304d6fa4cedb69d07cf5d9e6d0966)

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

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

### Shared Projects

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

### Bookmarked Projects

* 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-guide/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-guide/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.
