> For the complete documentation index, see [llms.txt](https://owo-game.gitbook.io/owo-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://owo-game.gitbook.io/owo-api/tools/owo-visualizer.md).

# OWO Visualizer

The Visualizer is a tool with which you can validate that your project is establishing the connection and sending sensations in a proper manner. It is allows to visualize sensations received by the MyOWO PC app.

{% hint style="warning" %}
Make sure the Visualizer is in the same network your project is in.
{% endhint %}

<figure><img src="/files/FuWz6lHxvQX2Ozrvriir" alt=""><figcaption><p>General look</p></figcaption></figure>

### Connect to multiple projects

{% hint style="warning" %}
Make sure that when doing this step the MyOWO app is not looking for games yet.
{% endhint %}

<figure><img src="/files/lgchgvjBZVpmF33adIex" alt=""><figcaption><p>Connecting to various games</p></figcaption></figure>

With the latest version you can connect to multiple projects at the same time and visualize all the sensations!

### **MyOWO apps connection**

<figure><img src="/files/y8IODDv4p96nzeOkpdpJ" alt=""><figcaption><p>Connection buttons</p></figcaption></figure>

You can connect the Visualizer to a single MyOWO application, so you can feel the sensations that the Visualizer is receiving at the same time as it displays them.

{% hint style="info" %}
If you want to hide the window while still being able to see where sensations are being received, you can press **Ctrl+Shift+F** to enable the overlay mode. To return into the windowed mode again, press the same keys combination.
{% endhint %}

### Download

You can download the latest version from [here](https://dev.owogame.com/Tools/VisualizerInstaller.exe).


---

# 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://owo-game.gitbook.io/owo-api/tools/owo-visualizer.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.
