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

# Usage

- [Products](https://scansuite.gitbook.io/scansuite/usage/products.md)
- [Static Code Analysis](https://scansuite.gitbook.io/scansuite/usage/static-code-analysis.md)
- [Git repository authentication](https://scansuite.gitbook.io/scansuite/usage/static-code-analysis/git-repository-authentication.md)
- [Scheduling Periodic and Incremental Scans](https://scansuite.gitbook.io/scansuite/usage/static-code-analysis/scheduling-periodic-and-incremental-scans.md)
- [(Optional) Compiling the code](https://scansuite.gitbook.io/scansuite/usage/static-code-analysis/optional-compiling-the-code.md)
- [Executing the AI Powered Scan](https://scansuite.gitbook.io/scansuite/usage/static-code-analysis/executing-the-ai-powered-scan.md)
- [Managing scan execution](https://scansuite.gitbook.io/scansuite/usage/managing-scan-execution.md)
- [Working with scan results](https://scansuite.gitbook.io/scansuite/usage/working-with-scan-results.md)
- [Checking for exploitable vulnerabilities](https://scansuite.gitbook.io/scansuite/usage/working-with-scan-results/checking-for-exploitable-vulnerabilities.md)
- [Export to Securitm](https://scansuite.gitbook.io/scansuite/usage/working-with-scan-results/export-to-securitm.md)
- [Credentials](https://scansuite.gitbook.io/scansuite/usage/credentials.md)
- [Web App Scanning](https://scansuite.gitbook.io/scansuite/usage/web-app-scanning.md)
- [Web API scans](https://scansuite.gitbook.io/scansuite/usage/web-app-scanning/web-api-scans.md)
- [Infrastructure Checks](https://scansuite.gitbook.io/scansuite/usage/infrastructure-checks.md)
- [Schedule the scan](https://scansuite.gitbook.io/scansuite/usage/schedule-the-scan.md)
- [Custom Rules](https://scansuite.gitbook.io/scansuite/usage/custom-rules.md)
- [Assets](https://scansuite.gitbook.io/scansuite/usage/assets.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:

```
GET https://scansuite.gitbook.io/scansuite/usage.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.
