# \&slots

Viewer-Side Option! ([`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md), [`&room`](/advanced-settings/setup-parameters/room.md))

## Options

Example: `&slots=4`

<table><thead><tr><th width="194">Value</th><th>Description</th></tr></thead><tbody><tr><td>(positive integer)</td><td>the number of slots force the auto-mixer to have that number of slots</td></tr></tbody></table>

## Details

You can pass `&slots=N` to a scene link and it will force the auto-mixer to have that number of slots, even if there are more or less videos available to fill them.

If you need to raise the hard cap, add `&maxslots=` (viewer-side) to allow more than the default maximum. Example: `&maxslots=20` lets the director fill up to 20 slots instead of the normal limit.

Example: `https://vdo.ninja/?room=roomname&scene&slots=4`

![](/files/dA1SFT2A3NiQRQrdxqC8)

I made positioning sticky when using `&slots`, so videos will stick in place now (slot position wise at least), even if another video before it leaves.

If a video is made invisible, it gives up its slot position, which allows a new video to take its spot potentially. When the original video becomes visible again though, the mix-order takes priority. If the mix order is the same, then the connection order takes priority. Dislodged videos are treated like newly joining videos in terms of positioning in the slot.

Screen sharing and highlighting a guest may still break the slotted layout.

If you want more control over position, layout, and all that - consider trying out the [Mixer App](/steves-helper-apps/mixer-app.md) instead, and give some feedback:\
<https://vdo.ninja/alpha/mixer>


---

# 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.vdo.ninja/advanced-settings/mixer-scene-parameters/and-slots.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.
