# SDK

- [Quick Start](https://clanker.gitbook.io/documentation/sdk/quick-start.md): Clanker SDK Developer Guide
- [v4.0.0](https://clanker.gitbook.io/documentation/sdk/v4.0.0.md): Clanker v4.0.0 SDK User Guide
- [v3.1.0](https://clanker.gitbook.io/documentation/sdk/v3.1.0.md): Clanker v3.1.0 SDK User Guide
- [Clanker CLI](https://clanker.gitbook.io/documentation/sdk/clanker-cli.md): The Clanker SDK ships a command-line interface for deploying and managing ERC-20 tokens with Uniswap V4 liquidity directly from your terminal.


---

# 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://clanker.gitbook.io/documentation/sdk.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.
