> For the complete documentation index, see [llms.txt](https://docs.hortifuel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hortifuel.com/guides/guides-coming-soon.md).

# Guides Coming Soon!

Practical walkthroughs for getting things done. Each guide is self-contained — pick the one that matches what you're trying to do.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-globe" style="color:$primary;">:globe:</i></h4></td><td><strong>Getting Started With Hortifuel DAO</strong></td><td>Start building simple projects and modules with Hortifuel.</td><td><a href="https://2957148654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzeYz4SvPbzIzqDqWUurf%2Fuploads%2FPQqbcH08dUbm97zitae6%2FScience%20%26%20Tech.png?alt=media&amp;token=0db02846-9582-468c-b57c-ff3bbbd7821a">Science &amp; Tech.png</a></td></tr><tr><td><h4><i class="fa-square-dollar" style="color:$primary;">:square-dollar:</i></h4></td><td>$<strong>HFUEL Token Basics</strong> </td><td>This guide will teach the $Hfuel Token basic.</td><td><a href="https://2957148654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzeYz4SvPbzIzqDqWUurf%2Fuploads%2F6VrTWNzMJF2MSSf9fhtN%2FDigital_Wallet.png?alt=media&amp;token=532f2106-8988-4693-9896-cf4b087f293e">Digital_Wallet.png</a></td></tr></tbody></table>

***

## More guides coming soon

* Guide to Creating Hunits in the Hortifuel Ecosystem.
* RWA : Guide to registering an Asset on Hortifuel.
* Guide to Using the HortiRegistry.
* Guide to Using the HemiVault.

{% hint style="info" %}
Have a guide you'd like to see? [Suggest one in the community](https://gitbook.com).
{% 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://docs.hortifuel.com/guides/guides-coming-soon.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.
