# Movement - Set Destination

Set a new Destination to the Animal Controller. It can use Runtime sets, Transforms, GameObjects, Vector3's or by Name.

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

## Parameters (Except for Common Parameters)

### Slow Multiplier

Slow multiplier to set on the destination when arriving

### Target Type

Various Types:

* Runtime Sets
* Transforms
* GameObjects
* Vector3
* Name

Depending on what is chosen the drop down will change.

### Move To Target

When a new target is assigned, it also sets that the Animal should move to that target.


---

# 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://malbersanimations.gitbook.io/animal-controller/main-components/ai/animal-brain/tasks/movement-set-destination.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.
