# Create Agent

### **How to Create NetX Agent**

NetX Agent is now live! From this moment on, you can create your own AI Agent, deeply connected to you and capable of growing in the digital world. Follow these steps to create your Agent for free:

#### Step 1: Access the NetX Agent Page and Connect Your Wallet

Open[ https://www.netx.world/agent](https://www.netx.world/agent) and click ‘**Connect Wallet**’ to link your wallet.

<figure><img src="/files/Q0rXIz8qVWvWYWx9QHpu" alt=""><figcaption></figcaption></figure>

We currently support MetaMask, WalletConnect, and OKX Wallet, as well as networks like TSC, BSC, ETH, and Polygon. TSC will be selected by default, but you can choose any network to connect your wallet. More wallets and networks will be supported in the future.

<figure><img src="/files/7jPAJvhGeT6L9MCNFz5l" alt=""><figcaption></figcaption></figure>

#### Step 2: Create Your Agent and Give It a Name

Click ‘**Create Agent**’ and follow the prompts to give your Agent a unique name. Every Agent’s name must be one of a kind. If you see a duplicate name message, try a different one. For now, Agents will have default avatars, but you’ll soon be able to customize and upload your own.

<figure><img src="/files/qWeTZWEFVnpUbFTSJorg" alt=""><figcaption></figcaption></figure>

#### Step 3: Successfully Create Your Agent

Congrats! You’ve successfully created your own NetX AI Agent. Now you can start chatting, training, and working together with your Agent to complete tasks and earn rewards!

<figure><img src="/files/oZjev1oBrPAou56PWyHR" alt=""><figcaption></figcaption></figure>


---

# 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://netx.gitbook.io/netx-docs/agent/create-agent.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.
