# Create Report

In the [reports view](/clarity/reports/access-reports-view.md), click **Create Report** to create your first report:

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

First you will need to enter the **Report Name**:

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

Specify which tags you'd like the report to contain by dragging them from the **Tags** section of the sidebar to the **Tags** panel in the report view:

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

## Next Steps

* [Recurring Reports](/clarity/reports/recurring-reports.md)
* [Manually Sending Reports](/clarity/reports/manually-sending-reports.md)
* [Event Triggered Reports](/clarity/reports/event-triggered-reports.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.jcore.io/clarity/reports/create-report.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.
