> 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 Details Page

Are you viewing a project detail page like the one below?

I'll explain each of the various features in the project in detail. ☺️

<figure><img src="/files/518ed5585156ed4f693d93427204bfa5b44fcaf1" alt=""><figcaption></figcaption></figure>

### Project Name

If this project was created by importing a floor plan, it is automatically saved as 'Building Name', and projects that started by drawing the floor plan directly are saved as 'Untitled' by default.\
You can change it to any name you want by clicking the project name change button.

You can also check various information about the project:

* Floor area
* Modified date: the most recent date and time the project was saved
* Created date: the date and time the project was first created

<figure><img src="/files/8c14996565c64c0ba22cdca833160dbe9a57f23e" 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 like.
* The changed cover will also be shown as-is when you publish the project and share the page link.
* If you don't 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 is enabled.

* Clicking this button will reset the cover and revert it to the default floor plan.

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

### Go to editor

You can enter the editor.

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

### More

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

You can create a duplicate of the project.

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

<figure><img src="/files/617da4ec4585c203be19cc7fec23c57c0ec20268" alt=""><figcaption></figcaption></figure>

![](/files/80ad7597439dc11af4de37b3c2f114fe8eff7366)

#### Download BOM

What is BOM?

* BOM: Bill of Material (Materials List)

BOM (product list) is a list that organizes information about all the components that make up a product.\
Archisketch provides a feature that lets you easily download this BOM.\
Using this feature, you can download information about the components that make up the product all at once, and the downloaded BOM is **provided in Excel file (.xlsx) format**.\
The BOM includes product photos, product codes, SKU, 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/892929cfb0901f75624458d3892f9689aa23d151" alt=""><figcaption></figcaption></figure>

**How to download BOM**

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

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

**Option settings**

When downloading BOM, you can set the following options for even 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 don't have price information and download only products with prices included.
* **Exclude brand-specific BOM:** You can download all products as one integrated file instead of generating files by brand.

## Content

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

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