> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myzendo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set a default floorplan orientation

> Lock the floorplan to a fixed rotation so it always looks right.

export const MenuButton = ({badged = false}) => <div className="bg-[#a8c8b9] w-[36px] h-[36px] rounded-[10px] p-[6px] justify-center items-center aspect-square inline-flex relative">
    {badged && <div className="absolute top-[-3px] right-[-3px] w-[12px] h-[12px] rounded-[12px] bg-[#417777]"></div>}
      <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <g fill="#417777"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 22a10 10 0 1 1 10-10 10 10 0 0 1-10 10"></path><path d="M10 12a2 2 0 1 0 4 0 2 2 0 1 0-4 0m5.5 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0m-11 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0"></path></g>
      </svg>
  </div>;

## Intro

**Floorplan Orientation** lets you control which way the floorplan is rotated on a Zendo device.

Handy when a device is mounted on a wall or sat in a stand and the automatic rotation doesn't match how you're looking at it.

***

## How to change it

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "About Your Zendo"
4. Tap "Advanced"
5. Tap "Floorplan Orientation"
6. Tap the designed option.

<Note>
  The setting is per device. Each device remembers its own choice. Different devices can have different orientations.
</Note>

***

## What each option does

You have five options:

* **Default**: Zendo rotates the floorplan automatically, following how the device is held or mounted. Best for a phone or tablet you pick up and move around.
* **Top**: this edge becomes up.
* **Right**: rotated a quarter-turn.
* **Bottom**: rotated a half-turn (upside down).
* **Left**: rotated three-quarters of a turn.

On **Default**, the floorplan keeps re-orienting as the device's position changes. On **Top**, **Right**, **Bottom** or **Left**, the floorplan is locked to that fixed rotation and won't change when the device is moved.
