# Demo

A continuación podrás clonar un codesandbox que preparamos utilizando este SDK.

{% hint style="info" %}
El HTML y ciertas partes de Javascript **son de ejemplo**, las cuales deberás adaptar a tú framework o caso de uso.

Para usar este codesandbox, añade en la URL tu API Token de la siguiente manera:

<https://xxxx.csb.app?token=**API\\_TOKEN>\*\*

(Reemplaza API\_TOKEN)
{% endhint %}

{% embed url="<https://codesandbox.io/s/phone-sdk-example-webview-android-vvct0>" %}
Codesandbox usando Phone SDK
{% endembed %}

{% hint style="success" %}
Recuerda que deberá estar conectado al menos 1 agente en tu cuenta para probar este codesandbox.
{% endhint %}


---

# 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/sdks/phone/demo.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.
