> For the complete documentation index, see [llms.txt](https://docs.thx.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thx.network/developers/js-sdk/events.md).

# Events

<figure><img src="/files/LlNLQMX5BGGvfe1cLxpr" alt=""><figcaption><p>Example of events in Developer -> Events</p></figcaption></figure>

```javascript
thx.events.create({ 
    event: 'level_up', 
    identity: 'a6021617-9aab-4194-b2af-a4dd0cc96f84' 
})
```

### Use Event Requirements in Quests

Event names you register will automatically show up in the Event Dropdown shown in quest creation modals.

<figure><img src="/files/z57OLfzbkFAo5Ryyps4C" alt=""><figcaption><p>Example of a registered "completed_mission" event.</p></figcaption></figure>
