# Traps

- [Introduction](https://traps.runemarkstudio.com/traps/introduction.md)
- [Trap Triggers](https://traps.runemarkstudio.com/traps/triggering-a-trap.md)
- [Raycast Triggers](https://traps.runemarkstudio.com/traps/raycast-triggers.md)
- [Disabling Traps with Triggers](https://traps.runemarkstudio.com/traps/disabling-traps-with-triggers.md)
- [Trap](https://traps.runemarkstudio.com/traps/trap.md)
- [Trap Mechanism](https://traps.runemarkstudio.com/traps/trap-mechanism.md)
- [Animator](https://traps.runemarkstudio.com/traps/trap-mechanism/trap-animator.md)
- [Launcher](https://traps.runemarkstudio.com/traps/trap-mechanism/trap-launcher.md)
- [Particle (Trap Mechanism)](https://traps.runemarkstudio.com/traps/trap-mechanism/particle.md)
- [Physics](https://traps.runemarkstudio.com/traps/trap-mechanism/physics.md)
- [Effect Handlers](https://traps.runemarkstudio.com/traps/effect-handlers.md)
- [Audio Handler](https://traps.runemarkstudio.com/traps/effect-handlers/audio-handler.md)
- [Particle (Effect Handler)](https://traps.runemarkstudio.com/traps/effect-handlers/particle-handler.md)
- [Ray Handler](https://traps.runemarkstudio.com/traps/effect-handlers/ray-handler.md)
- [Custom Effect Handler](https://traps.runemarkstudio.com/traps/effect-handlers/custom-effect-handler.md)
- [Damage System](https://traps.runemarkstudio.com/traps/damage-system.md)
- [Damage Source](https://traps.runemarkstudio.com/traps/damage-system/damage-source.md)
- [IDamageable](https://traps.runemarkstudio.com/traps/damage-system/idamageable.md)
- [Damage Result](https://traps.runemarkstudio.com/traps/damage-system/damage-result.md)
- [Damageable Example](https://traps.runemarkstudio.com/traps/damageable-example.md)
- [Utility](https://traps.runemarkstudio.com/traps/utility.md)
- [AutoConnect Joint](https://traps.runemarkstudio.com/traps/utility/autoconnect-joint.md)
- [Texture Mover](https://traps.runemarkstudio.com/traps/utility/texture-mover.md)


---

# 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://traps.runemarkstudio.com/traps.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.
