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

# Integration with Sec1

Explore seamless integration options with Sec1 for enhanced vulnerability management and security monitoring.

## Registration & Login

Begin your integration journey by registering and logging into Sec1 to access its powerful features:

* [Registration & Login](/user-docs/2-integration-with-sec1/1-registration-login.md)

## Scan

Initiate vulnerability scans to assess your system's security posture and identify potential vulnerabilities:

* [Scan](/user-docs/2-integration-with-sec1/2-scan.md)

## Dashboard

Access the comprehensive dashboard interface to gain insights into your system's vulnerabilities and track security metrics:

* [Dashboard](/user-docs/2-integration-with-sec1/3-dashboard.md)

## Auto Fix

Streamline vulnerability remediation processes by leveraging Sec1's Auto Fix feature to automatically address identified vulnerabilities:

* [Auto Fix](/user-docs/2-integration-with-sec1/4-auto-fix.md)

## Integration with CLI

Integrate Sec1 seamlessly with command-line interfaces (CLI) to streamline vulnerability management processes:

* [Integration with CLI](/user-docs/2-integration-with-sec1/5-integration-with-cli.md)

## Integration with CI/CD

Incorporate Sec1 into your continuous integration and continuous deployment (CI/CD) pipelines to automate vulnerability scans and ensure secure code deployment:

* [Integration with CI/CD](/user-docs/2-integration-with-sec1/6-ci-cd-integrations.md)

## Get Sec1 API Key

To scan or use Sec1 services via API you will need API key.:

* [How to get API key?](/user-docs/2-integration-with-sec1/7-get-sec1-api-key.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://docs.sec1.io/user-docs/2-integration-with-sec1.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.
