# Help and Support

To get more information about the command line arguments and commands that Safety supports, you can run

`safety --help` in the command line.

To get more information about the `safety check` command you can run `safety check --help`.

If you have any other questions get in touch with the Safety team at <support@safetycli.com>


---

# 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-2/safety-cli-2-scanner/help-and-support.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.
