> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/actions-guide/stage-1-default-actions/follows.md).

# 跟随

### 1. 使用跟随功能，让其跟随环境中的其他 Convai 角色或玩家。

* 靠近一个 Convai 角色，并让它跟随其他 Convai 角色或一名 Convai 玩家。

<figure><img src="/files/9cedf132a94a29afc3f51c712a9d0abd8517c06f" alt=""><figcaption></figcaption></figure>

* 然后你开始四处移动，你会发现该 Convai 角色开始跟随你。

### 2. 使用跟随功能，让其跟随环境中的其他角色/物体。

* 按照此处所示，为该物体或角色添加一个引用 [指南。](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/actions-guide/stage-1-default-actions/pages/2b4d777d77138e7f75c2442e27277d784c458257#2.-use-moves-to-with-other-objects-present-in-environment.)
* 让该角色跟随环境中添加的角色/物体。

<figure><img src="/files/bc405d74908abbb6b69bfd0b4fe68428ba0c8d88" alt=""><figcaption><p>Convai 角色开始跟随立方体。</p></figcaption></figure>

* 即使我们改变物体（这里是立方体）的位置，Convai 角色仍然会跟随立方体。


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/actions-guide/stage-1-default-actions/follows.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.
