# GUI

## GUI

A *GUI*, or graphical user interface, uses graphics to let a user interact with an interface. In **Incari**, there are several simple features which are available to create and edit in **Scene2Ds**.

## Contents

* [**Button**](/incari-studio/objects-and-types/scene2d-objects/gui/button.md)
* [**Dropdown**](/incari-studio/objects-and-types/scene2d-objects/gui/dropdown.md)
* [**List**](/incari-studio/objects-and-types/scene2d-objects/gui/list.md)
* [**Slider**](/incari-studio/objects-and-types/scene2d-objects/gui/slider.md)
* [**Text Area**](/incari-studio/objects-and-types/scene2d-objects/gui/textarea.md)
* [**Text Input**](/incari-studio/objects-and-types/scene2d-objects/gui/textinput.md)
* [**Toggle**](/incari-studio/objects-and-types/scene2d-objects/gui/toggle.md)


---

# 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.incari.com/incari-studio/objects-and-types/scene2d-objects/gui.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.
