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

# User Guide

- [Empe DID Wallet](https://docs.empe.io/user-guide/00_introduction.md)
- [Download and first launch](https://docs.empe.io/user-guide/00_introduction/01_download_and_first_launch.md)
- [Create or import did](https://docs.empe.io/user-guide/00_introduction/02_create_or_import_did.md)
- [Main screen overview](https://docs.empe.io/user-guide/00_introduction/03_main_screen_overview.md)
- [How to claim credential from issuer](https://docs.empe.io/user-guide/00_introduction/04_how_to_claim_credential_from_issuer.md)
- [How to use credential with verifier](https://docs.empe.io/user-guide/00_introduction/05_how_to_use_credential_with_verifier.md)
- [Settings and other options](https://docs.empe.io/user-guide/00_introduction/06_settings_and_other_options.md)
- [Keplr Wallet and Blockchain Operations](https://docs.empe.io/user-guide/keplr-wallet-and-blockchain-operations.md)
- [How to Connect Keplr Wallet](https://docs.empe.io/user-guide/keplr-wallet-and-blockchain-operations/keplr.md)
- [Ping Pub operation](https://docs.empe.io/user-guide/introduction.md)
- [Staking Tokens Guide](https://docs.empe.io/user-guide/staking.md)
- [Voting on Governance Proposals Guide](https://docs.empe.io/user-guide/vote.md)
- [Sending Tokens Guide](https://docs.empe.io/user-guide/send.md)
- [Airdrop](https://docs.empe.io/user-guide/airdrop.md)
- [On-Chain Testnet Airdrop](https://docs.empe.io/user-guide/airdrop/on-chain-testnet-airdrop.md): Empeiria's On-chain Testnet Airdrop is designed to reward real, verifiable engagement within the EMPE Layer-1 Blockchain Testnet
- [Faucet Guide: How to Claim Testnet Tokens?](https://docs.empe.io/user-guide/airdrop/faucet-guide-how-to-claim-testnet-tokens.md): \*Afrer completing the guide, Empe Testnet tokens will be automatically distributed to your Keplr / Leap wallet.


---

# 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.empe.io/user-guide.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.
