# How to create an actionable area

To create an actionable area, you'll have two possible options:

1. You can drag a PNG into the scene and then add an action to it.
2. If it turns out that the actionable area is in the background, you'll need to add a shape and an action to it, and remove opacity. For example, if there is a table with a key in the background, you could put a square shape with no opacity where it is and add an action to it.


---

# 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://academy.theufolab.com/tips-and-advanced-features/how-to-create-an-actionable-area.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.
