> 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/customization/cis-controls.md).

# CIS Controls / Cloud Controls Matrix (CCM)

### New: import the excel directly to the app to get it converted

1. Go the libraries and click add your own library

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

Select the downloaded excel sheet and upload it for the engine to convert it to CISO Assistant format:\
\
![](/files/5RIgjxJf5somr9bxZGMz)

### More

{% hint style="warning" %}
**NOTE:** This section is still under reworking. For complementary informations, please refer to the [**dedicated README on GitHub for CIS Controls**](https://github.com/intuitem/ciso-assistant-community/blob/main/tools/excel/cis/README.md) or the [**dedicated README on GitHub for CCM**](https://github.com/intuitem/ciso-assistant-community/blob/main/tools/excel/ccm/README.md).
{% endhint %}

Since CSA and CIS have more restrictive terms on their licenses, users need to perform an extra action by downloading the sheet on their side and running the preparation script as described in the tools folder.

To import the CIS Controls, you need to prepare the file first. The easy way, once you have python and the [`convert_library_v2.py` depdencencies installed](/ciso-assistant/customization/designing-your-own-libraries.md#prerequisites), is to copy the Excel sheet as-is (`CIS_Controls_Version_8.xlsx`) into the tools folder and run `convert_cis.sh` for Linux/Mac, or `convert_cis.bat` for Windows.

CIS controls converter can be found under [`tools/excel/cis`](https://github.com/intuitem/ciso-assistant-community/tree/main/tools/excel/cis)

CCM converter can be found under [`tools/excel/ccm`](https://github.com/intuitem/ciso-assistant-community/tree/main/tools/excel/ccm)

Afterwards, you can upload the generated yaml file as a custom library and load it.

Alternatively, you can run the prep script first (`tools/cis/prep_cis.py`) and mention any short string as the packager and then pass the new Excel sheet to the `convert_library_v2.py`


---

# 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/customization/cis-controls.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.
