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

# MonServiceSécurisé

Controls export aligned with France's ANSSI MonServiceSécurisé portal

[MonServiceSécurisé](https://monservicesecurise.cyber.gouv.fr/) is the French ANSSI portal that lets public-sector organisations declare and track the security of their digital services. The portal accepts an Excel-based declaration of measures with a specific layout — three columns (*Intitulé*, *Description*, *Catégorie*) and a fixed taxonomy for the category column (*Gouvernance*, *Protection*, *Défense*, *Résilience*).

CISO Assistant exports your applied controls directly into that template.

## How it works

1. Open the **Applied controls** list. Optionally filter to the subset you want to submit (by domain, framework, status, …).
2. From the export menu, choose **MonServiceSécurisé Excel**. You can export everything visible, or just the filtered subset.
3. The platform fills the official ANSSI template with your controls and downloads it.

## Category mapping

The portal's four-category taxonomy maps onto the NIST CSF function tagged on each control:

| NIST CSF function on the control | MSS category |
| -------------------------------- | ------------ |
| Govern / Identify                | Gouvernance  |
| Protect                          | Protection   |
| Detect / Respond                 | Défense      |
| Recover                          | Résilience   |

When a control has no CSF function set, a coarse fallback derives the category from the control category (policy / process / procedure → *Gouvernance*; technical / physical → *Protection*). *Défense* and *Résilience* are only reachable when a CSF function is set — so tagging your detect/respond/recover controls is what makes them land in the right MSS section.

## Related

* [MonServiceSécurisé portal](https://monservicesecurise.cyber.gouv.fr/)
* [Applied controls concept](/ciso-assistant/concepts/operations/applied-controls.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/monservicesecurise.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.
