# Sensations Creator

{% hint style="info" %}
Before reading further, we recommend reading [What is a Sensation?](https://owo-game.gitbook.io/owo-api/welcome/what-is-a-sensation)
{% 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="https://1239966512-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fak7kTg35zt9Z1gidKEzy%2Fuploads%2FbVFrdctEOGIa2QY4XRze%2Fsensations_creator.png?alt=media&#x26;token=67523501-6791-413a-97bd-7bce6906e802" 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](https://owo-game.gitbook.io/owo-api/welcome/configure-your-project), 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](https://owo-game.gitbook.io/owo-api/welcome/configure-your-project). 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: 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://owo-game.gitbook.io/owo-api/tools/sensations-creator.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.
