> For the complete documentation index, see [llms.txt](https://docs.sola.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sola.security/getting-started/sola-ai.md).

# Sola AI

## The intelligence behind your security

Sola AI is your built-in security expert. Use it to uncover security risks and generate insights in [chats](/workspace/chats.md), and build custom security [projects](/workspace/projects.md) tailored to your security use cases.

Sola AI guides you as you explore your environment, and uncover what matters most.

<figure><img src="/files/9SHiql8HJ5YbYZNXXbed" alt="Chat with Sola"><figcaption><p>Chat with Sola AI</p></figcaption></figure>

{% hint style="info" %}
**Pricing and plans**\
Learn more about your [AI credits and usage](#ai-credits-and-usage).
{% endhint %}

{% embed url="<https://sola.security/pricing/>" %}

## Ask Sola from anywhere

Connect [Sola's MCP to any MCP-compatible tool](/getting-started/sola-ai/sola-mcp.md) and your full security environment comes with it. Bring [Sola into Slack](/getting-started/sola-ai/sola-slack-ai-assistant.md) and get the same intelligence directly in your channels.

**One connection to Sola's intelligence layer gives you and any AI agent you've built full visibility across every connected source.**

<div><figure><img src="/files/JSOTddU0xcxirWJSnh5D" alt="Sola AI Assistant in Slack"><figcaption><p>Sola AI Assistant in Slack</p></figcaption></figure> <figure><img src="/files/vWZd1vM2uefcwMfevJHM" alt="Sola MCP"><figcaption><p>Sola MCP</p></figcaption></figure></div>

## Build security projects

Start with a security concern and get a project, complete with queries, dashboards, and alerts tailored to your use case, in minutes.

### How it works

Create a new project and submit a prompt describing your security challenge. Sola AI will work with you to build out the queries, dashboards, and alerts tailored to your use case.

{% hint style="info" %}
**Sola AI prompt tip** ![](/files/DESMoC6l1Gr9uaynao5N)\
Use our ready-made prompts to easily get started.
{% endhint %}

As you work on your project, you’ll see a full summary of what the project monitors, why it matters, the security context, and key security insights from your environment.

<figure><img src="/files/eUDFeoD0Rqr1gmXF5NY3" alt="Build an app with Sola AI for your security needs"><figcaption><p>Build a project for your security needs</p></figcaption></figure>

## Gain deeper insights into your security posture

Each [project](/workspace/projects.md) includes a dedicated Sola AI copilot to help you investigate your environment and uncover security risks, gaps, and exposures across your connected data sources. Sola AI provides detailed, actionable insights to help you understand and prioritize remediation.

### How it works

Go to your [project](/workspace/projects.md), and ask a security question. Sola AI will analyze your connected data and provide detailed insights about what was detected, why it matters, and the queries used to generate these insights.

## Graph-enhanced research

Uncover deep insights with [Sola's security graph](/getting-started/sola-ai/security-graph.md), an advanced reasoning intelligence layer in Sola AI that maps the relationships and connections between resources, security controls, and risks across your connected data sources. It provides complete, grounded answers to complex questions, backed by visual evidence and contextual analysis.

## Expand your project with new queries, canvases, alerts, and workflows

#### ![](/files/DESMoC6l1Gr9uaynao5N) Grow your project, one prompt at a time.

Use the Sola copilot to generate new queries, alerts, and canvases directly within any existing project. This allows you to add more coverage, track new risks, or build purpose-specific views

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

Ask specifically for the queries, alerts, or dashboards you want to build.

For example: “Create a dashboard for my executive team that summarizes open critical vulnerabilities.”
{% endhint %}

### How it works

Go to your [project](/workspace/projects.md) and describe what you need, such as an insight, alert flow, or dashboard. Sola AI will create the new resources based on your prompt, and add them for you.

Asking for canvases or alerts also creates the required queries.

**Use this to**:

* Build multiple canvases in a single prompt. For example: "Create a comprehensive security dashboard for my CISO, and a high-level one for my CEO"
* Keep everything you need in one project.
* Add use-case-specific dashboards for different teams.\
  For example: DevOps, Engineering, Executives
* Expand existing projects as your risk coverage grows.

{% hint style="info" %}
**Sola AI in queries**

Access Sola AI from within any [query in the queries tab](/workspace/projects/queries.md) to explain, refine, or optimize individual queries as you build. It can help you identify the right tables and columns that contain the data you need or refine SQL syntax for more accurate results.
{% endhint %}

## AI credits and usage

AI credits power everything you do with Sola AI, from quick questions to full project generation.\
Simple tasks use only a few credits, while deeper reasoning and heavier builds use more.

Each AI operation, such as exploring data, creating canvasses and workflows, consumes credits based on complexity.

**Your AI credit allowance refreshes weekly** on the same day your subscription began.\
There is no rollover.

{% hint style="info" %}
***Need more room to build?*** [Upgrade your plan](https://sola.security/pricing/) for higher weekly limits.
{% endhint %}

{% embed url="<https://sola.security/pricing/>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sola.security/getting-started/sola-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
