# Account Setup

When you create an account on aigent.run, everything you need to interact with the terminal is set up for you automatically. You don’t need to worry about complex blockchain steps, your account handles it in the background.

You’ll have **three flexible options** for how transactions are managed:

1. **Default account (auto-wallet in the background)**
   * A secure aigent.run platform wallet is created automatically when you sign up.
   * This lets you start using the terminal right away with no setup.
   * Perfect if you’re new to blockchain and just want a seamless experience.
2. **Link an external wallet (Xaman, Joey, etc.)**
   * Advanced users can link an external XRPL wallet.
   * Every transaction is signed through your external wallet app, giving you full control (human-in-the-loop agent flow)
   * Ideal if you prefer to keep assets in your own custody.
3. **Agent-managed wallet (hands-off mode)**
   * You can deposit funds into your agent’s wallet.
   * Your agent will execute transactions completely autonomously, no need for you to approve transaction step.
   * Best for users who want their agent to run strategies, trade, or automate tasks without constant input.

> 💡 **Tip:** You can switch between these options at any time depending on your needs.


---

# 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/account-setup.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.
