> For the complete documentation index, see [llms.txt](https://intuitem.gitbook.io/ciso-assistant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intuitem.gitbook.io/ciso-assistant/product-docs/features/framework-specific.md).

# Framework-specific features

Most of CISO Assistant is framework-agnostic — the same audit, applied-control, and evidence machinery works whether you're tracking ISO 27001, SOC 2, or an internal control set. A handful of capabilities, however, are tied to a specific framework or regulator because they implement an artefact the standard mandates in a particular shape.

This section catalogues those capabilities:

* [ISO 27001](/ciso-assistant/product-docs/features/framework-specific/iso.md) — Statement of Applicability report; organisation issues and objectives (context of the organisation).
* [CCB CyFun](/ciso-assistant/product-docs/features/framework-specific/cyfun.md) — self-assessment Excel export in the format expected by Belgium's Centre for Cybersecurity.
* [DORA](/ciso-assistant/product-docs/features/framework-specific/dora.md) — Register of Information report and structured incident reports aligned with the Digital Operational Resilience Act.
* [MonServiceSécurisé](/ciso-assistant/product-docs/features/framework-specific/monservicesecurise.md) — controls export in the format expected by the French ANSSI portal.

Each page describes what the feature produces, where to find it in the UI, and what (if anything) needs to be set up first.


---

# 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://intuitem.gitbook.io/ciso-assistant/product-docs/features/framework-specific.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.
