# Build History

Every time you build your app in the Monaca IDE, Monaca saves your build history where you can see your build details and error logs.

## View build history

Follow these instructions to see your build history and to modify it:

1. From the Monaca Cloud IDE menu, go to **Build → Build History** .
2. You can see the build history:

![](/files/-Mfoy4LCK2Ksdp4W-KgR)

3\. Click a **Delete** button to remove particular item from your history or a **Download** button to download a built app. Once an item is removed, it cannot be restored.


---

# Agent Instructions: 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:

```
GET https://en.docs.monaca.io/products_guide/monaca_ide/build/build_history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
