# Use

### Use

The Area object has a variety of specific events that are available to have an understanding whether a target object has entered/left the area.

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

| Event Type | Description                                                                                 |
| ---------- | ------------------------------------------------------------------------------------------- |
| First In   | When the area is previously empty, and this is the first time a target has entered the area |
| Enter      | When a target has entered the area                                                          |
| Leave      | When a target has left the area                                                             |
| Get Empty  | When the area is empty, so all target objects are not inside the area                       |
| On Move    | When the targets that are inside the area are moving                                        |

{% hint style="info" %}
If the desired action requires an IO connection, please add the appropriate IO connection under the IO connection tab
{% 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://stage-precision.gitbook.io/grid/interactive-trigger-area/use.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.
