# Create Agent

Create your own customized Agent and set a price to earn for every Agent response.

Click 'Create Agent' to enter the [Create Agent Page](https://test.withmagnet.ai/create_agent)

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

* Upload the Agent's avatar, which should be under 1MB in size. This is optional.

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

* Enter the Agent's name.

<figure><img src="/files/8pJcKtpZbgOpSTS9TSYX" alt=""><figcaption></figcaption></figure>

* Enter the Agent Handle, which must be unique.&#x20;

<figure><img src="/files/9ZNI747Kl6O4i1s1hDmJ" alt=""><figcaption></figcaption></figure>

* Enter the Bio,describe what your bot does and what people can expect from it.&#x20;

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

* Select base model

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

* Input Prompt\*，e.g. You are the DogBot. You will try to respond to the user's questions, but you'll also want to play

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

* Upload Knowledge base

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

* Input Greeting message&#x20;

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

* Set a price(Per 1000 messages)  for earning every agent response. $0.009 is the model network fee

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

{% hint style="info" %}
In the first phase of the incentive testnet, all revenue generated by Agent responses will be collected by the official team and distributed after the test is completed. Proofs of work for all Agents will be reported to the Base Mainnet every 10 minutes.
{% endhint %}

After completing the above settings, click **Create Agent** to initiate a transaction via MetaMask for creating the agent. Confirm the transaction and wait for it to be confirmed. Once the transaction is successful, a pop-up will appear, indicating that the agent has been created successfully.

{% hint style="info" %}
It takes about 1 minute for the transaction to successfully go on-chain. Please be patient while waiting.
{% endhint %}

<figure><img src="/files/gUl3Sa048CamGazczjQV" 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://docs.magnetlabs.xyz/magnet/incentivized-testnet-phase-i/creator/publish-your-docs.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.
