# Overview

## The Donke Smart Contracts

Welcome to the Donke protocol V2 docs.

The pages here contain conceptual and technical documentation of the Donke V2 protocol.

If you are new to Donke, you might want to check out the Protocol overview first.

You can also take a look at the V2 Protocol Whitepaper.

## Developer links

The V2 Donke protocol is separated across one repositories

* [`DonkeSwap-contract`](https://github.com/donkelabs/donkeswap_contract)


---

# 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.donkeswap.com/overview.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.
