> For the complete documentation index, see [llms.txt](https://docs.bueno.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bueno.art/buenoverse/interactions.md).

# Interactions

- [Introduction to Interactions](https://docs.bueno.art/buenoverse/interactions/introduction-to-interactions.md)
- [Full walkthrough](https://docs.bueno.art/buenoverse/interactions/full-walkthrough.md)
- [Portals](https://docs.bueno.art/buenoverse/interactions/portals.md): Portals are main mechanic for moving through your world.
- [External links](https://docs.bueno.art/buenoverse/interactions/external-links.md)
- [Effects](https://docs.bueno.art/buenoverse/interactions/effects.md)
- [Animation](https://docs.bueno.art/buenoverse/interactions/effects/animation.md): Hmm... That horse looks too stale. Let's make it dance!
- [Music](https://docs.bueno.art/buenoverse/interactions/effects/music.md)
- [Sounds](https://docs.bueno.art/buenoverse/interactions/effects/sounds.md): What is it that I hear? -The sound of your imagination.
- [Confetti, Fireworks and Smoke](https://docs.bueno.art/buenoverse/interactions/effects/confetti-fireworks-and-smoke.md)
- [Abilities](https://docs.bueno.art/buenoverse/interactions/abilities.md)
- [Collectible](https://docs.bueno.art/buenoverse/interactions/abilities/collectible.md): Pick up, collect, equip, throw and have fun with it!!!
- [Mountable](https://docs.bueno.art/buenoverse/interactions/abilities/mountable.md)
- [Drivable](https://docs.bueno.art/buenoverse/interactions/abilities/drivable.md)
- [Movement](https://docs.bueno.art/buenoverse/interactions/abilities/movement.md)
- [Thrower](https://docs.bueno.art/buenoverse/interactions/abilities/thrower.md): An easier way to distribute items...or damage players
- [Damage](https://docs.bueno.art/buenoverse/interactions/abilities/damage.md): Ouch, that hurts!
- [Health](https://docs.bueno.art/buenoverse/interactions/abilities/health.md): Payback time!
- [Mint Machine](https://docs.bueno.art/buenoverse/interactions/abilities/mint-machine.md): Create a mint event in your world!
- [Dress Up](https://docs.bueno.art/buenoverse/interactions/abilities/dress-up.md)
- [Dialogue](https://docs.bueno.art/buenoverse/interactions/dialogue.md)
- [AI Dialogue](https://docs.bueno.art/buenoverse/interactions/dialogue/ai-dialogue.md)
- [Permissions](https://docs.bueno.art/buenoverse/interactions/dialogue/permissions.md)
- [Items and Rewards](https://docs.bueno.art/buenoverse/interactions/dialogue/items-and-rewards.md)
- [Collect Data](https://docs.bueno.art/buenoverse/interactions/dialogue/collect-data.md): Link a Bueno form to an NPC in your Buenoverse.
- [HTTP Requests (Advanced Feature)](https://docs.bueno.art/buenoverse/interactions/dialogue/http-requests-advanced-feature.md)
- [Games](https://docs.bueno.art/buenoverse/interactions/games.md)
- [Podium](https://docs.bueno.art/buenoverse/interactions/games/podium.md)
- [Test Lobby](https://docs.bueno.art/buenoverse/interactions/games/test-lobby.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bueno.art/buenoverse/interactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
