# Disclaimers & Technical

- [Audits](https://docs.clipper.exchange/disclaimers-and-technical/audits.md)
- [Smart Contracts](https://docs.clipper.exchange/disclaimers-and-technical/smart-contracts.md)
- [Subgraph](https://docs.clipper.exchange/disclaimers-and-technical/smart-contracts/subgraph.md)
- [Entities](https://docs.clipper.exchange/disclaimers-and-technical/smart-contracts/subgraph/entities.md)
- [Queries](https://docs.clipper.exchange/disclaimers-and-technical/smart-contracts/subgraph/queries.md)
- [Integrating with Clipper RFQ](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq.md)
- [Introduction](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/introduction.md)
- [Guides](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides.md)
- [How to use clipper RFQ API?](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/how-to-use-clipper-rfq-api.md)
- [Estimate Clipper Prices](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/estimate-clipper-prices.md)
- [Interacting with the Clipper Exchange contracts](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/interacting-with-the-clipper-exchange-contracts.md)
- [Integration Examples](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/integration-examples.md)
- [Swap Native token → Shorttail](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/integration-examples/swap-native-token-shorttail.md)
- [Swap Shorttail → Native token](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/integration-examples/swap-shorttail-native-token.md)
- [Swap Shorttail → Shorttail](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/integration-examples/swap-shorttail-shorttail.md)
- [Complete Swap Flow](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/integration-examples/complete-swap-flow.md)
- [Blade Pool LP withdraw process](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/guides/blade-pool-lp-withdraw-process.md)
- [API Reference](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference.md)
- [API v2](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v2.md)
- [Overview](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v2/overview.md)
- [Pool v2](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v2/pool-v2.md)
- [Quote v2](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v2/quote-v2.md)
- [Deposit v2](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v2/deposit-v2.md)
- [API v1](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v1.md)
- [Overview](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v1/overview.md)
- [Pool](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v1/pool.md)
- [Quote](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v1/quote.md)
- [Sign](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/api-reference/api-v1/sign.md)
- [Troubleshooting & FAQs](https://docs.clipper.exchange/disclaimers-and-technical/integrating-with-clipper-rfq/troubleshooting-and-faqs.md)
- [Terms of Service](https://docs.clipper.exchange/disclaimers-and-technical/terms-of-service.md): Adopted: June 15, 2020
- [Privacy Policy](https://docs.clipper.exchange/disclaimers-and-technical/privacy-policy.md): Last updated July 23, 2021


---

# 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.clipper.exchange/disclaimers-and-technical.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.
