> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/docs-and-guides/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/docs-and-guides/beginners-guide-to-hyperagi.md).

# Beginner's Guide to HyperAGI

### Welcome to the comprehensive beginner's guide to HyperAGI！

### Please log in using a computer:<https://www.hyperagi.network/>, access the 'Start to Build'.&#x20;

### If logging in via mobile, please open the  website through the wallet browser.

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

{% content-ref url="/pages/S7OMtqSu6OUeQ32LBzf3" %}
[Smart Contracts](/docs-and-guides/smart-contracts/hyperagi-smart-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/Lu9gd2NT0GLVhBUQ8nkH" %}
[Run a HyperAGI Node](/docs-and-guides/run-a-hyperagi-node/run-a-hyperagi-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/Cq99Pyo9rOImSsw3ZbXO" %}
[ABOUT TOKENS ANDNETWORK](/docs-and-guides/about-tokens-andnetwork/how-to-claim-the-first-usdhypt-for-free.md)
{% endcontent-ref %}

{% content-ref url="/pages/32xtwhweSNl7K4qlX7Rk" %}
[Broken mention](broken://pages/32xtwhweSNl7K4qlX7Rk)
{% endcontent-ref %}

{% content-ref url="/pages/Q9LNxEYc5ctR6MHJvEtd" %}
[FAQ](/docs-and-guides/faq/faq-guide.md)
{% endcontent-ref %}


---

# 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/docs-and-guides/beginners-guide-to-hyperagi.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.
