> 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-detail.md).

# Project Detail Page

Are you looking at a project detail page like the one below?

I’ll walk you through each of the various features in the project in detail. ☺️

<figure><img src="/files/9ff417819f55a35f435eda0c14134c5068d74c7b" alt=""><figcaption></figcaption></figure>

### Project Name

If this project was created by importing a floor plan, it will be automatically saved as the 'building name,' and projects started by drawing a floor plan directly are saved as 'Untitled' by default.\
You can click the project name change button to edit it to the name you want.

You can also check various details about the project:

* Floor plan area
* Modified date: the date and time when the project was last saved
* Created date: the date and time when the project was first created

<figure><img src="/files/40ca5b01449da62bb2d1197f4deb05efe28874da" alt=""><figcaption></figcaption></figure>

### Change Project Cover

Did you know that you can change the cover image at the top of the project detail page?

* You can upload an image directly and change the cover however you want.
* The changed cover will remain visible even when you publish the project and share the page link.
* If you do not change the cover, the floor plan will be set as the cover by default.

**Delete Cover**

When a project cover is set, the delete cover button becomes active.

* Clicking this button resets the cover and returns it to the default floor plan.

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

### Go to Editor

You can enter the editor.

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

### See More

Project sharing is a feature that lets you share the project with others. [Learn more →](/guide/user-en/manage-project/project-share.md)

You can create a duplicate of the project.

* This copies the entire project, including rendering, floor plans, and the 720 tour.

<figure><img src="/files/3e3590520836dc110e830faa6542c9c012cafd3e" alt=""><figcaption></figcaption></figure>

![](/files/96209b1036de1c8279929e8e05c538842b791c6b)

#### BOM Download

What is BOM?

* BOM: Bill of Material (materials specification)

A BOM (product list) is a list that organizes information about all the parts that make up a product.\
At Archisketch, we provide a feature that lets you easily download this BOM.\
With this feature, you can download the information for all the parts that make up the product at once, and the downloaded BOM is **an Excel file (xlsx)**&#x66;ormat.\
The BOM includes product photos, product codes, SKUs, dimensions, descriptions, product purchase links, quantities, prices, and more.\
This makes it easy to use the information needed for product management and procurement.

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

**How to Download BOM**

You can easily download a list of all furniture used in the project as an Excel file.\
When you download it, the file is provided in a compressed format, and when you unzip it, files are created according to the options you set.\
If you do not set any special options, Excel files are created by brand by default.\
This makes it easy to organize the information you need!

{% hint style="success" %}
It takes a little time to complete the download, so please wait a moment.
{% endhint %}

**Option Settings**

When downloading the BOM, you can set the following options for more detailed results:

* **Exclude shared library:** You can download while excluding Archisketch shared library products such as windows, doors, and other props.
* **Exclude products without prices:** You can exclude products that do not have price information and download only products with prices included.
* **Exclude brand-based BOM:** You can download all products together in one integrated file instead of creating files by brand.

## Content

You can view all the work done on a project in the editor in Content.

<figure><img src="/files/5de1d0e8604cc7b5a2dab29d02abf84089f8c982" alt=""><figcaption></figcaption></figure>


---

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