> 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/5.1.x/integration/channel-connector/instagram-bussiness/best-practice-instagram.md).

# Best Practice Instagram

This is a simulation of how the interaction between customers, agents, and supervisors :

| **Customer**              | **Agent (Operator)**                                                                                                             | **Supervisor**                                                                                                                   |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| Comment on Instagram post | Reply message                                                                                                                    | Reply message                                                                                                                    |
|                           | View the posting link that is given a comment by the customer in conversation chat.                                              | View the posting link that is given a comment by the customer in conversation chat.                                              |
|                           | If the customer sends a chat reply in the comment column (not in the reply column) then the chat reply will become a new ticket. | If the customer sends a chat reply in the comment column (not in the reply column) then the chat reply will become a new ticket. |

### **Customer**

#### Comment on Instagram post

Browse for the photo or video that you want to comment on then click the “**Comment**” button. Write your comment, and click ‘**Post**‘ button.

![Comment on Instagram](/files/-MV-U9HDl5E4c3KscFDg)

Your comment will be added to the list of comments and will become a new ticket on the agent.

![New Ticket Sent](/files/-MV-W7ZIgJp3IkC4dWFd)

### **Agent (Operator) and Supervisor**

#### **Reply Chat**

If the customer sends a comment on your post, then the message will become a new ticket.

![New Instagram Ticket](/files/-MV-XPk00N1UI3BnFuMp)

#### Posting Link

Operator reply the ticket on conversation chatbox.

![Operator Reply Ticket](/files/-MV-XesVQGpX42at1Ug3)

View the posting link that is given a comment by the customer in conversation chatbox.

![Comment Posted](/files/-MV-XG7JD6b8ho6KsTic)


---

# 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/5.1.x/integration/channel-connector/instagram-bussiness/best-practice-instagram.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.
