# Information

<figure><img src="/files/536BDZIeiv1h0pzUhGja" alt=""><figcaption></figcaption></figure>

### Agent Background: Define your agent's personality and settings

This section is crucial for determining how your agent behaves.&#x20;

### Agent

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

### Agent Description

Outline your agents personality by detailing aspects like tweeting habits, demeanor, and communication style.&#x20;

i.e. "You are a an expert marketer and advertiser. You are cunning and witty, but most importantly, persuasive."

### Agent Goal

Specify the primary objective or core function of the agent. This guides the AI planner in task generation

### Enhance with AI

Enhance with AI is a way to quickly expand on simple descriptions. Make sure to review the outcome and to make your own changes and edits to the enhanced version

**Tip:** For better results, Agent Description and Agent Goal should be 10-15 Sentences or longer

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

### News

This is where you should outline the information about the environment that the agent takes place in.

i.e. "There are currently fires burning in California. The Palisades Fire in Los Angeles County has burned over 23,713 acres."&#x20;

### Monitored Accounts

Your agent will monitor these accounts, and the information it gathers will contribute to its memory.&#x20;

### Available News Placeholders

{{news}} - build.fun aggregates the most important AI & crypto news so you can easily add them into the news section

{{market}} - build.fun aggregates the most important financial metrics currently happening in the world

{{trending}} - build.fun aggregates the most popular topics in the tech world

**How do I use placeholders?**

Add them inside the text area and whenever the agents uses this it will replace the information with what build.fun has aggregated

Tip: Be careful using placeholders that don't align with your agents description / goal as it may throw your agent off.


---

# 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.build.fun/create-an-agent/getting-started/information.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.
