> For the complete documentation index, see [llms.txt](https://askgaia.gitbook.io/askgaia-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://askgaia.gitbook.io/askgaia-documentation/getting-started/developer-documentation.md).

# Developer Documentation

### **Integration with ChatGPT OpenAPI**

AskGaia leverages OpenAI's GPT API to provide conversational responses. Developers can integrate similar functionalities into their own applications by utilizing the OpenAI API for chat interactions, while utilizing the Solana blockchain for blockchain interactions.

* **API for Fetching Data**: Use the Solana JSON-RPC API for real-time blockchain data.
* **Wallet Integration**: Connect your app to Phantom or other Solana-compatible wallets via standard wallet connection APIs.

### **Contributing to AskGaia**

If you’re a developer and would like to contribute to AskGaia, you can check out our GitHub repository for more details on the code, issues, and ways to contribute.
