# Scenes

### **What are Scenes?**

A Scene is a **group of Outputs** that are used together.

Scenes help you organize Outputs by:

* An activity
* A place
* Or what you want to do

\
**Examples of Scenes**

* **Mood Scene**

  Use emojis to show how you’re feeling.
* **Favorite Places Scene**

  Show photos of places you like or want to go.
* **Food Scene**

  Use photos to choose what you want to eat.
* **Kitchen Scene**

  Turn kitchen appliances on or off, like a mixer or blender.<br>

{% hint style="info" icon="lightbulb" %}
**Good to Know**

* You can have many Scenes
* You can switch between Scenes anytime
* Each Scene can have different Outputs
  {% endhint %}


---

# 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://think2switch.gitbook.io/think2switch-knowledge-guide/think2switch-2.5/setup-guide/control/scenes.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.
