# Generate a Report

Reports allow you to audit interactions and events within your Firstoken environment for a defined date range. Three report types are available depending on the data scope you need.

#### Report types

<table><thead><tr><th width="151.1484375">Type</th><th>Scope</th></tr></thead><tbody><tr><td>Web</td><td>Interactions performed from the Firstoken Console: token creation, detokenization, and token inspection or deletion.</td></tr><tr><td>API</td><td>Requests made through Firstoken APIs.</td></tr><tr><td>Monitor</td><td>Security monitoring events from FT Monitor pages.</td></tr></tbody></table>

#### Steps

1. Log in to the Firstoken Console.
2. Navigate to **Reports**.
3. Click **Create report**.
4. Complete the following fields:

| Field       | Required | Description                        |
| ----------- | -------- | ---------------------------------- |
| Name        | Yes      | Identifies the report.             |
| Description | No       | Optional context for the report.   |
| Type        | Yes      | Select Web, API, or Monitor.       |
| Start date  | Yes      | Beginning of the reporting period. |
| End date    | Yes      | End of the reporting period.       |

5. Click **Create**. The report is generated for the selected period and type.


---

# 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://firstoken.gitbook.io/api-docs/how-to/generate-a-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.
