> For the complete documentation index, see [llms.txt](https://docs.scenic.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scenic.tools/guide/views/schematic.md).

# Schematic

The Schematic view is the looking glass into your scene.&#x20;

Use it to add new fixtures, configure their properties such as DMX channels, OSC output addreses, grouping.

Use the top-left button to cycle through various camera angles.

![](/files/-M7T2QIbwLVYwIJHPJhN)

## View layers

The view is consisted of various layers, many of which can be disabled individually. Refer to the Schematic view part of [Controls](/guide/controls.md) to learn the hotkeys.

![Schematic View with disabled Fixture button (by pressing H), leaving only the pixels for a cleaner view.](/files/-M7T2YNwZgvA4mvN1Q38)

## Fixture Configuration - Inspector

Pressing I reveals the configuration. O and P then switch between property and position gizmos.

![](/files/-M7T3U_rQ9mjPDVA5wiu)

![As you zoom in, group names are revealed.](/files/-M7T3wGXdXIZfMyDgEst)

![](/files/-M7T4vg2DNbob5-TQ4Q-)

## Backdrop

You can [configure a backdrop](/guide/external-configuration/backdrop.md) to be shown in the view. This way you can use an image based floorplan for reference, or just display your favorite cat picture.

![](/files/-M7T1qvn6tgx-FfEXY72)


---

# 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.scenic.tools/guide/views/schematic.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.
