# Movement - Check Target

Check and Compare against the current Target assigned in the Ai Control component

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

## Additional Parameters

### Target Name

OPTIONAL - Use if you want to know if we have arrived at a specific target

### Compare

Various Options

* Is Null
* Is Transform Var
* Is in Runtime Set
* Has Name

### Set

Is the Target inside of the Runtime GameObject Set?

### Transform

Specify which Transform Var to Check against

### Name

Has the current target this name?


---

# 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/decisions/movement-check-target.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.
