> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/integration/channel-connector/facebook/mechanism-for-using-bot-in-facebook-messenger..md).

# Mechanism for using BOT in Facebook Messenger

Open the Web Browser on the computer. For the use of web browser, it is better to use Google Chrome and Mozilla Firefox. Then, Go to <https://www.facebook.com/>.&#x20;

Login account Facebook. After the Facebook page appears, on the left menu Facebook page, click ‘**Messenger’**.

![Messenger](/files/-MUwB8aReHlOR2MwRUd1)

On the messenger page, search your business Facebook, example search ‘**Sri.AI**’.

![Search Feature](/files/-MUwFE2sLn6-S4VVpt1C)

To be able to interact with Bot or agent in Facebook messenger, click the **'Get Started'** button.

![Get Started](/files/-MUwIlwms0uHBtdPOsBe)

{% hint style="info" %}
&#x20;If you will interact with the agent, enter **'Sambungkan ke cs'**.
{% endhint %}

Successfully connected with the bot.

![Connect wit BOT](/files/-MUwLNmq0Bh4uNXWs_Xg)

### Carousel

The carousel button or slider allows images, videos, or almost any type of content to be applied to this carousel. The mechanism for using the carousel button is as follows:

Customers can access the carousel by navigating the arrow keys. To create a scrollable carousel, include up to 10 generic templates.

![Carousel](/files/-MUwN-aeNSVL3GJeYHR5)

**Image in Carousel**

The aspect ratio used to render images specified by element.image\_url. It must be horizontal (1.91:1) or square (1:1). Defaults to horizontal.

**Wording Title In Carousel**

The title to display in the template. 80 characters limit.

**Subtitle In Carousel**

The subtitle to display in the template. 80 characters limit.

**Action Button in Carousel**

A maximum of 3 buttons per element is supported.

### Quick Reply

A maximum of 13 quick replies is supported.

* Size Image Icon: Image should be a minimum of 24px x 24px.
* Title Quick Reply: 20-character limit.
* Payload: 1000 character limit.

![Quick Reply](/files/-MUwO_3LwTBjmE4Q1cg7)

### Images

Image format : (.jpg), (.jpeg), and (.png)

![Images](/files/-MUwPVNJVvCB2oHTXRPT)

### Video

Videos format : .MP4

![Video](/files/-MUwQELfuEn9yNorCD2p)

### Audio

Audio format : (.mp3) and (.wav)

![Audio](/files/-MUwRh8lgtDV3Gnh4vOP)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/integration/channel-connector/facebook/mechanism-for-using-bot-in-facebook-messenger..md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
