# Stache

## Stache

- [Welcome to Stache](https://docs.stache.io/stache/welcome-to-stache.md): Solana's First Smart Account
- [Learn](https://docs.stache.io/stache/learn.md): Learn more about Solana and Stache here
- [Setup Your Stache](https://docs.stache.io/stache/setup-your-stache.md)
- [BETA (Mainnet)](https://docs.stache.io/stache/beta-mainnet.md): Live features that you can use right now!
- [Video Examples](https://docs.stache.io/stache/beta-mainnet/video-examples.md)
- [Linking a Second Wallet](https://docs.stache.io/stache/beta-mainnet/video-examples/linking-a-second-wallet.md): Example uses Google Chrome and Phantom Wallet
- [Buying an Item or Collectible](https://docs.stache.io/stache/beta-mainnet/video-examples/buying-an-item-or-collectible.md): Example uses Google Chrome and Phantom Wallet
- [Listing an Item or Collectible](https://docs.stache.io/stache/beta-mainnet/video-examples/listing-an-item-or-collectible.md): Example uses Google Chrome and Solflare Wallet
- [Creating a Bundle](https://docs.stache.io/stache/beta-mainnet/video-examples/creating-a-bundle.md)
- [Copy Link, Update, and Delist](https://docs.stache.io/stache/beta-mainnet/video-examples/copy-link-update-and-delist.md): Example uses Google Chrome and Solflare Wallet
- [Experimental Features (Devnet)](https://docs.stache.io/stache/experimental-features-devnet.md): These features are still in development and are available for public exploration.
- [Video Examples](https://docs.stache.io/stache/experimental-features-devnet/video-examples.md)
- [Stashing & Unstashing](https://docs.stache.io/stache/experimental-features-devnet/video-examples/stashing-and-unstashing.md): Easy Deposits and Withdrawals
- [Vault Creation](https://docs.stache.io/stache/experimental-features-devnet/video-examples/vault-creation.md)
- [Automation Setup](https://docs.stache.io/stache/experimental-features-devnet/video-examples/automation-setup.md)
- [Playground](https://docs.stache.io/stache/experimental-features-devnet/video-examples/playground.md): Mint fake NFTs and receive fake tokens for testing
- [FAQ](https://docs.stache.io/stache/faq.md): This FAQ can also be found in the Stache app under Settings > Help & FAQ
- [Let us know what you think!](https://docs.stache.io/stache/let-us-know-what-you-think.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.stache.io/stache/welcome-to-stache.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.
