# Introduction

{% hint style="info" %}
For technical details regarding Amico Framework, please refers to [Amico Documentation](https://aimonetwork.gitbook.io/aimonetwork/technical-deepdive/www.amico.dev).
{% endhint %}

While AiMo is build top top of Amico, AIMOverse team has developed has developed three key modules which are closely integrated with Amico but stands alone to serve specific needs for an decentralized user-owned edge-side agent paradigm:

* **Agent DID:** Agent DID acts as the asset layer for AI agents,
* **A2A Communication:** A2A Communication facilitates decentralized interactions between agents using the Nostr protocol.
* **Agent of Everything (AoE):** The Agent of Everything (AoE) enables hardware devices to function as remote sensors or effectors, allowing the agent to gather data and perform actions without needing to run Amico independently.


---

# 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://aimonetwork.gitbook.io/aimonetwork/technical-deepdive/introduction.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.
