> 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-september-10.md).

# September 10, 2025

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

### Send CSV to Slack

Send any CSV export from Sola AI directly to Slack as part of a message, making it easier to share data with your team in real time.

## Sola Studio

### Explore data over time with historical snapshots

Access [historical snapshots of your data ](/integrations/data-sources.md#snapshots-and-incremental-data-updates)in Sola to explore the history of your data, investigate changes in posture and configurations, using queries or by asking Sola AI. To activate, include “*snapshots*” in your prompt or toggle on “Include historical snapshots” in the SQL query window.

For example, ask Sola AI to:

* Show AWS EC2 inventory across multiple data snapshots.
* Investigate snapshots of Github users granted admin access in the last few days.
* Find Okta role or policy that has changed in the last 3 days across snapshots and how.

## Integrations

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

### Data Sources

***New*****: SentinelOne**

Integrate SentinelOne to monitor endpoint agents, threat detections, vulnerabilities, installed applications, and security policies.

***New*****: Jira Cloud**

Integrate Jira Cloud to surface issue and project data, enabling visibility into remediation projects, tasks, sprints, boards, users and more.

## New Templates

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

* [AWS Security Posture Rule Set](https://app.sola.security/gallery/aws-security-posture-misconfigurations)

## Notes and reminders

Stay tuned for more coming soon! 🚀

—

*The Sola Team*


---

# 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-september-10.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.
