# Seguridad

- [SSL](https://docs.videsk.io/es-developers/seguridad/ssl.md): Te explicamos porqué es obligatorio contar un SSL válido en tu sitio web.
- [Cabeceras](https://docs.videsk.io/es-developers/seguridad/cabeceras.md): A continuación te explicaremos ciertos conceptos importantes a considerar antes de integrar Videsk en tu sitio web.
- [Firewall](https://docs.videsk.io/es-developers/seguridad/firewall.md): Encontrarás información relacionada con la configuración necesaria si cuentas con firewall en la red donde operará Videsk.
- [Tipos de NAT](https://docs.videsk.io/es-developers/seguridad/firewall/tipos-de-nat.md)
- [Iframes](https://docs.videsk.io/es-developers/seguridad/iframes.md)


---

# 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.videsk.io/es-developers/seguridad.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.
