# Overview&#x20;

Here are the 3 ways in which Buraq integrates with applications

### **Native Integrations:** <a href="#native-integrations" id="native-integrations"></a>

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

### **HTTP Requests:** <a href="#http-requests" id="http-requests"></a>

Using the Service Call action block you can invoke a REST API request to exchange information securely between applications. You can perform GET, POST, and PUT requests.

{% content-ref url="/pages/rJZ9SWEcCQZ52xQ0pYPx" %}
[HTTP request ](/integrations/http-request.md)
{% endcontent-ref %}

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

Our Zapier integration allows you to invoke any Zap flow that you have made.

### Custom Integration: <a href="#custom-integration" id="custom-integration"></a>

If you are not able to integrate your app using the above methods, Buraq can custom develop the integration for you.

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