> For the complete documentation index, see [llms.txt](https://docs.tibero.com/sysmasterdb.en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/sysmasterdb.en/8.3_manual/analysis/report/ash-report/create-report.md).

# Create Report

The users can generate an ASH Report for a specific instance by clicking the Create Report button on the \[ASH Report] page.

When the users click the Create Report button, the screen for creating an ASH Report appears. Both the Default Option and Datetime Option must be set for the ASH Report to be created.

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

* **Default Option**

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

  * The Report Name is provided by default (instance name\_ASH\_{Created Time}) and can be changed by the user.
  * Created by is fixed as Datetime.

* **Datetime Option**

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

  * This option allows the users to set the time period to be queried for generating the ASH Report.
  * The users must enter the date and time for Begin Time and End Time, with the time set in 24-hour format (hours, minutes, seconds).
  * The users can select one item from the Instance selection dropdown menu. The dropdown options are "All Instances in this cluster" (all instances in the cluster) and "Instances registered in the SysMaster DB within the cluster" (only instance names registered in the SysMaster DB within the cluster are displayed). When an instance is selected, only the corresponding items are displayed in the snapshot list.

  <figure><img src="/files/8HGBlUm6V5Y4vALtdebY" alt=""><figcaption></figcaption></figure>

  * ASH Report is only supported in TXT format.

When the users click "Create," the ASH Report is generated based on the selected options.

<figure><img src="/files/2neQVezCciWLxWSk7Yo5" 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.tibero.com/sysmasterdb.en/8.3_manual/analysis/report/ash-report/create-report.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.
