# Coral SDK

* **Overview**: The Coral SDK provides a robust framework for developing DApps optimized for Coral OS. It includes tools for smart contract development, AI integration, and seamless interaction with the Coral ecosystem.
* **Features**:
  * **Smart Contract Development**: Support for writing, testing, and deploying smart contracts using popular languages such as Solidity and Rust.
  * **AI Integration**: Tools for integrating AI functionalities, such as machine learning models and real-time data processing, into your DApps.
  * **Multi-Chain Support**: Interact with multiple blockchain networks, ensuring your DApps can operate across various ecosystems.


---

# 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://coralapp-1.gitbook.io/coralapp-gitbook/coral-mobile-stack/coral-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.
