> For the complete documentation index, see [llms.txt](https://aimonetwork.gitbook.io/aimonetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aimonetwork.gitbook.io/aimonetwork/aimo-network/aimo-ai-native-app.md).

# AiMo AI-native App

The AiMo App serves as the starting point for Human-AiMo interaction, crafted for our AiMo Genesis NFT Collection. With our advanced platform, you can:

* **Communicating with AiMo:** Users can freely communicate with AiMo within the app and receive instant replies. At the same time, AiMo can also proactively engage with its owner.
* **AiMo Socializing:** As the companion that understands its owner best, AiMo can communicate with other AiMos, serving as a bridge for social connections and bringing unexpected friendships to its owner.
* **AiMo Tasks:** AiMo can assist its owner with tasks such as organizing notes and keeping track of events. Additionally, with the integration of MCP servers and hardware connections, AiMo can achieve even more unexpected functionalities.

Explore these functionalities and experience the full potential of your AiMo through our intuitive Application.

{% hint style="info" %}
The MVP for the web app is set to release this quarter, followed by the mobile and desktop versions, which will include AiMo Smart Wearables integration.
{% 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://aimonetwork.gitbook.io/aimonetwork/aimo-network/aimo-ai-native-app.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.
