# Castle Finance

## Castle Finance

- [Welcome to Castle 🏰](https://docs.castle.finance/welcome-to-castle.md)
- [Castle App](https://docs.castle.finance/getting-started/castle-app.md): Get started with Castle using the web app.
- [Realms Integration for DAOs](https://docs.castle.finance/getting-started/realms-integration-for-daos.md): Video guide on how DAOs can use Castle's integration with Realms to access our products.
- [Wallet View](https://docs.castle.finance/getting-started/wallet-view.md)
- [Vault: Token Savings Account](https://docs.castle.finance/products/vault-token-savings-account.md): Vault provides the safest yield for risk-conscious DAOs and their communities.
- [SDK](https://docs.castle.finance/technical-guides/sdk.md): Integrate the Castle ecosystem of products into your app to supercharge your UX
- [Program](https://docs.castle.finance/technical-guides/program.md)
- [URLs and Addresses](https://docs.castle.finance/technical-guides/urls-and-addresses.md)
- [Security Policy](https://docs.castle.finance/security-policy.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.castle.finance/welcome-to-castle.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.
