> 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/plugins-and-integrations/unreal-engine/guides/actions-guide/stage-1-default-actions/moves-to.md).

# Moves To

{% hint style="info" %}
By default, Convai Characters possess knowledge about the presence of other Convai characters within their environment.
{% endhint %}

### 1. Use Moves to with other Convai Characters present in the Environment.

Let's assume there are two Convai characters present in the virtual environment. We can ask one of the characters to move to the other character as shown here.

<figure><img src="/files/fwDQvQfesCT4NJkGuvrx" alt=""><figcaption><p>Convai Character moves to the other character.</p></figcaption></figure>

### 2. Use Moves To with other objects present in environment.

Steps: -

* Click on your Convai character in present in scene.
* In `Outliner` go to `Convai Info` section and then Click on the `+` icon near `Objects`.

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

* Click on `Pick Actor from Scene` tool

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

* Select any object from the scene and give it a `Name` and `Description` of choice.

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

* Save the changes and ask your Convai character to move to the object your named.

<figure><img src="/files/TFsYF5YbXJPPZyAVIKv7" alt=""><figcaption><p>Convai Character Moves To Cube</p></figcaption></figure>

* The Convai character finally move to the object you added to its object list.

<figure><img src="/files/WiR6y0AF6qgaBRfd6haf" alt=""><figcaption><p>Convai Character moved to the Object.</p></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.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/actions-guide/stage-1-default-actions/moves-to.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.
