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

# ODK Plugin

- [Authentication](https://docs.otherside.xyz/odk-docs/odk-plugin/authentication.md)
- [Web Browser](https://docs.otherside.xyz/odk-docs/odk-plugin/web-browser.md)
- [Wallets](https://docs.otherside.xyz/odk-docs/odk-plugin/wallets.md): Documentation regarding wallets
- [Wallet Views](https://docs.otherside.xyz/odk-docs/odk-plugin/wallets/wallet-views.md)
- [ODK Input Management](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-input-management.md)
- [UI Mode](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-input-management/ui-mode.md): Documentation for ODK UI mode control
- [Input Component](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-input-management/input-component.md): Documentation for ODK input component
- [Character Input](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-input-management/character-input.md)
- [Widget Input](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-input-management/widget-input.md)
- [Configurable Input Action Keybindings](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-input-management/configurable-input-action-keybindings.md)
- [ODK Widget](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-widget.md)
- [ODK Base UI](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-widget/odk-base-ui.md)
- [ODK Interaction](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-interaction.md): Documentation regarding ODK interactions
- [Token Gating](https://docs.otherside.xyz/odk-docs/odk-plugin/token-gating.md): Used to lock features behind definable conditions, often regarding token ownership.
- [ODK Video/Millicast Screens](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-video-millicast-screens.md): Documentation for ODK Video/Millicast Screens
- [ODK Koda Cam](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-koda-cam.md)
- [Scannable Objects](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-koda-cam/scannable-objects.md)
- [Send APE Coin to another player (Deprecated)](https://docs.otherside.xyz/odk-docs/odk-plugin/send-ape-coin-to-another-player-deprecated.md)
- [ODK Notifications](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-notifications.md)
- [Task Flow](https://docs.otherside.xyz/odk-docs/odk-plugin/task-flow.md)
- [Setup Guide](https://docs.otherside.xyz/odk-docs/odk-plugin/task-flow/setup-guide.md)
- [Switching To Preview ODK Versions](https://docs.otherside.xyz/odk-docs/odk-plugin/switching-to-preview-odk-versions.md): Please use this guide for instruction of how and when to access the preview stream.
- [Persistence](https://docs.otherside.xyz/odk-docs/odk-plugin/persistence.md): Documentation regarding persistence in the ODK
- [Emotes](https://docs.otherside.xyz/odk-docs/odk-plugin/emotes.md): Emotes allow players to express themselves in game with a various animations.
- [Feels](https://docs.otherside.xyz/odk-docs/odk-plugin/emotes/feels.md)
- [Feels: Design](https://docs.otherside.xyz/odk-docs/odk-plugin/emotes/feels/feels-design.md)
- [Feels: Upload](https://docs.otherside.xyz/odk-docs/odk-plugin/emotes/feels/feels-upload.md)
- [Feels: Sell](https://docs.otherside.xyz/odk-docs/odk-plugin/emotes/feels/feels-sell.md)
- [Avatars](https://docs.otherside.xyz/odk-docs/odk-plugin/avatars.md)
- [Moderation](https://docs.otherside.xyz/odk-docs/odk-plugin/moderation.md)
- [Analytics](https://docs.otherside.xyz/odk-docs/odk-plugin/analytics.md)
- [Movement Modes](https://docs.otherside.xyz/odk-docs/odk-plugin/movement-modes.md): Documentation regarding character movement in the ODK
- [ODK Blueprint Node Library](https://docs.otherside.xyz/odk-docs/odk-plugin/odk-blueprint-node-library.md): Building Otherside, one blueprint at a time.
- [Visual Effects](https://docs.otherside.xyz/odk-docs/odk-plugin/visual-effects.md): How to add visual effects to characters via ODK components
- [NPCs](https://docs.otherside.xyz/odk-docs/odk-plugin/npcs.md)
- [NPC Stations](https://docs.otherside.xyz/odk-docs/odk-plugin/npcs/npc-stations.md)
- [Respawn and Teleportation](https://docs.otherside.xyz/odk-docs/odk-plugin/respawn-and-teleportation.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:

```
GET https://docs.otherside.xyz/odk-docs/odk-plugin.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.
