# EVT Overview

{% embed url="<https://stackblitz.com/edit/evt-playground-gfnidx?file=index.ts>" %}
Basic usage
{% endembed %}

{% embed url="<https://stackblitz.com/edit/evt-playground-acvrn5?file=index.ts>" %}
wait for the next event
{% endembed %}

{% embed url="<https://stackblitz.com/edit/evt-playground-t9i9fr?file=index.ts>" %}
Filtering the events
{% endembed %}

{% embed url="<https://stackblitz.com/edit/evt-playground-kjdjdh?file=index.ts>" %}
Detaching handler
{% endembed %}

{% embed url="<https://stackblitz.com/edit/evt-playground-wsa3je?file=index.ts>" %}
Evt that saves the last event
{% endembed %}


---

# 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://docs.evt.land/readme.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.
