# 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 you want to comment on then click the **'Comment'** button. Write your comment, and click the **'Post'** button.

![Comment on Instagram](/files/kV2wE8qeygA3eijhgCPS)

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

![New Ticket Sent](/files/a7bJav5LCffHdCH9ZEaD)

### **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/fdDVxug9IARufr6wEuDS)

#### Posting Link

Operator reply the ticket on the conversation chatbox.

![Operator Reply Ticket](/files/D4volFetFto1L5JIYCxx)

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

![Comment Posted](/files/Uhr3udzcd6tPNqvG9j7p)


---

# 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.3dolphins.ai/integration/channel-connector/instagram-bussiness/best-practice-instagram.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.
