# General - Set Look At Aim

Find a child GameObject with the name given on the Target and set it as the Target for the Look At and the Aim Component on the Animal

<figure><img src="/files/7dmVoC8Ec5r5xxIksEtl" alt=""><figcaption></figcaption></figure>

## Parameters (Except for Common Parameters)

### Set Aim On

Set the aim either on Self, or on the Target.

### Look At Target

The target to look at. Either the Current Target OR a Transform Variable that you can specify.

### Use Tag

If true, it will look for the specified tag on the target. Else, it will look for the gameobject name.

### Bone Name

Search for the Target Child Gameobject name.

### Disable On Exit

When the task ends, it will remove the target on the aim component.


---

# 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/set-look-at.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.
