# Manager Options

<table><thead><tr><th width="154">Parameter</th><th width="248">Type</th><th width="104" align="center">Required</th><th>Description</th></tr></thead><tbody><tr><td>nodes</td><td><a href="../nodemanager/types/lavalinknodeoptions">LavalinkNodeOptions</a>[]</td><td align="center">✓</td><td>Array of Node-Options to connect on Manager<a href="..#.init-clientdata-botclientoptions-important">.init()</a><br><em>Must contain at least <strong>1 Node</strong>.</em><br><em>In order to use <strong>regioning</strong> system, it must contain at least <strong>2 Nodes</strong></em></td></tr><tr><td>sendToShard</td><td>async (guildId:<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, payload:<a href="../other-types/payloads/guildshardpayload">GuildShardPayload</a>) => void</td><td align="center">✓</td><td>The Function to send the voice connection changes from Lavalink to Discord</td></tr><tr><td>client</td><td><a href="../../requirements">BotClientOptions</a></td><td align="center">X</td><td>The Bot Client's Data for Authorization</td></tr><tr><td>queueOptions</td><td><a href="manager-options/managerqueueoptions">ManagerQueueOptions</a></td><td align="center">X</td><td>QueueOptions for all Queues</td></tr><tr><td>playerOptions</td><td><a href="manager-options/managerplayeroptions">ManagerPlayerOptions</a></td><td align="center">X</td><td>PlayerOptions for all Players</td></tr><tr><td>autoSkip</td><td><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></td><td align="center">X</td><td>If it should skip to the next Track on <a href="..#trackend">TrackEnd </a>/ <a href="..#trackerror">TrackError </a>/ <a href="..#trackstuck">TrackStuck </a>events</td></tr></tbody></table>


---

# 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://lc4.gitbook.io/lavalink-client/docs/lavalinkmanager/manager-options.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.
