# Threat Agent

- [Threat Agent Overview](https://docs.threatrix.io/threat-agent/threat-agent-1.md): Threat Agent is a lightweight CLI scanning agent which will effectuate scans during builds for automated scanning or ad-hoc scans from a desktop, server, or container.
- [Threat Agent - Installation & Scanning](https://docs.threatrix.io/threat-agent/install-config.md): Threatrix Threat Agent is a CLI scanning agent intended for use in situations where you don't want to scan directly from Github, Gitlab, or other source control management platforms.
- [Scan Summary Reports](https://docs.threatrix.io/threat-agent/scan-summary-reports.md): Scan summary reports are integrated directly into a pull/merge request and enable your team to quickly assess the risk and policy violations associated with the most recent build integrated scan.
- [Resolving Errors](https://docs.threatrix.io/threat-agent/resolving-errors.md)
- [Scanning Container Images](https://docs.threatrix.io/threat-agent/scanning-container-images.md)


---

# 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.threatrix.io/threat-agent.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.
