# AI Assistant - Mimo

Mimo helps you navigate, understand, and operate Mimir’s features quickly and easily.

## Where is Mimo

Starting from version 2.30.0, you can see a ✨ button at the bottom right corner of the page. Click it to start a conversation with Mimo.

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

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

You can drag the chatbox or the ✨ to any position on the page.

<figure><img src="/files/6bC7WiJkQ21UtYpnj0UO" alt=""><figcaption></figcaption></figure>

## What can Mimo do?

Mimo is your multisig AI assistant, it can help you with

### 1. Help you complete some interactions

Mimo can help you complete some common functions, including&#x20;

* Create new multisig
* Create new proxy
* Create a pure account
* Build a transfer transaction
* Build a batch transfer transaction

You can complete these functions simply through conversation, without any manual operations.

**Example prompt:**

Hi, i want to create a new multisig with \[address1] and \[address2]. Name is mymultisig. Threshold is 2.

### 2. Navigate to apps

You just need to tell Mimo what you want to do, and Mimo will find the most suitable app and help you direct to it.

For some commonly used features of certain apps, we’ve also added special refinements. For example, you can directly tell Mimo which proposal you want to vote on, and Mimo will navigate straight to that proposal without needing to start from the homepage.

**Example prompt:**

Hi, i want to vote on 1572.

<figure><img src="/files/gVynuixf7Sfc6UJMVnXY" alt="" width="305"><figcaption></figcaption></figure>

### 3. Answer your questions

Multisig and proxy both have some hidden rules, and Mimo can help answer some of your questions. You just need to ask, and Mimo will give you the answer.

**Example prompt:**

What is proxy deposit?

### 4. Quick setting

Mimo can quickly help you configure some Mimir features, including:

* Connecting/disconnecting specific networks
* Modifying address formats
* Hiding accounts
* Setting RPCs, etc.

**Example prompt:**

Disconnect all assethubs

<figure><img src="/files/IMws8RA0TLpMhVBJNzTE" alt="" width="293"><figcaption></figcaption></figure>

## Limitations

* Cannot execute transactions for you (only guide).
* Cannot provide token prices, financial advice, or unrelated chat.
* General chat is not available.
* ✨We still can’t achieve precise handling of networks, and if there are AI experts in the community, we’d love to seek your help.


---

# 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.mimir.global/ai-assistant-mimo.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.
