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

# Mappings

One common challenge when dealing with audits is reusing your assessment on one framework to move to a different one. This is commonly referred to as **mapping** or **crosswalk** between standards.

CISO Assistant supports this capability and lets you create a projection of the content of an audit, given that a mapping is available.

Mappings are library objects that can be customised, imported, and submitted to the community. To see the available ones, head to the libraries store and filter to mapping:

![Mappings library filter view](/files/GWhXrAVuTnv86JASWQk4)

Mappings are essentially a representation of the links between assessable nodes of a framework, using the convention documented on NIST's OLIR project.

A mapping is a directed graph linking a SRC framework to a TGT framework, where the nodes can have one of the following relationships:

![Example mapping relationship types between framework nodes](/files/csHZQ86ckPCQVHuEP26U)

To create your own, follow one of the examples under `/tools` in the repository, or bootstrap a starter using the `prepare_mapping` script.

To apply a mapping, first load it from the library. Then head to your audit, click `apply mapping`, select the targeted framework, and watch the projection get created.

The list of targets isn't limited to frameworks you mapped directly. If a mapping exists from your framework to a pivot (e.g. ISO 27001) and from that pivot to another framework, the engine **chains them automatically** and offers the far framework as a target too — no dedicated crosswalk required. See [transitive inference](/ciso-assistant/product-docs/concepts/catalog/mappings.md#transitive-inference-pivot-mappings) for how chained coverage is computed.

> The apply-mapping feature can also be reused to clone an audit and create a new revision, if the same framework and same scope are selected.


---

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