# v3

- [Overview](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/overview.md): Overview of Doppler V3
- [Get Started](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/getting-started.md): Getting Started with Doppler V3 SDK
- [Factory](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/factory.md): Factory Class Reference
- [Token](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/token.md): Token Class Reference
- [Quoter](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/quoter.md): Quoter Class Reference
- [Custom Fees](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/custom-fees.md): Arbitrary migration to Uniswap v4 pools with customizable fees
- [Governance Options](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/governance-options.md)
- [Streamable V3](https://docs.doppler.lol/reference/legacy-sdks-and-migration-guides/v3/streamable-v3.md): Streamable V3 (Lockable V3 Pools) Reference


---

# 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.doppler.lol/reference/legacy-sdks-and-migration-guides/v3.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.
