# CoherenceLiveQuery

### LiveQuery

The way you get information about the World is through **LiveQueries**. We set criteria for what part of the World we are interested in at each given moment. That way, the Replicator won’t send information about everything that is going on in the Game World everywhere, at all times.

Instead, we will just get information about what’s within a certain area, kind of like moving a torch to look around in a dark cave.

{% hint style="info" %}
For a guide on how to **use** **LiveQuery**, see [Areas of Interest](/1.2/coherence-sdk-for-unity/optimization/livequery-area-of-interest.md).
{% endhint %}

{% hint style="info" %}
More complex areas of interest types are coming in future versions of **coherence**.
{% endhint %}


---

# 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://docs.coherence.io/1.2/coherence-sdk-for-unity/components/livequery.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.
