# External Integrations

The External Integrations component enhances the flexibility and maintainability of the Sec1 platform by enabling seamless integration with external systems.

## SCM Integration

Integrate your source code management tools effortlessly with Sec1 for streamlined vulnerability management. Choose from the following SCM integrations:

* [GITHub](https://docs.sec1.io/user-docs/3-integrations/1-github)
* [Azure SCM](https://docs.sec1.io/user-docs/3-integrations/2-azure-scm)

## Notification

Define and customize your notification preferences to stay informed about vulnerabilities effectively.

* [Notification](https://docs.sec1.io/user-docs/3-integrations/3-notifications)

## Generate Sec1 API Token

Easily generate Sec1 API Tokens to facilitate integration with CI/CD pipelines or command-line interfaces (CLI).

* [Generate Sec1 API Token](https://docs.sec1.io/user-docs/3-integrations/4-sec1-api-token)


---

# 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.sec1.io/user-docs/3-integrations.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.
