> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Setting Up Your Multi-State Box ## Article: Setting Up Your Multi-State Box ## Article Link: https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/multi-state-boxes/setting-up-your-multi-state-box.md ## Article Content: # Velo: Setting Up Your Multi-State Box
**Tip** Duplicate states and then edit them to keep a consistent design throughout your multi-state box.#### Set Up Your States [Navigate](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/multi-state-boxes/working-with-multi-state-boxes-and-code.md) to the state you want to edit and then do any of the following: * **Add content:** Add whatever content you want to each state including text, images, buttons, and videos. * **Change Background:** Choose a color, image, or video for the background of the state, and then customize background settings. You can also apply a background to other states. [Learn more](https://support.wix.com/en/article/change-background-7730640). * **Resize:** Click the multi-state box and drag one of the resize handles on the edge of the box. Note that the width of the multi-state box applies to all states, but you can adjust the height for each individual state. ### Multi-State Box and State IDs Each multi-state box and state has an ID instead of a name. The IDs of multi-state boxes and their states are significant because you use them in code.
**Important** Changing the ID of a multi-state box or state will break any existing code that uses the old ID. If you change an ID, make sure to update any related code.* You can view and edit the ID of your multi-state box in the [Properties & Events panel](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/velo-workspace/properties-events-panel/about-the-properties-events-panel.md). * You can view and edit the IDs of your states in the [Manage States](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/multi-state-boxes/setting-up-your-multi-state-box.md) panel. You can also do this in the [Properties & Events panel](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/velo-workspace/properties-events-panel/about-the-properties-events-panel.md). #### To change a multi-state box ID in the Properties & Events panel: 1. Click your multi-state box. 2. In the Properties & Events panel, click the **ID** field and enter the new ID.  #### To change a state ID in the Properties & Events panel: 1. Double click your multi-state box. 2. [Navigate](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/multi-state-boxes/working-with-multi-state-boxes-and-code.md) to the state you want to change. 3. In the Properties & Events panel, click the **State ID** field and enter the new ID.  #### To change a state ID in the Manage States panel: 1. Click your multi-state box. 2. Click **Manage States**. 3. In the Manage States panel, click the state box that you want, then click **Show More**  **> Edit ID**. 4. Enter the new ID.  > > Now that you've set up your multi-state box, get it up and running with code. Click [here](https://dev.wix.com/docs/develop-websites/articles/wix-editor-elements/other-elements/multi-state-boxes/working-with-multi-state-boxes-and-code.md) to see a tutorial on working with multi-state boxes and Velo.