# For Developers

- [Grant Program](https://docs.ratio.finance/for-developers/grant-program.md): Are you interested in building with or building on top of Ratio? Then the grant program is the thing for you! $RATIO grants can be up to 1m $RATIO. Apply here: https://forms.gle/mx8BZvWA9SdzZCvw6
- [Instaswap-SDK](https://docs.ratio.finance/for-developers/instaswap-sdk.md): This SDK offers easy way to develop wind & unwind Lp tokens with anonymous tokens.
- [Instaswap-core](https://docs.ratio.finance/for-developers/instaswap-sdk/instaswap-core.md): NPM module which allows developers to easily build exchange platform where users can swap assets into LP tokens of several De-Fi AMM and vice versa.
- [Instaswap-hook](https://docs.ratio.finance/for-developers/instaswap-sdk/instaswap-hook.md): This hook library is for developers who wish to integrate the instaswap feature in their frontend application.
- [Vault-SDK](https://docs.ratio.finance/for-developers/vault-sdk.md): SDK for developers who wants to integrate ratio vaults into their app.


---

# 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.ratio.finance/for-developers.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.
