# Components

### [**CoherenceSync**](/1.2/coherence-sdk-for-unity/components/coherencesync.md)

Defines a network entity and what data to sync from the GameObject. Anything that needs to be synchronized over the network can use a CoherenceSync component. You can select data from your GameObject hierarchy that you'd like to sync across the network.

### [**CoherenceLiveQuery**](/1.2/coherence-sdk-for-unity/components/livequery.md)

Queries an area of interest, so that you can read/write across the network on the desired location. In our Starter Project, the LiveQuery position is static with an extent large enough to cover the entire playable level. If the World was very large and potentially set over multiple Simulators, the LiveQuery could be attached to the playable character or camera.

### [**CoherenceBridge**](/1.2/coherence-sdk-for-unity/components/coherencebridge.md)

Handles the connection between the coherence transport layer and the Unity scene.

### [CoherenceInput](/1.2/coherence-sdk-for-unity/authority-overview/input-queues.md#what-is-coherenceinput)

Enables a Simulator to take control of the state authority of a Client's CoherenceSync, while retaining input authority.

This component is added by CoherenceSync on [server-authoritative setups](/1.2/coherence-sdk-for-unity/authority-overview/input-queues.md).


---

# 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.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.
