> For the complete documentation index, see [llms.txt](https://docs.cybaops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybaops.com/events-1.md).

# Events

{% updates format="full" %}
{% update date="2026-07-28" tags="platform-updates,oliver-spence,alice-valverde,patrick-lynch" %}

## <mark style="color:$primary;">Missed Our Latest CybaOps Platform Updates Webinar? Rewatch On Demand.</mark>

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

Couldn't join us live? You can now watch the full recording of our latest CybaOps Platform Updates Webinar whenever it suits you.

Join Oliver Spence (CEO), Alice (Head of Software Development) and Patrick (Head of Product) as they walk through the latest enhancements to the CybaOps platform, share what's coming next and demonstrate how we're continuing to simplify cyber security operations through expert-led detection, response and remediation.

In this 40-minute session, you'll discover:

* A live walkthrough of the latest CybaOps platform updates
* New appearance and branding customisation options
* The launch of the CybaOps Knowledge Hub
* Advanced Security features
* New API capabilities and expanded integration support
* Integrated Endpoint Detection & Response (EDR)
* An exclusive look at the product roadmap, including Microsoft 365 Security Reviews, Playbooks and upcoming Remediation capabilities

Whether you're already using CybaOps or want to see how the platform continues to evolve, this recording is a great way to explore the latest features, understand what's coming next and get more value from your cyber security platform.

Watch the webinar here - <https://www.cybaverse.co.uk/july-26-webinar>
{% endupdate %}
{% endupdates %}


---

# 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.cybaops.com/events-1.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.
