# General - Look

The animal will look for an Object using a Cone View

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

## Additional Parameters

### Look Range

The range for looking forward and finding something

### Look Angle

The angle betwen 0-360 to find something

### Look Multiplier

Allows you to shorten the look ray to not find ground by mistake

### Look For

What to Look for. Various Options Include:

* Main Animal Player
* Malbers Tag
* Unity Tag
* Zones
* GameObject
* Closest Waypoint
* Current Target
* Transform Var
* GameObject Var
* Runtime GameObject Var

### Obstacle Layer

What are the layers to look out for for obstacles that would block the vision?

### Assign Target

Do we assign target to the found object when found?

### Move To Target

Do we set a Move To order when we find the object?

### Debug Color

What color is the display in the scene view showing our look range?


---

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