# Inicio

Si desea crear su propia interfaz para usar Wannabot (por ejemplo, en una interfaz de aplicaciones nativa), ofrecemos APIs RESTful muy fáciles de usar que satisfacen casi cualquier integración.

Independientemente del medio que elija para publicar su bot (web, SMS, etc.), puede interactuar con nuestras APIs.

También puedes aprovechar nuestra API para crear integraciones con otras Apps de Mensajería que aún no soportamos (por ejemplo, Kik, etc.).... ya que tenemos la intención de expandirnos a tantos medios como sea posible, ¡nos encantaría ver lo que se te ocurre!


---

# 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://wannabot.gitbook.io/api_es/master.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.
