# Vision

There are two types of vision in Aurora FPS :

1. [Fixed VIew](/aurora-engine/artificial-intelligence/vision/fixed-view.md)
2. [Procedural View](/aurora-engine/artificial-intelligence/vision/procedural-view.md)

**Fixed View :** receives a ready-made set of visible objects as input.

For a better understanding, read the :

{% content-ref url="/pages/-Md31WKgnht65tJ7rhUr" %}
[Fixed VIew](/aurora-engine/artificial-intelligence/vision/fixed-view.md)
{% endcontent-ref %}

**Procedural View :** after a certain period of time, it checks the environment for the presence of visible objects, does not receive a fixed set of visible objects at the input.

For a better understanding, read the :

{% content-ref url="/pages/-Md31XrFFnvU2wzEb2Jv" %}
[Procedural View](/aurora-engine/artificial-intelligence/vision/procedural-view.md)
{% endcontent-ref %}


---

# 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://renownedgames.gitbook.io/aurora-engine/artificial-intelligence/vision.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.
