# 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.


---

# 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://askgaia.gitbook.io/askgaia-documentation/getting-started/developer-documentation.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.
