> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-developers/readme.md).

# Bienvenido

{% hint style="danger" %}
Toda el contenido e información que se encuentra en este sitio son propiedad de **Videsk**, no deberás copiar, distribuir o clonar a menos que exista una expresa autorización de nuestra parte.

No respetar estas condiciones podría conllevar acciones legales.
{% endhint %}

{% hint style="info" %}
Si tienes dudas puedes escribirnos a <developers@videsk.io>, indicando la cuenta o empresa de la cual te contactas. (Comprobaremos tu identidad por seguridad). Prefiere enviarnos un mensaje con tu correo <mark style="color:red;"><minombre@empresa.com></mark>.

**Recuerda que la mejor forma de contactar con nosotros es enviar un ticket mediante tu cuenta** [**dashboard**](https://app.videsk.io)**, así podremos comprobar tu identidad.**
{% endhint %}

Esperamos que la siguiente documentación de nuestros recursos te permitan desarrollar de una manera amigable, limpia y rápida.

{% hint style="info" %}
Si detectas un error en esta documentación puedes sugerirnos en [nuestro repositorio](https://github.com/videsk/developers-docs-es).
{% endhint %}

**Nuestra programación está orientada a eventos** en su mayoría. Esto debido a que casi la totalidad de Videsk es en tiempo real, requerimos que las acciones se efectúen mediante eventos y además provee el control total del comportamiento del código.

Parte de nuestro pila de tecnología base (stack) es:

| Tecnología   | Uso                                     |
| ------------ | --------------------------------------- |
| HTTP (fetch) | Consumo de Rest API                     |
| Websockets   | API realtime                            |
| WebRTC       | Videollamadas sobre navegador y Webview |

En el menú lateral o superior (hamburger menu) podrás encontrar el índice de nuestra documentación para desplazarte de forma rápida. Además en la parte superior derecha encontrarás el buscador donde podrás buscar por palabras claves.

**Estamos emocionados de ver que es lo que puedes hacer con Videsk!**


---

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