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

# Project More Options

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

See below for descriptions of each feature.

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

### Rename project

You can edit the project name.

* Click the \[...] button.
* Select Rename project.
* Enter a new name and save it.

<figure><img src="/files/1be04dae6696a7e8aa1f845a993ee35f3031adda" 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 is saved.

<figure><img src="/files/2336b5d429b6ef78e2847a6c6d517371cfa29277" alt=""><figcaption></figcaption></figure>

### Bookmark

Set your most-used projects as bookmarks!

* **Bookmark settings:**
  * Click the \[...] button.
  * Select Turn on bookmark.
  * A bookmark icon appears at the bottom right of the project.
  * You can view bookmarked projects under \[Bookmarked Projects] in the left tab.
* **Unbookmark:**
  * Method 1: Click the \[...] button → select Turn off bookmark.
  * Method 2: Directly click the bookmark icon to remove it.

<figure><img src="/files/097bf4d69c75d92f82b947ee2ca6caf77a27262f" 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 is created and added to My Projects list.

<figure><img src="/files/3825c1d3965cd1e90067785d028068cf27b27b33" 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/8817feadbd67397fda0cb187a540c4fd57b72a55)


---

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