> 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/customer-service/ticket-automation/bypass-ticket-distribution-for-high-profile-customer.md).

# Bypass Ticket Distribution for High Profile Customer

We added filter functions and bypass distribution actions specifically for high-profile users. You can filter these users based on the number of followers, and then set certain actions on the ticket submission form. This automatic filter only applies to tickets submitted through the Instagram channel.

For example, an influencer, actress, or actor usually has a large following and can be categorized as a VIP customer. To provide the best service to VIP customers, you can use the bypass ticket distribution feature, so that their tickets are directly routed to the best customer service team without having to wait too long. This way, you can respond and handle tickets from VIP customers more quickly and efficiently.

![Configure Bypass Ticket Distribution](/files/4fFsd0CzCpsZuouqnfYf)

In the example above, when the system receives a ticket from a customer who has more than 100 followers, the ticket will be automatically distributed to the Operator or Supervisor even if there are proactive rules that are ignored.

![Ticket from Channel Instagram](/files/7kfEtj1oHmc98wuhsnFW)

{% hint style="info" %}
Ticket will be automatically distribute to agents if there are agents available. But, if the agent is not available, the ticket will be entered on unassigned tab of supervisor.
{% endhint %}


---

# 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/customer-service/ticket-automation/bypass-ticket-distribution-for-high-profile-customer.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.
