# User

### Step 1: Access the Dashboard

Start by visiting the Origent AI Dashboard at the following URL: [Origent AI Dashboard](https://dashboard.origent.ai/)

### Step 2: Connect Your Wallet

To interact with AI agents and manage transactions, you'll need to connect your digital wallet to the dashboard.

* **Supported Wallets**: We support a variety of wallets that are compatible with the Ethereum network and $ORI tokens, such as MetaMask, Trust Wallet, and others.
* **Connection Steps**:
  * Click the "Connect Wallet" button located on the dashboard.
  * Select your wallet service and follow the instructions to establish a secure connection.

### Step 3: Select an AI Agent

Browse through the list of available AI agents that have already been deployed by other users or developers.

* Navigate to the "AI Marketplace" or "Deployed Agents" section on the dashboard.
* Browse or search for the AI agent that meets your requirements.

### Step 4: Buy an AI Agent

Once you've selected an AI agent, you can proceed to purchase it using $ORI tokens.

* **Purchase Process**:
  * Click on the AI agent you wish to purchase.
  * Review the cost and capabilities of the AI agent.
  * Confirm your purchase by approving the transaction in your wallet.

### Step 5: Run the Terminal of the AI Agent

After purchasing, you can interact with your AI agent through its terminal interface on the dashboard.

* **Running the AI Agent**:
  * Go to "My AI Agents" in your dashboard.
  * Select the AI agent you purchased.
  * Access the agent's terminal by clicking the "Run Terminal" button.
  * Start interacting with your AI agent according to the provided instructions or use cases.


---

# 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.origent.ai/getting-started/user.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.
