# Interactivity

- [Button Events](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/button-events.md): Handle button clicks and pointer events
- [Click Events](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/button-events/click-events.md): Learn how to handle user clicks in your scene.
- [Register Callback](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/button-events/register-callback.md): Learn how to handle user clicks in your scene.
- [System Based Events](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/button-events/system-based-events.md): Learn how to handle user clicks in your scene.
- [Advanced Button Events](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/button-events/advanced-button-events.md): Learn how to handle user clicks in your scene.
- [Proximity Events](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/button-events/proximity-events.md): Detect when a player enters or leaves the proximity of an entity.
- [Deprecated Functions](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/deprecated-functions.md): Legacy functions
- [Event Listeners](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/event-listeners.md): Events that the scene can track, related to player actions and scene changes.
- [External Links](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/external-links.md): Link to other scenes or external sites
- [NPC Avatars](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/npc-avatars.md): Display and control NPC avatar
- [Player Avatar](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/player-avatar.md): Learn how to control the player's avatar
- [Player Physics](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/player-physics.md): Apply forces and impulses to the player's avatar
- [Raycasting](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/raycasting.md): Use raycasting to trace a line in space and query for collisions with entities in the scene.
- [Runtime Data](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/runtime-data.md): Obtain data from the context where your scene is running and the scene itself.
- [Skybox Control](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/skybox-control.md): Change the skybox time
- [User Data](https://docs.decentraland.org/creator/scenes-sdk7/interactivity/user-data.md): Obtain data from players as they interact with your scene.


---

# 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.decentraland.org/creator/scenes-sdk7/interactivity.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.
