> 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/networking-state-changes/configure-window.md).

# Configure window

The Configure Window let's assign **what** to network.

<figure><img src="/files/4czmK1U0DWfAz5lmPJ0e" alt=""><figcaption></figcaption></figure>

#### Variables

Variables selected on this window become network state — they will be replicated to all connected clients automatically.

You can control how these variables are [interpolated](/2.3/manual/networking-state-changes/interpolation.md) on remote clients, and enable **client prediction**, which doesn't apply updates automatically, letting you decide how.&#x20;

<figure><img src="/files/WOcwwLu60DtOMg2hyEmW" alt=""><figcaption><p>Picking an interpolation to be used for <code>rotation</code></p></figcaption></figure>

<figure><img src="/files/Ggn3cADPS9O4sJCC9Ead" alt=""><figcaption><p>Client prediction allows you to roll updates on your own</p></figcaption></figure>

#### Methods

Methods selected on this window become available as [commands](/2.3/manual/networking-state-changes/commands.md). You can decide the routing allowed for each method.

<figure><img src="/files/44VqA6F5GkfDaVbyma8A" alt=""><figcaption></figcaption></figure>

#### Components

This section doesn't change what to network — instead, decides what happens when the entity is networked. Specifically, when an entity gains or loses [authority](/2.3/manual/networking-state-changes/authority.md).

<figure><img src="/files/HIS9hrygsLcjERJ597Nv" alt=""><figcaption></figcaption></figure>

Different component types offer different component actions. You can [write your own](/2.3/manual/networking-state-changes/custom-component-actions.md).

{% hint style="success" %}
Remember to [bake](/2.3/manual/baking-and-code-generation.md) when you make changes to your Network Prefabs.
{% endhint %}


---

# 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/networking-state-changes/configure-window.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.
