> For the complete documentation index, see [llms.txt](https://docs.coherence.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherence.io/2.3/manual/components/coherenceglobalquery.md).

# CoherenceGlobalQuery

{% hint style="info" %}
See also [**Queries**](/2.3/manual/optimization/areas-of-interest.md)**.**
{% endhint %}

**CoherenceGlobalQuery** is a component used to will make all entities marked as [**Is Global**](/2.3/manual/components/coherence-sync.md#is-global) visible, regardless of their position or [**Live Query**](/2.3/manual/components/coherence-live-query.md) configuration.

In order to create a global query, a CoherenceGlobalQuery component has to be added to a networked Prefab (i.e. one with CoherenceSync attached):

<figure><img src="/files/2eIi9c7dMg8oXU1hEoeM" alt=""><figcaption><p>CoherenceGlobalQuery Component</p></figcaption></figure>

Making a networked object global is as simple as checking the **Is Global** toggle in the CoherenceSync config window. From now on that object will be visible to every Client with the CoherenceGlobalQuery active.

<figure><img src="/files/454FUefoZSf2IrzKyktO" alt=""><figcaption><p>Is Global setting on the CoherenceSync component</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/2.3/manual/components/coherenceglobalquery.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.
