# Generating a report

A console-based report is generated using the parameter `--report-console`: the system will try to adapt to the terminal capabilities, while it's possible to disable all ANSI escaping specifying `--report-console:nocolor`.

An HTML report is generated on the file system using the parameter `--report-file=/path/to/file`. Please note that such file is just a “pointer” to the online report, so you will need internet access to view it using your browser.

&#x20;A JSON formatted report can also be generated, assuming your company is entitled to an “enterprise” plan. using the parameter `--report-json=/path/to/file`.&#x20;

A PDF formatted report can also be generated, assuming your company is entitled to an “enterprise” plan. using the parameter `--report-pdf=/path/to/file`.


---

# 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.meterian.io/the-client/general-operations/generating-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.
