# Manual

- [Unity Components](/1.6/manual/components.md)
- [CoherenceSync](/1.6/manual/components/coherence-sync.md)
- [CoherenceBridge](/1.6/manual/components/coherence-bridge.md)
- [CoherenceLiveQuery](/1.6/manual/components/coherence-live-query.md)
- [CoherenceTagQuery](/1.6/manual/components/coherence-tag-query.md)
- [CoherenceGlobalQuery](/1.6/manual/components/coherenceglobalquery.md)
- [CoherenceInput](/1.6/manual/components/coherenceinput.md)
- [CoherenceNode](/1.6/manual/components/coherence-node.md)
- [PrefabSyncGroup](/1.6/manual/components/prefab-sync-group.md)
- [Order of execution](/1.6/manual/components/order-of-execution.md)
- [Networking state changes](/1.6/manual/networking-state-changes.md)
- [Instantiate and Destroy Objects](/1.6/manual/networking-state-changes/instantiate-and-destroy-objects.md)
- [Supported types](/1.6/manual/networking-state-changes/supported-types.md)
- [Messaging with Commands](/1.6/manual/networking-state-changes/commands.md)
- [Syncing child GameObjects](/1.6/manual/networking-state-changes/child-gameobjects.md): Binding to variables and methods within the hierarchy
- [Animation](/1.6/manual/networking-state-changes/animation.md)
- [CoherenceSync references](/1.6/manual/networking-state-changes/coherence-sync-references.md)
- [\[Sync\] and \[Command\] Attributes](/1.6/manual/networking-state-changes/sync-and-command-attributes.md)
- [\[OnValueSynced\] Attribute](/1.6/manual/networking-state-changes/value-sync-attribute.md): Notifying State Changes
- [Creating your own syncable member](/1.6/manual/networking-state-changes/custom-bindings.md): Extending what can be synced from the Configure window
- [Custom Component Actions](/1.6/manual/networking-state-changes/custom-component-actions.md)
- [Rigid Bodies](/1.6/manual/networking-state-changes/rigid-bodies.md)
- [Interpolation](/1.6/manual/networking-state-changes/interpolation.md)
- [Authority](/1.6/manual/authority.md)
- [Authority transfer](/1.6/manual/authority/authority-transfer.md)
- [Server-authoritative setup](/1.6/manual/authority/server-authoritative-setup.md)
- [Lifetime](/1.6/manual/lifetime.md)
- [Persistence](/1.6/manual/lifetime/persistence.md)
- [Uniqueness](/1.6/manual/lifetime/uniqueness.md)
- [Example: A global counter](/1.6/manual/lifetime/example-a-global-counter.md)
- [Parenting network entities](/1.6/manual/parenting-network-entities.md): How to parent CoherenceSync objects to each other
- [Direct children CoherenceSyncs](/1.6/manual/parenting-network-entities/direct-children.md): CoherenceSync direct parent-child relationships at runtime
- [Deeply-nested CoherenceSyncs](/1.6/manual/parenting-network-entities/deeply-nested-entities.md): Creating complex hierarchies of CoherenceSyncs at runtime
- [Nesting Prefabs at Edit time](/1.6/manual/parenting-network-entities/nesting-prefabs-at-edit-time.md): Preparing nested connected Prefabs at edit time
- [Asset management](/1.6/manual/asset-management.md)
- [Instantiating from CoherenceSyncConfig](/1.6/manual/asset-management/using-coherencesyncconfig-to-instantiate-gameobjects.md)
- [Instantiate via](/1.6/manual/asset-management/instantiate-via.md)
- [Load via](/1.6/manual/asset-management/load-via.md)
- [Scene management](/1.6/manual/scenes.md)
- [Multiple Connections within a Game Instance](/1.6/manual/multiple-connections-within-a-game-instance.md)
- [Baking (code generation)](/1.6/manual/baking-and-code-generation.md)
- [Conditional compilation](/1.6/manual/baking-and-code-generation/conditional-compilation.md)
- [Replication Server](/1.6/manual/replication-server.md)
- [Rooms and Worlds](/1.6/manual/replication-server/rooms-and-worlds.md)
- [Replication Server API](/1.6/manual/replication-server/replication-server-api.md)
- [Simulators (Servers)](/1.6/manual/simulation-server.md)
- [Scripting: Client vs Simulator](/1.6/manual/simulation-server/client-vs-simulator-logic.md): When scripting Simulators, we need mechanisms to tell them apart.
- [Run local Simulators](/1.6/manual/simulation-server/run-local-simulators.md)
- [World Simulators](/1.6/manual/simulation-server/world-simulators.md)
- [Room Simulators](/1.6/manual/simulation-server/room-simulators.md)
- [Simulator slugs](/1.6/manual/simulation-server/simulator-slugs.md)
- [Build and Deploy](/1.6/manual/simulation-server/build-deploy-simulators.md)
- [Command-line arguments](/1.6/manual/simulation-server/simulator-cli-arguments.md)
- [Client Connections](/1.6/manual/client-connections.md): Communication between Clients
- [Optimization](/1.6/manual/optimization.md)
- [Areas of Interest](/1.6/manual/optimization/areas-of-interest.md)
- [Level of Detail (LOD)](/1.6/manual/optimization/level-of-detail-lod.md)
- [Profiling](/1.6/manual/optimization/profiling.md)
- [Simulation Frequency](/1.6/manual/optimization/simulation-frequency.md)
- [Project Settings](/1.6/manual/project-settings.md)
- [Advanced topics](/1.6/manual/advanced-topics.md)
- [Big worlds](/1.6/manual/advanced-topics/big-worlds.md)
- [World Origin Shifting](/1.6/manual/advanced-topics/big-worlds/world-origin-shifting.md): Creating massive multiplayer worlds
- [Load balancing](/1.6/manual/advanced-topics/big-worlds/simulator-load-balancing.md)
- [Competitive games](/1.6/manual/advanced-topics/competitive-games.md)
- [Simulation Frame](/1.6/manual/advanced-topics/competitive-games/simulation-frame.md)
- [Determinism, Prediction and Rollback](/1.6/manual/advanced-topics/competitive-games/determinism-prediction-rollback.md)
- [Team workflows](/1.6/manual/advanced-topics/team-workflows.md)
- [Version Control integration](/1.6/manual/advanced-topics/team-workflows/version-control-integration.md)
- [Continuous Integration](/1.6/manual/advanced-topics/team-workflows/continuous-integration-setup.md): Tips and trips for setting up Continuous Integration (CI) for your projects
- [Schema explained](/1.6/manual/advanced-topics/schema-explained.md)
- [Specification](/1.6/manual/advanced-topics/schema-explained/specification.md)
- [Field settings](/1.6/manual/advanced-topics/schema-explained/field-settings.md)
- [Archetypes](/1.6/manual/advanced-topics/schema-explained/archetypes.md)
- [Code stripping](/1.6/manual/advanced-topics/code-stripping.md)
- [Replication Server CLI](/1.6/manual/advanced-topics/command-line-interface.md): Command-line interface tools explained
- [Single-player gameplay](/1.6/manual/advanced-topics/single-player-gameplay.md): How coherence behaves when a Client is not connected
