> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/moss-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdust-foundation.gitbook.io/moss-ai-docs/archived/mobile.md).

# Mobile

#### 1. Download the AgentMe App

Visit <https://www.agentme.xyz/> to download the AgentMe app&#x20;

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

or search for "AgentMe" on Google Play

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

#### 2:Log in [www.mossai.com](https://mossai.com/),  bind your email. After that, you can use your email to log into the mobile app.

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

**If you haven’t registered for a HyperAGI account, you can log into the app in guest mode for a limited-time trial.**

<figure><img src="/files/DlDWXNAR0E2wfpbNKBxs" alt="" width="375"><figcaption></figcaption></figure>

#### 3.Earn with Human-in-the-Loop Al Training

Log in to the AgentMe App to interact and train with your Agent through text, voice, or by giving commands.

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

#### 4.Use energy rods to replenish your Agent's energy

Agents are powered by energy points. Get energy rods in the mall to replenish your Agent’s energy.

<figure><img src="/files/CLNuMyKvKHIxt88pG5NZ" alt="" width="272"><figcaption></figcaption></figure>

####


---

# 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://hyperdust-foundation.gitbook.io/moss-ai-docs/archived/mobile.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.
