> For the complete documentation index, see [llms.txt](https://docs.omnichat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnichat.ai/features/tong-xun-qu-dao/automated-messages/xian-shi-tuan-dui-cheng-yuan-ming-cheng.md).

# 顯示團隊成員名稱

{% hint style="warning" %}
LINE 有團隊成員名稱的限制

1. 名稱只能 20 個字
2. 中文 / 英文，每個字都算是一個字

ex. 一二三abc123，這樣是九個字

3. emoji 也會被計算為字元，建議不要放 emoji

ex. ![:男人女人男孩:](https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f468-200d-1f469-200d-1f466@2x.png) 被算成 8 個字

ex. ![:年長男人:](https://a.slack-edge.com/production-standard-emoji-assets/14.0/apple-medium/1f474@2x.png) 被算成 2 個字

4. 團隊成員名稱不能包括「LINE」（不區分大小寫）

ex. CS LINE 小編、CS line 小編
{% endhint %}

<figure><img src="/files/p62LGRIXsWUBGSAeVfJ5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FwLzVUv5J54jln6ybxbI" alt=""><figcaption><p>WhatsApp 和 Facebook 畫面</p></figcaption></figure>

<figure><img src="/files/73OdpoP0KeIRauRvFhgD" alt=""><figcaption><p>LINE ＆ Instagram 畫面</p></figcaption></figure>

如果在Omnichat後台選擇不顯示團員名稱，LINE的頭貼會顯示Line OA後台商家的頭貼，名稱也不會顯示。

<figure><img src="/files/ezNAoS09SZMqcm7e3MBq" alt=""><figcaption></figcaption></figure>

若在Omnichat後台選擇顯示團員名稱，真人客服跟進對話後，頭貼會顯示為Omnichat後台團隊成員的大頭貼，也會顯示在Omnichat後台設定的名稱。

<figure><img src="/files/P8McSqzhKbekWhrkuyCv" alt=""><figcaption></figcaption></figure>


---

# 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.omnichat.ai/features/tong-xun-qu-dao/automated-messages/xian-shi-tuan-dui-cheng-yuan-ming-cheng.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.
