# SDK and Smart Contracts

Inside the Repository you will find latest IDL and up to date SDK that should enable you to build on top of DefiTuna. Documentation for DefiTuna SDK's can be found within the repository. For any questions or assistance please reach out on our Discord by opening a ticket.

[**GitHub Repository**](https://github.com/DefiTuna/tuna-sdk)

[**Solana Program Address**](https://solscan.io/account/tuna4uSQZncNeeiAMKbstuxA9CUkHH6HmC64wgmnogD#anchorProgramIdl)

For any special requests open a ticket on our Discord or via our website.


---

# 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.defituna.com/defituna-for-builders/sdk-and-smart-contracts.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.
