> 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/shapes.md).

# Shapes

<figure><img src="/files/LY9PnTSY9l9iIUClC43y" alt="" width="185"><figcaption></figcaption></figure>

**Shapes** allow you to **represent** ideas, emotions or informations.

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

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

## Configuration

Shapes have some customization, you can change the **color, style and thickness** of the lin&#x65;**.**

You can also make them invisible so you can create interactive areas.

{% hint style="info" %}
To make shapes interactive areas, just open the configuration menu, mark the invisible option and add an action to the shape, as explained below in this page.
{% endhint %}

To change the **shape** **style** just click on it and change the **attributes** located at the **top bar.**

## Actions

You can set up multiple multiple actions to happen when the player clicks the shape, to set up this, click on the shape 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/shapes.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.
