> For the complete documentation index, see [llms.txt](https://flora-labs.gitbook.io/flora-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flora-labs.gitbook.io/flora-labs/sprout-the-community-sidekick/sprout.md).

# Your First Friend: Sprout

<figure><img src="/files/2GnyZaNsNjaE0TKWZLWn" alt=""><figcaption></figcaption></figure>

The fastest way to explore Flora is hands-on, starting with Sprout, Flora’s first AI-powered bot living inside our [Discord](http://discord.flora.network).&#x20;

### **What you can do with Sprout today**

Every slash command you run is recorded as part of your Devnet journey. As you earn XP and unlock roles, you’ll gain recognition for your early contributions and help shape Flora’s future.&#x20;

| Command                    | What it does                                                                              |
| -------------------------- | ----------------------------------------------------------------------------------------- |
| /help                      | List all commands                                                                         |
| /connect-wallet \<address> | Sends you a secure link to connect your Devnet wallet; registers your address with Sprout |
| /address                   | View your registered wallet address                                                       |
| /flora-balance \[address]  | Check dFLORA balance for your wallet or any address                                       |
| /flora-history             | See your last 10 Devnet transactions                                                      |
| /flora-faucet              | Claim your daily 20 dFLORA from the faucet                                                |
| /stats                     | View key Devnet metrics (block height, supply, txns)                                      |
| /quests                    | List available tasks to earn XP And dFLORA                                                |
| /tweet \<topic>            | Generate an AI-crafted tweet idea                                                         |
| /leaderboard               | Displays top community members based on XP                                                |
| /ask \<question>           | Ask a Flora-specific question powered by AI                                               |
| /connection-status         | Check your wallet connection status                                                       |

### Connect your wallet

* [Keplr Wallet guide → ](/flora-labs/sprout-the-community-sidekick/getting-started/flora-guides/how-to-choose-and-set-up-a-wallet.md)
* [MetaMask guide → ](/flora-labs/sprout-the-community-sidekick/getting-started/flora-guides/how-to-choose-and-set-up-a-wallet.md)

***

### How to check your balance & explore&#x20;

* **Check balance**

  `/flora-balance` or `/flora-balance <address>` to query any Devnet address
* **View transactions**

  `/flora-history`
* **See network stats**

  `/stats`
* **Use the block explorer**&#x20;

  Visit [explorer.flora.network](http://explorer.flora.network)

***

### How to earn XP and unlock roles

Please review our [Sprout Role Progression Guide](/flora-labs/sprout-the-community-sidekick/sprout-role-progression-guide.md).


---

# 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://flora-labs.gitbook.io/flora-labs/sprout-the-community-sidekick/sprout.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.
