# Overview

You can integrate your third-party apps with WotNot in the following ways:

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

WotNot offers 12+ native integrations out of the box. Simply add these action blocks to your chatbot flow and let them perform the desired action with no code.

[Ready integrations](https://help.wotnot.io/integrations/ready-integrations)

### Zapier <a href="#zapier" id="zapier"></a>

If we do not have a native integration with your desired app, you can use Zapier, which connects with over 7,000+ apps worldwide.

Add the 'Zapier' action block to your chatbot flow and connect it.

[Zapier](https://help.wotnot.io/integrations/zapier)

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

For custom apps you can directly invoke an HTTP request to the desired REST API from the chatbot flow.<br>

{% content-ref url="/pages/RXQsDewH4OMOBMQYWfxN" %}
[HTTP request](/wotsabot-help-articles/integrations/http-request.md)
{% 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://help.wotsabot.ai/wotsabot-help-articles/integrations/overview.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.
