# OWO API

## OWO API

- [Welcome](https://owo-game.gitbook.io/owo-api/welcome.md): Here you can learn how to adapt your project to our technology
- [What is a Sensation](https://owo-game.gitbook.io/owo-api/welcome/what-is-a-sensation.md)
- [Plugin set up](https://owo-game.gitbook.io/owo-api/welcome/plugin-set-up.md): First steps to integrate our technology
- [Configure your project](https://owo-game.gitbook.io/owo-api/welcome/configure-your-project.md)
- [Connection](https://owo-game.gitbook.io/owo-api/welcome/connection.md)
- [Create Sensations](https://owo-game.gitbook.io/owo-api/welcome/create-sensations.md)
- [Send Sensations](https://owo-game.gitbook.io/owo-api/welcome/send-sensations.md)
- [Unreal Developers](https://owo-game.gitbook.io/owo-api/unreal-developers.md): Specific documentation for Unreal Engine developers
- [Configure your project](https://owo-game.gitbook.io/owo-api/unreal-developers/configure-your-project.md): How to configure your project using OWO
- [Connection](https://owo-game.gitbook.io/owo-api/unreal-developers/connection.md): In this section we explain the different connection alternatives
- [Create Sensations](https://owo-game.gitbook.io/owo-api/unreal-developers/create-sensations.md)
- [Send Sensations](https://owo-game.gitbook.io/owo-api/unreal-developers/send-sensations.md)
- [Tools](https://owo-game.gitbook.io/owo-api/tools.md): We have created these tools to facilitate the integration of our technology in your projects
- [Sensations Creator](https://owo-game.gitbook.io/owo-api/tools/sensations-creator.md): Create your own Sensations
- [OWO Visualizer](https://owo-game.gitbook.io/owo-api/tools/owo-visualizer.md): Validate your game integration without wearing the vest
- [Downloads](https://owo-game.gitbook.io/owo-api/downloads.md)
- [Quick Setup](https://owo-game.gitbook.io/owo-api/quick-setup.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://owo-game.gitbook.io/owo-api/welcome.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.
