> 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/resources/prompt-library.md).

# Prompt Library

Every chat, project, canvas, and investigation in Sola begins with a prompt. The right prompt turns questions into results and unlocks what Sola can do.

The Prompt Library helps you discover the most relevant **security use cases**, with curated examples that you can use to explore, investigate, or build with [Sola AI](/getting-started/sola-ai.md).

Prompts are organized by category, to make it easy to find what matters most to you.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Cloud Security Posture (CSPM)</strong></td><td><a href="/pages/YGfptHhMXNuVSNZcj9Id">/pages/YGfptHhMXNuVSNZcj9Id</a></td></tr><tr><td align="center"><strong>Identity Security and Access Analysis (IAM)</strong></td><td><a href="/pages/bmxz83pkrfoYBF5TUhFs">/pages/bmxz83pkrfoYBF5TUhFs</a></td></tr><tr><td align="center"><strong>DLP and File Exposure</strong></td><td><a href="/pages/zhDtv1fJlhRf0Bw4psWX">/pages/zhDtv1fJlhRf0Bw4psWX</a></td></tr><tr><td align="center"><strong>SaaS Posture Management</strong></td><td><a href="/pages/6oTbXebm1dml8wBJfRWH">/pages/6oTbXebm1dml8wBJfRWH</a></td></tr><tr><td align="center"><strong>Incident Readiness and Backup Resilience</strong></td><td><a href="/pages/ZTXolox4hR9RPwsggtUf">/pages/ZTXolox4hR9RPwsggtUf</a></td></tr><tr><td align="center"><strong>CI/CD and Supply Chain Security</strong></td><td><a href="/pages/3sx8ikCEDDjeXJ4f3Yjc">/pages/3sx8ikCEDDjeXJ4f3Yjc</a></td></tr></tbody></table>

<p align="right"><img src="/files/u9RHZRvhr64TfNP6IjXP" alt=""> <strong>Learn more about</strong> <a href="https://sola.security/solutions/cross-domain-security/"><strong>cross-domain security</strong></a></p>

## How to use this library

Each category combines knowledge and ready-to-use prompts to help you explore what’s possible with Sola. It includes key security concepts, what they are, why they matter, and how Sola analyzes them, alongside prompt examples you can try in Sola AI.

**The Prompt Library is available directly from the Sola chat interface**. Click the *Prompt library* icon in the chat box to browse and use prompts.

<div><figure><img src="/files/Htva7lBToZ9XrCSROeHH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/MLlMKRdCI1cJhQemb1Ho" alt=""><figcaption></figcaption></figure></div>

Use the prompts to explore specific questions or build parts of your own project.

{% hint style="success" %}
Combine prompts, projects, and data sources to expand your coverage and build end-to-end security solutions.
{% endhint %}

***The prompt library will continue to grow with more use cases.***


---

# 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/resources/prompt-library.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.
