# Overview

Here are the 3 ways in which Talkie integrates with applications

## **Native Integrations:**&#x20;

You can find all the native integrations displayed under the 'App Market' icon on the nav bar.

## **HTTP Requests:**&#x20;

Using the [HTTP request ](/integrations/http-request.md)action block you can invoke a REST API request to exchange information securely between applications. You can perform GET, POST, and PUT requests.

**Zapier:**

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.

## Custom Integration:&#x20;

If you are not able to integrate your app using the above methods, Talkie can custom develop the integration for you.&#x20;

{% hint style="info" %}
Custom developing integrations are charged on a time and material model. Send your inquiries at **<hello@talkie.se>**
{% 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://help.talkie.se/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.
