> For the complete documentation index, see [llms.txt](https://docs.serenicity.fr/control/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.serenicity.fr/control/english/guides/control+.md).

# Control+

Control+ is a version of Control with advanced features.&#x20;

This option can be subscribed to by a customer. All users with access to the devices will have the functionality of Control+ for a customer.

<table><thead><tr><th width="326">Feature</th><th width="110" align="center">Control</th><th width="123" align="center">Control +</th><th>Status<select><option value="443815748f5a4644b91244406cf23d5a" label="Available" color="blue"></option><option value="59b3572b7b784d82ad391a1490e58424" label="Bêta" color="blue"></option><option value="cfd5acbb53644b9b914f3c519d2c814e" label="Under development" color="blue"></option><option value="00f7bb1b8bb745b68c033494a4f92537" label="To come" color="blue"></option></select></th></tr></thead><tbody><tr><td><a href="/pages/6wri1qRskmB98lLjlJ4I">Advanced alerts</a></td><td align="center">❌</td><td align="center">✅</td><td><span data-option="59b3572b7b784d82ad391a1490e58424">Bêta</span></td></tr><tr><td>Enriched flows: dns, user agents and files</td><td align="center">❌</td><td align="center">✅</td><td><span data-option="cfd5acbb53644b9b914f3c519d2c814e">Under development</span></td></tr><tr><td>Enhanced PDF reports</td><td align="center">❌</td><td align="center">✅</td><td><span data-option="00f7bb1b8bb745b68c033494a4f92537">To come</span></td></tr><tr><td>Tables: filter by mac address and manufacturer</td><td align="center">❌</td><td align="center">✅</td><td><span data-option="00f7bb1b8bb745b68c033494a4f92537">To come</span></td></tr><tr><td>Tables: filter by threats</td><td align="center">❌</td><td align="center">✅</td><td><span data-option="00f7bb1b8bb745b68c033494a4f92537">To come</span></td></tr><tr><td>Automating the sending of reports</td><td align="center">❌</td><td align="center">✅</td><td><span data-option="00f7bb1b8bb745b68c033494a4f92537">To come</span></td></tr><tr><td>Information on ports</td><td align="center">❌</td><td align="center">✅</td><td><span data-option="00f7bb1b8bb745b68c033494a4f92537">To come</span></td></tr></tbody></table>


---

# 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://docs.serenicity.fr/control/english/guides/control+.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.
