# Output

- [Output Options and Recommendations](https://docs.safetycli.com/safety-docs/output/output-options-and-recommendations.md)
- [JSON Output](https://docs.safetycli.com/safety-docs/output/json-output.md)
- [SBOM Output](https://docs.safetycli.com/safety-docs/output/sbom-output.md)
- [HTML Output](https://docs.safetycli.com/safety-docs/output/html-output.md)
- [Detecting Vulnerabilities and Sharing Results via Email](https://docs.safetycli.com/safety-docs/output/detecting-vulnerabilities-and-sharing-results-via-email.md): This guide outlines how to utilize the Safety CLI tool for detecting vulnerabilities within your project dependencies and automatically sending an email notification when vulnerabilities are detected.


---

# 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.safetycli.com/safety-docs/output.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.
