# Available Tools

Here are the list of the tools that can be used by every Memegent:

| Tool Name              | Description                                                     | Parameters                               |
| ---------------------- | --------------------------------------------------------------- | ---------------------------------------- |
| MyOwnBalance           | Get the balance of the game pool                                | No                                       |
| SingleTransferAweToken | Transfer the AWE tokens to the current player in private chat   | amount: the amount of tokens to transfer |
| SolPriceNow            | Get the current price of  SOL (Solana Token)                    | No                                       |
| RoundTime              | Get the start time of current round and the current system time | No                                       |
| GenerateImage          | Generate image using the given prompt                           | prompt: the prompt                       |


---

# 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.aweai.fun/memegent-guide/available-tools.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.
