# Connectors

A connector is an integration that allows Sola to interact with external services in real time to perform actions, directly through in-chat Sola AI conversations.

Connectors are used to:

* Share findings during analysis and investigation
* Support remediation and incident response by escalating issues directly to the right stakeholders (Sola users or not)
* Offload insights to relevant channels in your organization

{% hint style="info" %}
Learn more about [data privacy](https://trust.sola.security/).
{% endhint %}

## Available connector integrations

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Slack</td><td><a href="/files/jZtYi2lDDQbNaiJl5PJG">/files/jZtYi2lDDQbNaiJl5PJG</a></td><td><a href="/pages/fIwxgtXg4EozEmPAGIGS">/pages/fIwxgtXg4EozEmPAGIGS</a></td></tr><tr><td>Jira</td><td><a href="/files/WGWOW30uWq0Wq3KocKjN">/files/WGWOW30uWq0Wq3KocKjN</a></td><td><a href="/pages/LKkeO7edWaVWqgfz06x2">/pages/LKkeO7edWaVWqgfz06x2</a></td></tr><tr><td>AbuseIPDB</td><td><a href="/files/2w9Nzv6XujUavofQgxuX">/files/2w9Nzv6XujUavofQgxuX</a></td><td><a href="/pages/mJ1QtjHZ1PaDdL5tkouW">/pages/mJ1QtjHZ1PaDdL5tkouW</a></td></tr><tr><td>Shodan</td><td><a href="/files/4laPKSGC15XlsIJezlQD">/files/4laPKSGC15XlsIJezlQD</a></td><td><a href="/pages/PSAgIvtl7ySrVRbQJFiX">/pages/PSAgIvtl7ySrVRbQJFiX</a></td></tr><tr><td><em>New connectors on the way</em></td><td><a href="/files/aYGup9XDzJlzJUK2Q2pF">/files/aYGup9XDzJlzJUK2Q2pF</a></td><td></td></tr></tbody></table>

## Triggering connectors

After adding a connector to your workspace, you can add it to apps.

Connectors are automatically triggered within the Sola AI chat to:

* Share findings, insights, and results with teammates via Slack.
* Create tickets and epics in Jira (coming soon).

{% hint style="info" %}
**Sola AI prompt tip** ![](/files/DESMoC6l1Gr9uaynao5N)

Connectors enable these actions instantly during conversations.

For example, ask Sola AI to:

***“Send the top 3 most critical issues to my SecOps Slack channel, together with remediation steps”***.
{% endhint %}

## Permissions and actions

Connectors require permission to access, read, or write data in external systems.

There are three levels of guardrails, **workspace**, **app**, and **chat**.

1. **Workspace level**\
   Configure connector permissions and scopes when adding the connector to your workspace.
   * Sola App comes pre-configured with required permissions.
   * Custom app includes a set of recommended permissions\
     **Note:** Not applying the recommended permissions may limit functionality or prevent certain actions from working as expected.
2. **App level**\
   Control which apps can use a given connector. Apps must be explicitly connected.
3. **Chat level**\
   When an in-chat conversation triggers an action that needs external access, Sola will prompt for one of the following permissions:
   * Deny
   * Allow once
   * Allow for this chat

***

## FAQs

### What’s the difference between connectors and data sources?

Data sources bring in and save large datasets into Sola for querying and analysis.

Connectors are used to enrich, validate, or act on data in real time.

### Can I use connectors without a data source?

Yes. Connectors are used to send information from Sola to external services, this does not depend on a data source being connected.

### Do connectors affect my data quota?

Connectors do not sync or store structured records and do not count toward your data source records quota. However, they can indirectly affect other limits such as your Sola AI requests per week. For more information, [see Sola pricing](https://sola.security/pricing/).


---

# 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.sola.security/integrations/connectors.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.
