# Descripción general

Puedes integrar tus aplicaciones de terceros con TopBots de las siguientes maneras:

### Integraciones listas <a href="#ready-integrations" id="ready-integrations"></a>

TopBots ofrece más de 12 integraciones nativas listas para usar. Simplemente, agregue estos bloques de acción al flujo de su chatbot y deje que realice la acción deseada sin código.

{% content-ref url="integraciones-listas" %}
[integraciones-listas](https://ayuda.topleads.co/topbots/integraciones/integraciones-listas)
{% endcontent-ref %}

### Solicitud HTTP <a href="#http-request" id="http-request"></a>

Para aplicaciones personalizadas, puedes invocar directamente una solicitud HTTP a la API REST deseada desde el flujo del chatbot.

{% content-ref url="solicitud-http" %}
[solicitud-http](https://ayuda.topleads.co/topbots/integraciones/solicitud-http)
{% endcontent-ref %}


---

# 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://ayuda.topleads.co/topbots/integraciones/descripcion-general.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.
