> 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/project-more.md).

# More options for projects

You can use the \[More] feature to make various settings without going into the project detail page from My Projects page. Click the \[...] button to the right of the project to see the available functions.

See below for descriptions of each feature.

<figure><img src="/files/cbed03566d61ea95419c89dc1edcc98018bae3af" alt=""><figcaption></figcaption></figure>

### Change Project Name

You can edit the project name.

* Click the \[...] button.
* Select Change Project Name.
* Enter a new name and save it.

<figure><img src="/files/46c8c8a5cb3871d7af509912cbf2763a14a90daa" alt=""><figcaption></figcaption></figure>

### Change Project Cover

You can replace the project thumbnail image with a file you uploaded.

* Click the \[...] button.
* Select Change Project Cover.
* Delete the existing floor plan image and upload the image you want.
* The new cover image will be saved.

<figure><img src="/files/1e13158d6fe5ab872c4f9abfa013324b23f1a96d" alt=""><figcaption></figcaption></figure>

### Bookmark

Bookmark your most-used projects!

* **Set bookmark:**
  * Click the \[...] button.
  * Select Turn On Bookmark.
  * A bookmark icon will be displayed at the bottom right of the project.
  * You can view bookmarked projects in \[Bookmarked Projects] in the left tab.
* **Unbookmark:**
  * Method 1: Click the \[...] button → select Turn Off Bookmark.
  * Method 2: Click the bookmark icon directly to remove it.

<figure><img src="/files/2f930ffe74dcab911a54d0b779e80cda64b4c8f6" alt=""><figcaption></figcaption></figure>

### Copy

You can create a copy of the current project.

* The copied project includes all content, such as renderings, drawings, and 720 tours.
  * Click the \[...] button.
  * Select Copy.
  * A copy will be created and added to My Projects list.

<figure><img src="/files/b1bfef7cb8a4b4f4eb1ad3d31e2d3d35bb8bd70f" alt=""><figcaption></figcaption></figure>

### Delete

You can delete the project.

* Click the \[...] button.
* Select Delete.
* Deleted projects can be found in \[My Projects] → \[Trash].
  * Projects deleted by mistake can be restored from the trash.

![](/files/a08dd5d3204df66a3912c0c4b3e47e2073a905a1)


---

# 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/project-more.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.
