> For the complete documentation index, see [llms.txt](https://firstoken.gitbook.io/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://firstoken.gitbook.io/api-docs/how-to/generate-a-report.md).

# 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.
