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

# Project Details 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 by importing a floor plan, it is automatically saved as 'Building Name,' and projects started by drawing a floor plan directly are saved as 'Untitled' by default.\
You can click the Change Project Name button to edit it to whatever name you want.

You can also check various information about the project:

* Floor Plan Area
* Last Modified: the most recent date and time the project was saved
* Created On: the date and 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 yourself and change the cover however you like.
* The changed cover will remain the same 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 restores 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

Project Sharing is a feature for sharing the project with others. [Learn more →](/guide/user-guide/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 (bill of materials) 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 information about the parts that make up a product all at once, and the downloaded BOM is **in Excel file (xlsx) format**provided in.\
The BOM includes product photos, product codes, SKU, dimensions, descriptions, product purchase links, quantity, price, and more.\
This makes it convenient 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 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 the BOM, you can set the following options for more detailed results:

* **Exclude Shared Library:** You can download it 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 generating files by brand, you can download all products in one combined file.

## Content

You can view all the work from projects edited in the editor in 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-guide/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.
