> For the complete documentation index, see [llms.txt](https://www.mica.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.mica.wtf/definitions/nis2.md).

# NIS2 Definitions

Definitions from Directive (EU) 2022/2555, Article 6.

Definitions from NIS2 Article 6 (Directive (EU) 2022/2555), extracted from the ingested legal-text corpus.

* [cloud computing service](/definitions/nis2/cloud-computing-service.md)
* [content delivery network](/definitions/nis2/content-delivery-network.md)
* [cyber threat](/definitions/nis2/cyber-threat.md)
* [cybersecurity](/definitions/nis2/cybersecurity.md)
* [data centre service](/definitions/nis2/data-centre-service.md)
* [digital service](/definitions/nis2/digital-service.md)
* [DNS service provider](/definitions/nis2/dns-service-provider.md)
* [domain name system or DNS](/definitions/nis2/domain-name-system-or-dns.md)
* [electronic communications service](/definitions/nis2/electronic-communications-service.md)
* [entity](/definitions/nis2/entity.md)
* [entity providing domain name registration services](/definitions/nis2/entity-providing-domain-name-registration-services.md)
* [ICT process](/definitions/nis2/ict-process.md)
* [ICT product](/definitions/nis2/ict-product.md)
* [ICT service](/definitions/nis2/ict-service.md)
* [incident](/definitions/nis2/incident.md)
* [incident handling](/definitions/nis2/incident-handling.md)
* [internet exchange point](/definitions/nis2/internet-exchange-point.md)
* [large-scale cybersecurity incident](/definitions/nis2/large-scale-cybersecurity-incident.md)
* [managed security service provider](/definitions/nis2/managed-security-service-provider.md)
* [managed service provider](/definitions/nis2/managed-service-provider.md)
* [national cybersecurity strategy](/definitions/nis2/national-cybersecurity-strategy.md)
* [near miss](/definitions/nis2/near-miss.md)
* [network and information system](/definitions/nis2/network-and-information-system.md)
* [online marketplace](/definitions/nis2/online-marketplace.md)
* [online search engine](/definitions/nis2/online-search-engine.md)
* [public administration entity](/definitions/nis2/public-administration-entity.md)
* [public electronic communications network](/definitions/nis2/public-electronic-communications-network.md)
* [qualified trust service](/definitions/nis2/qualified-trust-service.md)
* [qualified trust service provider](/definitions/nis2/qualified-trust-service-provider.md)
* [representative](/definitions/nis2/representative.md)
* [research organisation](/definitions/nis2/research-organisation.md)
* [risk](/definitions/nis2/risk.md)
* [security of network and information systems](/definitions/nis2/security-of-network-and-information-systems.md)
* [significant cyber threat](/definitions/nis2/significant-cyber-threat.md)
* [social networking services platform](/definitions/nis2/social-networking-services-platform.md)
* [standard](/definitions/nis2/standard.md)
* [technical specification](/definitions/nis2/technical-specification.md)
* [top-level domain name registry or TLD name registry](/definitions/nis2/top-level-domain-name-registry-or-tld-name-registry.md)
* [trust service](/definitions/nis2/trust-service.md)
* [trust service provider](/definitions/nis2/trust-service-provider.md)
* [vulnerability](/definitions/nis2/vulnerability.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://www.mica.wtf/definitions/nis2.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.
