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

# The Planets

- [Blue Planet](https://docs.planet.finance/planets/blue-planet.md): "The best DeFi opportunities accessible through vaults and pools"
- [Base](https://docs.planet.finance/planets/blue-planet/base.md): "Decentralize the planet's finances"
- [Vaults](https://docs.planet.finance/planets/blue-planet/vaults.md): "Single-Asset Staking To Earn Interest On Your Crypto"
- [Pools](https://docs.planet.finance/planets/blue-planet/pools.md): "Provide liquidity to power decentralized exchanges, earn trade fees & GAMMA"
- [Swap](https://docs.planet.finance/planets/blue-planet/swap.md): Planet's Automated Market Maker (AMM)
- [Infinity Vaults](https://docs.planet.finance/planets/blue-planet/infinity-vaults.md): Driving voting influence & rewards to long-term stakers
- [Green Planet](https://docs.planet.finance/planets/green-planet.md): "Grow your monetary energy by lending & borrowing""
- [Supply](https://docs.planet.finance/planets/green-planet/supply.md): "Deposit crypto assets to tap into instant interest."
- [Borrow](https://docs.planet.finance/planets/green-planet/borrow.md): "Leverage the tools we have to improve our space"
- [Metrics](https://docs.planet.finance/planets/green-planet/metrics.md): "Dive deeper into the protocol"
- [Markets](https://docs.planet.finance/planets/green-planet/markets.md): "An overview of the supply & borrow markets"
- [FAQ](https://docs.planet.finance/planets/green-planet/faq.md)
- [gTokens](https://docs.planet.finance/planets/green-planet/gtokens.md): "Interest-bearing tokens from Green Planet"
- [Pink Planet](https://docs.planet.finance/planets/pink-planet.md): "A unique marketplace giving artists the space to create, buy & sell digital assets."
- [Interplanetary Roadmap](https://docs.planet.finance/planets/roadmap-1.md): Don't underestimate what can be accomplished in a light-year


---

# 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.planet.finance/planets.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.
