> For the complete documentation index, see [llms.txt](https://academy.theufolab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.theufolab.com/game-editor/library/buttons.md).

# Buttons

<figure><img src="/files/6iNmzgNermHrpdGUFSSW" alt=""><figcaption></figcaption></figure>

**Buttons** allow you to connect different scenes or actions in the same scene.

You can find them on the left side of the screen, in **the library tab**.&#x20;

<figure><img src="/files/YWidiu1cav5hAprilgTt" alt=""><figcaption></figcaption></figure>

## Configuration

All the buttons are customizable, you can change the font, color, size and margins of the text (in case they have text) , and even change the image of the button.

To do this you only have to press the configuration wheel on the top bar or just double click the button.

{% hint style="info" %}
Some buttons don´t have text and only their image can be customized.
{% endhint %}

## Actions

You can set up multiple multiple actions to happen when the player clicks on the button, to set up this, click on the button and then on the action button at the top bar.

The actions you can set up are:

* **Visit an external URL**
* **Subtract X points**
* **Add X points**
* **Go to another scene in the game**


---

# 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://academy.theufolab.com/game-editor/library/buttons.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.
