> For the complete documentation index, see [llms.txt](https://whitepaper.mirrorworld.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mirrorworld.fun/matrix-core-engine/ai-powered-souls/unstable-brain-algorithm/added-value.md).

# Added Value

### General Use cases

Here are some of the supported technologies and their API formats:

* For games, you can use the API to perform actions in the game and to get the characters' responses
* For chatbots, you can use the API to do text-based conversations
* For web-based games, you can use the API to get the characters' responses and to perform actions in the game

### Adoption

UnstableBrain has the capability to be adapted to a variety of technologies and applications through the provided API from our website.

The APIs have an industry-standard format that can be adapted to most technologies that require Character control, emotion-based predictions, and responses.

Additionally, the API can be used for multiple applications such as the creation of games, chatbots, and many others. UnstableBrain is a useful tool that can be used for a variety of applications, and we are happy to be able to give a free demo to the public.

### Deployment

Once you register on the website and get your API Key and Secret, you can head to the application section and create an application.

The application will automatically deploy a node for you on our AWS servers based on your requirements and provide you with a hash that you can use in our SDK alongside your Key and Secret Key to connect to our platform.

Once you configured the application and are ready to go to production, we will store your hash on-chain. But only the application owner and people who have been provided with the authority can use the hash.

{% hint style="info" %}
**Attention:** we are currently in the development phase of this tool kit, we will be taking applications with a very selective process for qualified game developers of any size and gradually open up our capabilities to game studios, you can find the application form here to discuss with the team: <https://forms.gle/t4SgZGAoFXYm2npH9>
{% endhint %}


---

# 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://whitepaper.mirrorworld.fun/matrix-core-engine/ai-powered-souls/unstable-brain-algorithm/added-value.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.
