> 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 viewing a project detail page like the one below?

I'll explain the various features in the project one by one in detail. ☺️

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

### Project Name

If the project was created through floor plan import, it is automatically saved as the 'building name,' and projects started by drawing a floor plan directly are saved as 'Untitled' by default.\
You can change it to the name you want by clicking the project name change button.

Also, you can check various information about the project:

* Floor Plan Area
* Modified date: the most recent time the project was saved
* Created date: the time the project was first created

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

### Change Project Cover

Did you know 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 still be shown even when you publish the project and share the page link.
* If you don't change the cover, the floor plan is 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/f8b646f985a313f1d95dd0decb5b6ec203bfacc2" alt=""><figcaption></figcaption></figure>

### Go to Editor

You can enter the editor.

<figure><img src="/files/78f99d426039c1c8ce5f0f2a490709ee9a1ab2fe" alt=""><figcaption></figcaption></figure>

### See More

Share Project is a feature for sharing the project with other people. [Learn more →](/guide/user-en/manage-project/project-share.md)

You can create a duplicate of the project.

* It copies the entire project, including renderings, floor plans, and 720 tours.

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

![](/files/fc4612d400c15dbb5fce8ba29bcb49782e1a48ac)

#### Download BOM

What is BOM?

* BOM: Bill of Material (materials specification)

BOM (product list) is a list that organizes information about all the components that make up a product.\
At Archisketch, we provide a feature that lets you easily download this BOM.\
Using this feature, you can download the information about the components that make up the product all at once, and the downloaded BOM is **provided in 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 or procurement.

<figure><img src="/files/0e405fcdd0aed3763fcebb67e6761fb6087df49b" alt=""><figcaption></figcaption></figure>

**How to Download BOM**

You can easily download a list of all the 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 generated according to the options you set.\
If you don't set any special options, Excel files are generated by brand by default.\
This makes it easy to organize the information you need!

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

**Option Settings**

When downloading BOM, you can set the following options to get 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 without price information and download only products that include prices.
* **Exclude BOM by brand:** Instead of creating files by brand, you can download all products in one combined file.

## Content

You can view all the work created for the project in the editor under Content.

<figure><img src="/files/e910bd05e7f1da46ec0d84bfde7d3050998b18b6" 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.
