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

# Manual

- [Networking with CoherenceSync](https://docs.coherence.io/manual/networking-state-changes.md)
- [Configure window](https://docs.coherence.io/manual/networking-state-changes/configure-window.md)
- [Commands: invoking methods](https://docs.coherence.io/manual/networking-state-changes/commands.md): Invoking methods on remote clients
- [\[Sync\] and \[Command\]](https://docs.coherence.io/manual/networking-state-changes/sync-and-command-attributes.md)
- [\[OnValueSynced\]](https://docs.coherence.io/manual/networking-state-changes/value-sync-attribute.md): Notifying State Changes
- [Entity references](https://docs.coherence.io/manual/networking-state-changes/coherence-sync-references.md)
- [Authority](https://docs.coherence.io/manual/networking-state-changes/authority.md)
- [Authority transfer](https://docs.coherence.io/manual/networking-state-changes/authority/authority-transfer.md)
- [Server-authoritative setup](https://docs.coherence.io/manual/networking-state-changes/authority/server-authoritative-setup.md)
- [Lifetime](https://docs.coherence.io/manual/networking-state-changes/lifetime.md)
- [Uniqueness](https://docs.coherence.io/manual/networking-state-changes/uniqueness.md)
- [Instantiation and destruction](https://docs.coherence.io/manual/networking-state-changes/instantiate-and-destroy-objects.md)
- [Hierarchies](https://docs.coherence.io/manual/networking-state-changes/child-gameobjects.md): Networking variables and methods within a Networked Prefab transform hierarchy
- [Parenting](https://docs.coherence.io/manual/networking-state-changes/parenting.md): How to parent Networked Prefabs to each other
- [Direct-children CoherenceSyncs](https://docs.coherence.io/manual/networking-state-changes/parenting/direct-children.md): CoherenceSync direct parent-child relationships at runtime
- [Deeply-nested CoherenceSyncs](https://docs.coherence.io/manual/networking-state-changes/parenting/deeply-nested-entities.md): Creating complex hierarchies of CoherenceSyncs at runtime
- [Nesting prefabs at edit time](https://docs.coherence.io/manual/networking-state-changes/parenting/nesting-prefabs-at-edit-time.md): Preparing nested connected Prefabs at edit time
- [Animators](https://docs.coherence.io/manual/networking-state-changes/animation.md)
- [Rigidbodies](https://docs.coherence.io/manual/networking-state-changes/rigid-bodies.md)
- [Interpolation](https://docs.coherence.io/manual/networking-state-changes/interpolation.md)
- [Big Data](https://docs.coherence.io/manual/networking-state-changes/syncing-big-data.md): Using fragmented channels to synchronize data that wouldn't usually fit in a packet.
- [Asset management](https://docs.coherence.io/manual/networking-state-changes/asset-management.md)
- [Instantiating from CoherenceSyncConfig](https://docs.coherence.io/manual/networking-state-changes/asset-management/using-coherencesyncconfig-to-instantiate-gameobjects.md)
- [Instantiate via](https://docs.coherence.io/manual/networking-state-changes/asset-management/instantiate-via.md)
- [Load via](https://docs.coherence.io/manual/networking-state-changes/asset-management/load-via.md)
- [Custom component actions](https://docs.coherence.io/manual/networking-state-changes/custom-component-actions.md)
- [Custom bindings](https://docs.coherence.io/manual/networking-state-changes/custom-bindings.md): Extending what can be networked from a Component
- [Supported types](https://docs.coherence.io/manual/networking-state-changes/supported-types.md)
- [Baking](https://docs.coherence.io/manual/baking-and-code-generation.md)
- [Conditional Compilation](https://docs.coherence.io/manual/baking-and-code-generation/conditional-compilation.md)
- [Client connections](https://docs.coherence.io/manual/client-connections.md): Communication between Clients
- [Replication server](https://docs.coherence.io/manual/replication-server.md)
- [Rooms and worlds](https://docs.coherence.io/manual/replication-server/rooms-and-worlds.md)
- [Connecting to a replication server](https://docs.coherence.io/manual/replication-server/replication-server-api.md)
- [Replication server CLI](https://docs.coherence.io/manual/replication-server/command-line-interface.md): How to use the Replication server in the command-line
- [Optimization](https://docs.coherence.io/manual/optimization.md)
- [Queries](https://docs.coherence.io/manual/optimization/areas-of-interest.md)
- [Level of detail (LOD)](https://docs.coherence.io/manual/optimization/level-of-detail-lod.md)
- [Profiling](https://docs.coherence.io/manual/optimization/profiling.md)
- [Simulation frequency](https://docs.coherence.io/manual/optimization/simulation-frequency.md)
- [Networking voice](https://docs.coherence.io/manual/networking-voice.md)
- [Settings](https://docs.coherence.io/manual/project-settings.md)
- [1 game instance <-> N connections](https://docs.coherence.io/manual/multiple-connections-within-a-game-instance.md)
- [Scene management](https://docs.coherence.io/manual/scenes.md)
- [Simulators](https://docs.coherence.io/manual/simulation-server.md)
- [Scripting: client vs simulator](https://docs.coherence.io/manual/simulation-server/client-vs-simulator-logic.md): When scripting Simulators, we need mechanisms to tell them apart.
- [Run local simulators](https://docs.coherence.io/manual/simulation-server/run-local-simulators.md)
- [World simulators](https://docs.coherence.io/manual/simulation-server/world-simulators.md)
- [Room simulators](https://docs.coherence.io/manual/simulation-server/room-simulators.md)
- [Simulator slug](https://docs.coherence.io/manual/simulation-server/simulator-slugs.md)
- [Build and deploy](https://docs.coherence.io/manual/simulation-server/build-deploy-simulators.md)
- [Command-line arguments](https://docs.coherence.io/manual/simulation-server/simulator-cli-arguments.md)
- [Advanced simulator authority](https://docs.coherence.io/manual/simulation-server/advanced-simulator-authority.md)
- [Simulator query transfer](https://docs.coherence.io/manual/simulation-server/advanced-simulator-authority/simulator-query-transfer.md)
- [Advanced topics](https://docs.coherence.io/manual/advanced-topics.md)
- [Single-player gameplay](https://docs.coherence.io/manual/advanced-topics/single-player-gameplay.md): How coherence behaves when a Client is not connected
- [Code stripping](https://docs.coherence.io/manual/advanced-topics/code-stripping.md)
- [Team workflows](https://docs.coherence.io/manual/advanced-topics/team-workflows.md)
- [Version control best practices](https://docs.coherence.io/manual/advanced-topics/team-workflows/version-control-integration.md)
- [Continuous integration best practices](https://docs.coherence.io/manual/advanced-topics/team-workflows/continuous-integration-setup.md): Tips and trips for setting up Continuous Integration (CI) for your projects
- [Big worlds](https://docs.coherence.io/manual/advanced-topics/big-worlds.md)
- [World origin shifting](https://docs.coherence.io/manual/advanced-topics/big-worlds/world-origin-shifting.md): Creating massive multiplayer worlds
- [Load balancing](https://docs.coherence.io/manual/advanced-topics/big-worlds/simulator-load-balancing.md)
- [Competitive games](https://docs.coherence.io/manual/advanced-topics/competitive-games.md)
- [Simulation frame](https://docs.coherence.io/manual/advanced-topics/competitive-games/simulation-frame.md)
- [Determinism, prediction and rollback](https://docs.coherence.io/manual/advanced-topics/competitive-games/determinism-prediction-rollback.md)
- [Schema explained](https://docs.coherence.io/manual/advanced-topics/schema-explained.md)
- [Specification](https://docs.coherence.io/manual/advanced-topics/schema-explained/specification.md)
- [Field settings](https://docs.coherence.io/manual/advanced-topics/schema-explained/field-settings.md)
- [Archetypes](https://docs.coherence.io/manual/advanced-topics/schema-explained/archetypes.md)
- [Unity components](https://docs.coherence.io/manual/components.md)
- [CoherenceSync](https://docs.coherence.io/manual/components/coherence-sync.md)
- [CoherenceBridge](https://docs.coherence.io/manual/components/coherence-bridge.md)
- [CoherenceLiveQuery](https://docs.coherence.io/manual/components/coherence-live-query.md)
- [CoherenceTagQuery](https://docs.coherence.io/manual/components/coherence-tag-query.md)
- [CoherenceGlobalQuery](https://docs.coherence.io/manual/components/coherenceglobalquery.md)
- [CoherenceCloudLogin](https://docs.coherence.io/manual/components/coherence-cloud-login.md)
- [CoherenceInput](https://docs.coherence.io/manual/components/coherenceinput.md)
- [CoherenceNode](https://docs.coherence.io/manual/components/coherence-node.md)
- [PrefabSyncGroup](https://docs.coherence.io/manual/components/prefab-sync-group.md)
- [Order of execution](https://docs.coherence.io/manual/components/order-of-execution.md)
