# Developers

- [Ionic SDK](https://docs.ionic.money/developers/ionic-sdk.md): The Ionic SDK is a chain-agnostic toolkit to interact with the Ionic Protocol, enabling developers to seamlessly integrate isolated pools into their own applications
- [Chain Configuration and Addresses](https://docs.ionic.money/developers/ionic-sdk/chain-configuration-and-addresses.md): Access all the addresses, contract interfaces, and chain configurations
- [Data Fetching & Pool Introspection](https://docs.ionic.money/developers/ionic-sdk/data-fetching-and-pool-introspection.md): Whether it be to create a custom dashboard, or just finding out what current positions look like, fetching pool information might be the first and foremost task that most developers will want to use
- [Funding Operations](https://docs.ionic.money/developers/ionic-sdk/funding-operations.md): These are the core actions that enable users to actually use their funds within the protocol.
- [Advanced Use-Cases](https://docs.ionic.money/developers/ionic-sdk/advanced-use-cases.md): Managing, deploying, and customising a specific pool are advanced use-cases that offer the full capability of creating money markets with parameters of their choice, at their own will
- [Liquidations](https://docs.ionic.money/developers/ionic-sdk/liquidations.md): Liquidating positions is a core aspect of any borrowing and lending protocol. We offer functionality to fetch potential liquidations, as we as to actually run the liquidations.
- [Putting It All Together](https://docs.ionic.money/developers/ionic-sdk/putting-it-all-together.md): In this guide, we'll showcase how to get the most of the SDK in a real-life project
- [API Reference, Typing & Interfaces](https://docs.ionic.money/developers/ionic-sdk/api-reference-typing-and-interfaces.md)
- [Deployed Contract Addresses](https://docs.ionic.money/developers/deployed-contract-addresses.md)


---

# 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.ionic.money/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.
