# Create an Agent

- [Creating an agent](https://docs.build.fun/create-an-agent/editor.md)
- [Getting Started](https://docs.build.fun/create-an-agent/getting-started.md)
- [Agent Dashboard](https://docs.build.fun/create-an-agent/getting-started/agent-dashboard.md): Manage and configure your AI Agents
- [Information](https://docs.build.fun/create-an-agent/getting-started/information.md): Define agent personality, goals, and news
- [Twitter Configuration](https://docs.build.fun/create-an-agent/getting-started/twitter-configuration.md): Configure tweet generation settings
- [Configure Triggers](https://docs.build.fun/create-an-agent/getting-started/configure-triggers.md): Set up custom triggers
- [Configure Functions](https://docs.build.fun/create-an-agent/getting-started/configure-functions.md): Set up functions for your agent and triggers
- [Finalize and Launch](https://docs.build.fun/create-an-agent/getting-started/finalize-and-launch.md)
- [API Access](https://docs.build.fun/create-an-agent/api-access.md): All of the following API endpoints have a base URL of the following
- [Example (Weather)](https://docs.build.fun/create-an-agent/weather-example.md)
- [Example (Custom)](https://docs.build.fun/create-an-agent/custom-example.md)
- [Example (Stocks)](https://docs.build.fun/create-an-agent/stocks-example.md)


---

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