> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/xygeni-scanner-cli.md).

# Xygeni Scanner CLI

- [Xygeni Scanners](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-scanners.md)
- [Xygeni GUI Overview](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-gui-overview.md)
- [Xygeni CLI Overview](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview.md)
- [Xygeni CLI Prerequisites](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-prerequisites.md)
- [Xygeni CLI Installation](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-installation.md)
- [Xygeni CLI Docker Image](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-docker-image.md)
- [Xygeni CLI Authentication](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-authentication.md)
- [CLI Authentication with Xygeni](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-authentication/cli-authentication-with-xygeni.md)
- [SCM, CI/ CD and Container Registry tokens](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/scm-ci-cd-and-container-registry-tokens.md)
- [Xygeni CLI Operation Modes](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-operation-modes.md)
- [Single scan](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-operation-modes/single-scan.md)
- [Scanning a docker image](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-operation-modes/single-scan/scanning-a-docker-image.md)
- [Multi Scan](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-operation-modes/multi-scan.md)
- [Organization scan](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-operation-modes/organization-scan.md)
- [Xygeni CLI Configuration options](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-configuration-options.md)
- [Xygeni CLI Output Formats](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-output-formats.md)
- [Exporting Xygeni results to 3rd party tools](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/exporting-xygeni-results-to-3rd-party-tools.md)
- [Automatic Remediation](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/automatic-remediation.md)
- [Generate SBOM with the Xygeni CLI](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/generate-sbom-with-the-xygeni-cli.md)
- [Generate CBOM with the Xygeni CLI](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/generate-cbom-with-the-xygeni-cli.md)
- [CLI utils](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/cli-utils.md)
- [Credentials Encryption](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/cli-utils/credentials-encryption.md)
- [Central Configuration](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/cli-utils/central-configuration.md)
- [AI Triage](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/cli-utils/ai-triage.md)
- [Xygeni Guardrails](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/guardrails.md)
- [CI/CD Audit Analysis](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/guardrails/ci-cd-audit-analysis.md)
- [Xygeni CLI Error Codes](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-cli-error-codes.md)
- [Mute Rules](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/mute-rules.md)
- [Mute Descriptor Format](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/mute-rules/descriptor-format.md)
- [Server-Side Mute Rulesets](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/mute-rules/server-side-rulesets.md)
- [Xygeni Scanner Reference](https://docs.xygeni.io/xygeni-scanner-cli/xygeni-cli-overview/xygeni-scanner-reference.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xygeni.io/xygeni-scanner-cli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
