# Using AskGaia

### **Asking Questions**

Once connected to your Phantom Wallet, you can start chatting with AskGaia. Here are some example queries:

* **Price of Solana (SOL)**:
  * *"What is the price of Solana today?"*
  * *"How much is Solana?"*
* **Solana Blockchain Information**:
  * *"What is the latest block on the Solana blockchain?"*
  * *"How many transactions were completed today?"*
* **Solana Transaction Info**:
  * *"What is the transaction history of my wallet?"*
  * *"How much SOL do I have in my wallet?"*
* **General Blockchain Questions**:
  * *"What is Solana?"*
  * *"How can I make a transaction on Solana?"*

### **Interacting with the Phantom Wallet**

With your wallet connected, you can also perform basic blockchain operations. AskGaia can provide the following functionalities:

* **View Balance**: AskGaia will show you the current balance of your connected Phantom Wallet.
  * Example: *"How much SOL do I have?"*
* **Transaction History**: Retrieve recent transactions made from your wallet.
  * Example: *"Show me my recent transactions."*
* **Send SOL**: You can initiate transactions directly through the wallet.
  * Example: *"Send 1 SOL to \[recipient's address]."*

### &#x20;**Troubleshooting**

* **Issue**: If your Phantom wallet is not connecting, please make sure you have installed the latest version of the Phantom Wallet extension.
* **Issue**: If data is not loading correctly, ensure your internet connection is stable.


---

# 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/using-askgaia.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.
