> 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/sensations-creator.md).

# Sensations Creator

{% hint style="info" %}
Before reading further, we recommend reading [What is a Sensation?](/owo-api/welcome/what-is-a-sensation.md)
{% endhint %}

The Sensations Creator is a tool with which you can create, modify and feel a sensation at the same time. You can also export your creations and share them with the community or import them in your projects.

<figure><img src="/files/mdiv3seRN2yX5OzWGxpr" alt=""><figcaption></figcaption></figure>

### Exporting&#x20;

#### Individual sensations

This will create a .owo file in the selected location, note that you can modify whether the sensation is exported with fixed muscles or without them, so you could assign them by code.

You can also check if the exported sensation will be baked or not.

{% hint style="warning" %}
The purpose of baked sensations is to be included in the [Game Auth](/owo-api/welcome/configure-your-project.md), if that is not your intention, uncheck that toggle.
{% endhint %}

#### Whole project

This will create a .owoauth file that contains a Game Auth with which you can [configure your project](/owo-api/welcome/configure-your-project.md). Additionally you can choose to export all the individual sensations in their own .owo file.

### Importing

{% hint style="warning" %}
Please note that if you import a sensation, it will override the parameters from the opened one, the same happens when importing a project.
{% endhint %}

You can import individual sensations and a whole project, in the project import panel. It is also possible to select one of our project templates to see how we usually create sensations.

### Download

You can download the latest version from [here](https://dev.owogame.com/Tools/CreatorInstaller.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/sensations-creator.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.
