# 智能名片

![](/files/-M2XAw0sKnbS7BuRGr-v)

## &#x20;①名片格式

&#x20;针对群员名片进行格式设置。

{% code title="一个简单的示例" %}

```
Example：
K-[昵称]\[性别]

性别代号如图所示。

当如下成员入群：
昵称：Bob
性别:无

系统更改的名片为：
K-Bob\？
```

{% endcode %}

{% hint style="warning" %}
有时候接口错误会导致无法获取性别代号、地区等

默认为未知、为空
{% endhint %}

{% hint style="info" %}
名片支持emoji的CQ码：[酷Q \[CQ:emoji,\*\] emoji表情代码对应表（800+）](https://cqp.cc/t/15827)
{% endhint %}

## ②名片操作

&#x20;针对一些名片不规范处理的措施。

{% hint style="success" %}
小技巧:当你群员想要遵守格式但又想改名片时怎么办?\
首先我们设置名片格式类似以下内容：

\[昵称]-\[性别]

然后设置名片忽略:**`-`**\
接着群员只要不变动中间的横线即可自由更改名片！
{% endhint %}

{% hint style="danger" %}
监控名片时间间隔尽量大。否则可能导致机器人刷屏
{% endhint %}


---

# 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://help.tensuu.com/fen-qun-she-zhi/zhi-neng-ming-pian.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.
