# Security

## Content Guide

The Security section of the KAIO documentation provides a learning material and references related to the platform's security. This page provides an overview, and each sub-section focuses on the security of a particular component:

{% content-ref url="/pages/LMjPBSxFEElpH34RFxnf" %}
[Conventional Components](/product-operations/security/conventional-components.md)
{% endcontent-ref %}

{% content-ref url="/pages/PzTG6az6Pl2d4dmSkFz5" %}
[Blockchain Infrastructure](/product-operations/security/blockchain-infrastructure.md)
{% endcontent-ref %}

{% content-ref url="/pages/ezUQnPfpJNO7O87yXaNB" %}
[Smart Contracts](/how-kaio-works/smart-contracts.md)
{% endcontent-ref %}

## KAIO Security

Security is at the forefront of the KAIO. All components, from the frontend to the infrastructure the blockchain runs on, have been designed to prevent security issues with the platform. Best practices and recommendations have been followed to ensure a secure and robust system.


---

# Agent Instructions: 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:

```
GET https://docs.kaio.xyz/product-operations/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
