> 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/release-notes/2025-july-21.md).

# July 21, 2025

Here’s the latest on what’s new and improved at Sola.

## ![](/files/DESMoC6l1Gr9uaynao5N) Sola AI

### Your AI Security Copilot: AI-First Sola app layout

[Sola AI](/getting-started/sola-ai.md) is now integrated throughout your security apps.

The new design lets you ask questions, explore data, and investigate issues while viewing alerts, dashboards, and queries.

<figure><img src="/files/Xn1drnKVvO7Qe5k3MxtB" alt=""><figcaption></figcaption></figure>

## Integrations

<figure><img src="/files/DPbndkEsRiiL7y4vcRZ1" alt=""><figcaption></figcaption></figure>

### Data Sources

#### ***New***: Upwind

Integrate Upwind to surface cloud security data from Upwind, including threat policies, threat detections, and vulnerabilities.

#### ***New***: Jamf Pro

Connect Jamf Pro for Apple device management on enrolled devices, configurations, user associations, and security posture across your Apple fleet.

### Connectors

#### ***New***: [Jira](/integrations/connectors/jira.md)

Bring Sola AI into your Jira projects to create and track issues directly from in-chat conversations and streamline remediation workflows.

## Sola Studio

### Export canvas as PDF

Download your canvas as a PDF to share insights or report on findings. The file includes all widgets and layout.

{% hint style="info" %}
PDF export is available for manual canvases. Vibe canvases do not support PDF export.
{% endhint %}

### Export alert tables as CSV

Export [triggered alerts](/workspace/projects/alerts.md) and alert evidence tables with Sola apps directly to CSV files. Exported files reflect your customized view (filters, sorting, and selected columns).

## New Templates

Now available in [Templates](/getting-started/templates.md):

* [EntraID - Security and Access Insights](https://app.sola.security/gallery/microsoft-entra-id-security-insights)

## Notes and reminders

Stay tuned for more coming soon! 🚀


---

# 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/release-notes/2025-july-21.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.
