# API request

This tab is used for working [with the builder’s API](/integrations/api.md), configuring integrations with third-party APIs, and everything related to API requests.

<div data-with-frame="true"><figure><img src="/files/GyEU0IdouNWpxzvQh6sa" alt="" width="375"><figcaption></figcaption></figure></div>

### **Request type field**

**Request type:** this field is a dropdown menu for working with third-party APIs. Bot interaction with third-party APIs is described in detail in this article.

<div data-with-frame="true"><figure><img src="/files/E02OxxxyAO48uXYflflR" alt="" width="375"><figcaption></figcaption></figure></div>

After selecting the request type, additional API request fields will appear.

<div data-with-frame="true"><figure><img src="/files/wWaypFFv9WZfWOqHXYpC" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://docs.mavibot.ai/chatbot/builder/setting/api.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.
