# Brainstorm & MindMap

> Brainstorm feature will make Five AI Instances discuss a given topic to list key points and send you the result displayed as a MindMap.

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

***

### ACCESS THIS FEATURE

To access the Brainstorm feature click on the "Brainstorming" entry in the left menu  under "AI TOOLS" section.&#x20;

<figure><img src="/files/5s4bYAhTmlqUGuvH4j5L" alt=""><figcaption></figcaption></figure>

***

### CREATE A NEW REQUEST

This will open the associated page with the request form at the top:

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

In the left part, you can select the AI model using the dropdown menu, we currently support:

* Brainstorm

Under each model in the dropdown you can find their respective cost in BAI per request.

{% hint style="info" %}
The prive un BAI token will be adjusted regularly using an oracle to ensure a stable cost per request regardless of the $BAI token price in the market.
{% endhint %}

**Price in $BAI per request:**

| Model      | Price    |
| ---------- | -------- |
| Brainstorm | 0.1 $BAI |

On the right part you will find the input prompt field, just enter your request and click the blue arrow, this will open the signing request window, confirm the transaction and the request will appear pending in the Requests History section.

***

### PENDING AND PAST REQUEST HISTORY

<figure><img src="/files/3q2r8l07xn3FQsU7SMCT" alt=""><figcaption></figcaption></figure>

***

### REQUEST RESULT

Once the request is processed, the entry in the history will be updated:

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

Clicking the title or expand icon will show you the result:

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


---

# 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://docs.blockai.dev/bai/web-apps/ai-features/brainstorm-and-mindmap.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.
