# Guide To Glow Docs

### Learn About Glow dApps

* [Glow Lottery Docs ](/glow-yield/glow-dapps/glow-lotto.md)
* [Glow Creators Docs](/glow-yield/glow-dapps/glow-creators.md)&#x20;
* [Glow Starters Docs](/glow-yield/glow-dapps/glow-starters.md)
* [And More](/glow-yield/glow-dapps/and-more-to-come.md)

### Learn About Glow Tokenomics, Glow Governance, and the Glow Ecosystem Fund

* [Glow Token (GLOW) ](/glow-yield/ecosystem/glow-token-glow.md)
* [Governance Model](/glow-yield/governance/overview.md)
* [Glow Ecosystem Fund (GEF)](/glow-yield/ecosystem/glow-ecosystem-fund.md)&#x20;

### Learn From Tutorials

Check out the tutorials to learn how to do stuff like [Get a Terra Wallet](/glow-yield/tutorials/getting-a-terra-wallet.md), [Stake Glow](/glow-yield/tutorials/stake-your-usdglow.md), [Deposit in Glow Lotto](/glow-yield/tutorials/lotto-deposits-and-withdrawals.md), and more.

### Learn The Smart Contract Specifications

* [Architecture](/glow-yield/smart-contracts/architecture.md)
* [Contract Interfaces](/glow-yield/smart-contracts/contract-interfaces.md)
* [Deployed Contracts](/glow-yield/smart-contracts/deployed-contracts.md)
* [Randomness](/glow-yield/smart-contracts/randomness.md)

### Read Up On The Security

* [Audits & Security](/glow-yield/security/audits.md)
* [Risks](/glow-yield/security/risks.md)


---

# Agent Instructions: 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:

```
GET https://docs.glowyield.com/glow-yield/guide-to-glow-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
