> For the complete documentation index, see [llms.txt](https://docs.b.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b.fun/readme.md).

# Guide

## 1. Getting Started on B.Fun

* [Learn the basics to get yourself started on B.Fun](/getting-started.md)

## 2. Agent Skill

* [Let AI agents create, trade, and manage tokens on B.Fun — no browser needed](/agent-skill.md)

## 3. Using B.Fun

* [How to create and manage your coins on B.Fun?](https://github.com/freeedevs/basememe-docs/blob/bfun/using-b.fun)

## 4. Account

* [Learn about account on B.Fun](#id-3.-account)

## 5. Fees & Rewards

* [Learn more about how fees and rewards work on B.Fun](/fees-rewards.md)

## 6. For Developers

* [Learn more about the implementation on B.Fun](/for-developers.md)

## 7. Legal

* [Read our terms and conditions](/legal.md)


---

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

```
GET https://docs.b.fun/readme.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.
