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

# What’s New

Release notes: Get the latest updates, features, and news from Sola

**August 31, 2026**

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

## *New* Routines

Automate your recurring investigations, monitoring, and status reports with [Routines](/workspace/routines.md). Configure a task, an agent, and a project scope once, and it runs on its own from then on. Every run is logged, ready for you to pick up and continue investigating in chat.

<figure><img src="https://633303660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMkiDTkdEK7CdyQX8KZZH%2Fuploads%2FbN786sL3mLS6XIWFmCIz%2FRoutines.svg?alt=media&amp;token=ef1db826-e689-44f5-90f5-6f93bbcb6b1a" alt="Sola Agent Routines"><figcaption><p><strong>Routines your agents can run, on a schedule</strong></p></figcaption></figure>

## Integrations

<figure><img src="https://633303660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMkiDTkdEK7CdyQX8KZZH%2Fuploads%2FVqPqVIz3YS52zz1E5ZZ9%2Fclaude_code_slack_banner.svg?alt=media&amp;token=ee6159ab-6962-4017-9912-bc43013a8bac" alt=""><figcaption></figcaption></figure>

### Data Sources

***New*****: Claude Code**

Monitor the security posture and usage of [Claude Code](/integrations/data-sources/claude-code.md), your coding agent, across your organization. Inventory installed plugins, skills, and MCP connections, audit permission rules, hooks, and security settings, correlate cloud profiles with identity data, and track developer sessions and tool call activity.

***New*****: Slack**

Monitor organization members, workspace ownership, administrative roles, and admin activity across your [Slack environment](/integrations/data-sources/slack.md). Reconcile accounts and groups against your identity provider's SCIM records, and track third-party app approvals, blocks, and requests.

[**Try these updates now**](https://auth.sola.security/oauth/account/login)

<a href="/getting-started/changelog.md" class="button secondary" data-icon="megaphone">Read the full product updates changelog</a>


---

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