# Events

### <mark style="color:purple;">Application Activated</mark>

Fires when the user switches applications.

***

### <mark style="color:purple;">Overlay Started</mark>

Fires when a window starts tracking an application.

***

### <mark style="color:purple;">Overlay Ended</mark>

Fires when a window stops tracking an application. This may be because the external application was closed by the user.


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/applications-element/events.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.
