> 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/1.6/manual/components/coherenceglobalquery.md).

# CoherenceGlobalQuery

CoherenceGlobalQuery is used to create a query that will make all entities marked as "**Global**" visible, regardless of their position or [LiveQuery](/1.6/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/rJ3ivQQ0IsThdKEHRR8K" alt=""><figcaption><p>Example Prefab with a 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 enabled.

<figure><img src="/files/454FUefoZSf2IrzKyktO" alt=""><figcaption><p>Example of setting a CoherenceSync entity global</p></figcaption></figure>
