> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zymono.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Start

> File a report with Zymono's NPM package

Once you have installed and initalized the Zymono NPM package, you can file a report. If you have not completed this step please refer to [https://docs.zymono.com/api-reference/node/install](https://docs.zymono.com/api-reference/node/install)

## File Report

To file a report, use the `report` function.

```js theme={null}
const params = {
  user: '', //User being reported
  imgURL: '', //Url of an image for evidence (You can leave this blank)
  reason: '', //Reason for report
  device: '' //Platform (E.g. Minecraft, Xbox, Discord, etc)
}

zymono.report(params)
```
