# Heap Dump

### Overview

Heap Dump allows you to download heap dumps from your instance.

### Usage

To download a heap dump, click the download icon at the top right and wait for the download to finish. Once it's done, you may delete it or save it to a folder of your choice.

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

To delete a heap dump, click on the trash icon on the relevant row. You may also delete a heapdump while it's downloading to cancel the download.

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

### Required Abilities

* [Heap Dump](/features/abilities.md)


---

# 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://docs.ostara.dev/features/instance-features/jvm/heap-dump.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.
