# System information

**`--help`**\
The client displays a brief help page, then exits with code 0

**`--version`**\
The client displays the version of the client, then exits with code 0

**`--detect`**\
The client displays languages and tools detected, then exits with a specific code: \
\- 0 if the codebase is not supported\
\- 1 if the codebase is supported by at least one language\
\- 2 if the tooling supports autofix\
\- 3 if both previous conditions are true


---

# 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/command-line-parameters/system-information.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.
