> For the complete documentation index, see [llms.txt](https://docs.trantor.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trantor.xyz/businesses/b-user-guide/community/most-valuable-builder-mvb.md).

# Most Valuable Builder(MVB)

You can consider <**MVB**> as a special type of campaign with no ending date. Communities can create multiple types of quests to attract and guide their users to navigate through the learning journey based on their knowledge level. We have incorporated several new features including <[**New Quest Types**](/businesses/b-user-guide/community/most-valuable-builder-mvb/add-quests/new-quest-types.md)>,<[**Recurrence Filter**](/businesses/b-user-guide/community/most-valuable-builder-mvb/add-quests/recurrence-and-condition-filters.md)>, <[**Condition Filter**](/businesses/b-user-guide/community/most-valuable-builder-mvb/add-quests/recurrence-and-condition-filters.md)>, <[**XP System**](/businesses/b-user-guide/community/most-valuable-builder-mvb/xp-system.md)> <[**Leaderboard**](/businesses/b-user-guide/community/most-valuable-builder-mvb/leaderboard.md)> and <[**Post Review**](/businesses/b-user-guide/community/most-valuable-builder-mvb/post-review.md)> to assist the communities to do so.&#x20;


---

# 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://docs.trantor.xyz/businesses/b-user-guide/community/most-valuable-builder-mvb.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.
