> 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/overview.md).

# Overview

## Welcome to Sola!

Sola is an AI-powered cybersecurity platform that allows practitioners of all skill levels generate security solutions in minutes.

Here you can create the security space that you need.

{% tabs %}
{% tab title="Answer security questions" %}
From **everyday risks to large-scale threats**, every security solution begins with a question.

Create your own security solution by asking questions.
{% endtab %}

{% tab title="Cover missing security gaps" %}
Even with the best-of-breed security tools, there’s always going to be a **missing piece**!

Create your own security solution by defining what's missing.
{% endtab %}

{% tab title="Discover expert-built security solutions" %}
You don’t have to start from scratch.

Create your own security solution by using [ready-to-use security templates](/getting-started/templates.md), and customize them to fit your needs.
{% endtab %}
{% endtabs %}

### ![](/files/u9RHZRvhr64TfNP6IjXP) ***This is where Sola comes in.***

Sola provides you with a studio to get answers to your security questions, and build your custom security tool. All within an easy to use, collaborative environment that incorporates AI tools throughout.

{% embed url="<https://sola.security/blog/cybersecurity-trends-and-predictions/>" %}

## How Sola works

Sola users create and customize their own unique security solutions their way, without any barriers that large-scale security solutions have.

Sola lets you create custom security solutions for your specific security use cases.

![](/files/u9RHZRvhr64TfNP6IjXP) **Projects and Chats are composed of 4 building blocks.**

[**Queries**](/workspace/projects/queries.md) for data inquiry. Use queries to **create**, **view**, and **share data insights** that answer your cyber security questions.

[**Canvases**](/workspace/projects/canvases.md) for data visualization. Create canvases to build **dashboards**, **reports**, and **interactive views** that display your insights and results in easy-to-understand **tables**, **charts**, and **graphs**.

[**Alerts**](/workspace/projects/alerts.md) for monitoring and alert rules. Convert your important questions into alerts to **track security risks and get notified** when important events occur.

[**Workflows**](/workspace/projects/workflows.md) for **automation** and **remediation**. Automate security actions to **respond faster and reduce manual effort**.

## Lumina Signals

[Lumina Signals](/workspace/lumina-signals.md) is Sola's proactive intelligence layer. Every day, it analyzes your entire connected environment and surfaces a ranked feed of pre-investigated security risk signals, each with context, reasoning, blast radius, and recommended actions, ready to act on.

## Pricing and plans

Sola offers four plans designed for individuals, teams, and organizations of all sizes.

![](/files/u9RHZRvhr64TfNP6IjXP) **Shoreline (Free) - Perfect for trying out Sola and personal projects**

Get started with Sola's AI-powered security platform at no cost. Connect your data, chat, build projects, and explore core AI features.

![](/files/u9RHZRvhr64TfNP6IjXP) **Tidewater - For solo professionals and small teams ready to scale**

Everything in Shoreline, plus increased capacity, more data sources, agentic workflows, and expanded AI usage for growing security and automation needs.

![](/files/u9RHZRvhr64TfNP6IjXP) **Open Sea - For teams and departments running mission-critical applications**

Everything in Tidewater, with higher limits, more data sources, onboarding support, email support, and expanded team capacity.

![](/files/u9RHZRvhr64TfNP6IjXP) **Deep Blue - For organizations with custom requirements and scale**

Tailored plans with dedicated support, custom limits, unlimited data sources and team members, and enterprise-grade security, compliance, and deployment options.

{% hint style="info" %}
For full details, visit our [pricing page](https://sola.security/pricing/).
{% endhint %}

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

### Credit and usage types

Sola uses **AI credits**, **workflow credits**, and **data records** for managing usage.&#x20;

**AI credits (copilot)** are the units Sola uses to represent actions completed by [Sola AI](/getting-started/sola-ai.md), including asking questions, generating canvases, creating workflows, or refining logic. Each credit represents an average AI interaction. Simple tasks use fewer credits, more complex tasks use more. *AI Credits refresh weekly.*

**Workflow credits** represent AI usage for running [agentic workflows](/workspace/projects/workflows.md). Each credit represents a typical workflow execution across its steps. *Workflow credits refresh weekly.*

**Data records** represent the data entries Sola processes from your connected [data tables](/integrations/data-sources.md#data-source-tables). Each row from a connected data source is counted as one data record. *Data record limits reset daily.*

Sola plans offer varying allowances for AI credits, workflow credits, and data records. Higher tiers provide increased limits to meet your team’s usage and growth.

{% hint style="info" %}
**Credit resets**\
Credit allowances vary by plan and reset on schedule. Credits do not roll over.
{% endhint %}

<figure><img src="/files/395zJYJ5odFuW6gbxw6H" alt="Create security solutions, your way"><figcaption><p>Create security solutions, your way</p></figcaption></figure>


---

# 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/overview.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.
