> 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/features/framework-specific/iso.md).

# ISO 27001

Capabilities specific to ISO 27001 audits

Two CISO Assistant features are tailored to ISO 27001 deliverables: the **Statement of Applicability** report, and the **issues and objectives** registers used to satisfy the context-of-organisation requirements.

## Statement of Applicability (SoA)

ISO 27001:2022 §6.1.3 d requires a Statement of Applicability — a document listing the controls of Annex A, recording for each one whether it is applicable, justifying inclusions and exclusions, and stating implementation status.

CISO Assistant generates the SoA from an existing audit:

1. Open **Reports**, pick the **Statement of Applicability** report.
2. Select the ISO 27001 compliance assessment that holds your control evaluations.
3. Optionally pick a risk assessment to feed the "justification by risk" column.
4. If the framework declares an `SoA` implementation group, it is pre-selected; otherwise pick the implementation groups in scope.
5. The results page renders the full SoA table and offers an export.

The SoA reads from the audit you already maintain — no parallel data entry. Justifications and applicability flags are taken from the requirement assessments; linked applied controls become the implementation summary.

## Issues and objectives

ISO 27001:2022 §4.1 (context of the organisation) and §6.2 (information-security objectives) require explicit registers of:

* **Organisation issues** — internal and external factors that affect the organisation's ability to achieve its information-security outcomes (regulatory pressure, supply-chain dependencies, technology shifts, internal restructuring, …).
* **Organisation objectives** — strategic or operational goals that the ISMS supports.

Both registers are first-class surfaces in CISO Assistant, gated by the `organisation_issues` and `organisation_objectives` feature flags. Each entry can be tagged, owned, and linked to the requirements it substantiates inside an audit — which means an auditor reviewing your context-of-organisation clauses sees the same data you used to plan the ISMS.

Although these registers were introduced for ISO 27001, they're available for any framework where capturing organisational context and objectives is useful.

## Related

* [Audits concept](/ciso-assistant/concepts/compliance/audits.md)
* [Vocabulary → Organisational issue / Organisational objective](/ciso-assistant/introduction/vocabulary.md)


---

# 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/features/framework-specific/iso.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.
