# First Commands in the Terminal

After account creation, you can immediately chat with your agent.

Examples:

* “Check my *x* wallet balance.”
* “Analyze liquidity for *x* token.”
* “Buy *x* token using $50 of XRP from my *x* wallet”
* “What were the biggest transactions using *x* token today?”

Your agent selects the right tools, executes the request, and shows you the result.

***

### **Quickstart Example**

1. You type:\
   \&#xNAN;**"Either, buy aixrp using $50 of XRP and 50 RLUSD if the price has gone down by 20% or less in the last 7 days, or buy aixrp using $100 worth of XRP and 100 RLUSD if the price has gone down by 20% or more in the last 7 days, using my Joey** **wallet"**
2. The agent confirms details, shows a preview, and asks for approval.
3. You reply: **“Yes, buy it.”**
4. The agent prepares the transaction, pushes the transaction to my Joey wallet, awaits transaction success and the provides confirmation message + details when finalized.

> In a single chat, you’ve purchased tokens using a DCA strategy that would normally take dozens of clicks in a traditional DEX.


---

# 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.aigent.run/getting-started/first-commands-in-the-terminal.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.
