> For the complete documentation index, see [llms.txt](https://rhun-capital.gitbook.io/rhun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rhun-capital.gitbook.io/rhun/basics/editor.md).

# Create Your Agent

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

### Creating Agent

Creating an AI research agent with Rhun combines customization with powerful market analytics. Start by selecting your agent's communication style – whether you prefer analytical deep-dives, casual conversations, or professional market reports. Build your agent's expertise by uploading your trusted research documents, trading strategies, and analysis frameworks. Give your agent a dedicated Solana wallet to enable real-time market tracking and portfolio analysis.&#x20;

Once configured, your personalized AI assistant will work 24/7, combining your uploaded knowledge with our comprehensive market tools to deliver consistent, style-appropriate insights tailored to your research needs.

### Add a new block

{% stepper %}
{% step %}

### Create your agent

Navigate to the 'Agents' section in your Rhun dashboard to begin the setup process.
{% endstep %}

{% step %}

### Select your agent's communication style

Define your agents communication style by filling out the configuration form
{% endstep %}

{% step %}

### Upload documents, text and website content

Upload your research documents and resources to build your agent's knowledge base. This can include market reports, trading strategies, or analysis frameworks.
{% endstep %}

{% step %}

### Give your agent a Solana wallet

Create a Solana wallet for your agent by clicking 'Generate Wallet'. This allows your agent to track transactions and monitor market activity.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rhun-capital.gitbook.io/rhun/basics/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
