# Introduction

<figure><img src="/files/EYReDDRcUdwcBYtcm9u3" alt=""><figcaption></figcaption></figure>

ScanSuite is an **advanced security scanning orchestration platform** designed to **automate and streamline** the process of **static code analysis, dynamic application security testing (DAST), and infrastructure scanning**. By integrating with a diverse range of **fine-tuned security scanners**, ScanSuite ensures **comprehensive vulnerability detection** with minimal manual intervention.

ScanSuite intelligently processes various **user-supplied inputs**, including:

* **Source Code Archives**
* **Code Repositories**
* **Web Application URLs**
* **Host Names, IPs & Domains**
* **Container Image Names**

Using pre-configured **connectors**, ScanSuite invokes the appropriate vulnerability scanners with **optimized parameters**, ensuring accuracy and efficiency in security assessments.

Upon scan completion, results are automatically uploaded to **DefectDojo**, a **centralized vulnerability management system**, enabling efficient tracking, visualization, and processing of security findings. Additionally, both **raw reports and structured parsed results** are available for download, ensuring compatibility with various security workflows.

ScanSuite is accessible via multiple interfaces, including:

* **Web-based Dashboard**
* **Command-Line Interface (CLI)**
* **CI/CD Management Consoles**

This flexibility enables **seamless integration into DevSecOps pipelines**, making security scanning an effortless and scalable part of the development lifecycle.


---

# 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://scansuite.gitbook.io/scansuite/introduction.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.
