# Products

- [Drip](https://docs.dcaf.so/products/drip.md): What the Drip?
- [Programming Model](https://docs.dcaf.so/products/drip/programming-model.md): The section will detail out the different accounts used by the Drip progra.
- [Vault Proto Config](https://docs.dcaf.so/products/drip/programming-model/vault-proto-config.md)
- [Vault](https://docs.dcaf.so/products/drip/programming-model/vault.md)
- [Vault Period](https://docs.dcaf.so/products/drip/programming-model/vault-period.md)
- [Position](https://docs.dcaf.so/products/drip/programming-model/position.md)
- [Web Guide](https://docs.dcaf.so/products/drip/web-guide.md): This guide will go over how to use the Drip Protocol via our Web UI.
- [Deposit](https://docs.dcaf.so/products/drip/web-guide/deposit.md)
- [Withdraw](https://docs.dcaf.so/products/drip/web-guide/withdraw.md)
- [Typescript Guides](https://docs.dcaf.so/products/drip/typescript-guides.md): This section will cover installing the SDK, going through the 3 major actions, and how to interact with them via the SDK.
- [Deposit](https://docs.dcaf.so/products/drip/typescript-guides/deposit.md): This guide will go over deposit and depositWithMetadata.
- [Drip](https://docs.dcaf.so/products/drip/typescript-guides/drip.md)
- [Orca Whirlpools](https://docs.dcaf.so/products/drip/typescript-guides/drip/orca-whirlpools.md)
- [SPL Token Swap](https://docs.dcaf.so/products/drip/typescript-guides/drip/spl-token-swap.md)
- [Withdraw](https://docs.dcaf.so/products/drip/typescript-guides/withdraw.md): This guide will go over withdawB and closePosition.
- [Rust Guides](https://docs.dcaf.so/products/drip/rust-guides.md)
- [Fee Structure](https://docs.dcaf.so/products/drip/fee-structure.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.dcaf.so/products.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.
