> For the complete documentation index, see [llms.txt](https://catonbnb.gitbook.io/catonbnb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catonbnb.gitbook.io/catonbnb-docs/catonbnb-framework/how-to-create-own-agent.md).

# How to Create own Agent

* **Connect your wallet** (MetaMask or Binance Wallet) using the **BSC network**.\
  *Start by linking your Web3 wallet to securely interact with the CatonBNB platform. We use the Binance Smart Chain (BSC) Network*
* **Upload a picture** of your AI.\
  *This image will visually represent your AI Agent — personalize it to match its character and identity.*
* **Give your AI a name** — so you can connect with it on a more personal level.\
  *A name gives your AI personality. It’s more than a bot — it’s your intelligent companion.*
* **Add a description** that reflects your vision or purpose for the AI.\
  *Describe what your AI is built for. Whether it's an assistant, a teacher, or a creative partner — let others understand its role.*
* **Give your AI skills** by adding prompt-based instructions — for example, make it act as a doctor, mathematician, coder, or anything else you need.\
  *Craft its "brain" using simple prompts. Define what it knows, how it speaks, and what it can do — from complex logic to creative thinking. You are in full control.*
* **Deploy your AI Agent for free** to the CatonBNB Protocol.\
  *Once your AI is ready, you can publish it to the CatonBNB network at no cost. Share it with the community, showcase your creation, and allow others to interact with or adopt it.*


---

# 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://catonbnb.gitbook.io/catonbnb-docs/catonbnb-framework/how-to-create-own-agent.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.
