# Developer

### Step 1: Access the Dashboard

Begin by navigating to the Origent AI Dashboard. Use the following URL to access the platform: [Origent AI Dashboard](https://dashboard.origent.ai/)

### Step 2: Connect Your Developer Wallet

To interact with the Origent AI ecosystem, you'll need to connect your developer wallet. This wallet will be used for transactions such as deploying AI agents and managing tokens.

* **Supported Wallets**: Ensure your wallet is compatible with the $ORI token. We recommend using wallets like MetaMask or Trust Wallet for seamless integration.
* **Connection Steps**:
  * Click on the "Connect Wallet" button on the dashboard.
  * Follow the prompts to authorize the connection to your wallet.

### Step 3: Register Your AI Agent

Once your wallet is connected, you can proceed to register your AI agent.

* **Cost of Deployment**: Registering your AI agent requires a fee of 4000 $ORI tokens. Ensure you have sufficient tokens in your wallet.
* **Registration Process**:
  * Navigate to the "Register AI Agent" section.
  * Fill in the required details about your AI agent, such as name, type, and capabilities.
  * Submit the registration form and approve the transaction from your wallet.

### Step 4: Launch Your AI Agent

After registration, you are ready to launch your AI agent into the Origent AI network.

* **Launching Process**:
  * Go to the "My AI Agents" section to see all registered agents.
  * Select the AI agent you wish to launch.
  * Click the "Launch Agent" button and confirm the action in your wallet.


---

# 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/developer.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.
