# Introduction

<figure><img src="https://2122769228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjltWDJy3jCGyOHgrsYl5%2Fuploads%2FFNBUVntPfiHGtdwIwnL9%2Fbanner.png?alt=media&#x26;token=bc68e3bc-584f-458d-9a03-d4ac1bf2b06f" alt=""><figcaption></figcaption></figure>

**HiveBuzz** is a project designed to bring gamification to the Hive blockchain by:

* tracking users' activity and achievements
* notifying them of their progress
* organizing contests and challenges
* interacting personally with users

Users receive badges that reward them for being active on the Hive blockchain or for participating in contests, challenges, meetups, and other Hive-related initiatives.

**HiveBuzz** monitors your activity on the Hive blockchain and buzz you when you reach some predefined thresholds. Moreover, you can earn and collect awesome badges that you will be able to show to your friends and family.

HiveBuzz is currently composed of 4 main components:

* The [**HiveBuzz Board**](https://docs.hivebuzz.me/board)\
  A dashboard where users can view their badges and track their progress on the blockchain.
* The [**HiveBuzz Ranking**](https://docs.hivebuzz.me/ranking)\
  A tool that allows users to compare their performance to others or quickly get information about other users.
* The [**HiveBuzz Shop**](https://docs.hivebuzz.me/shop)\
  Our web store, where you can order personalized items.
* The [**HiveBuzz API**](https://docs.hivebuzz.me/api)\
  A tool that allows developers to integrate HiveBuzz into their applications.<br>


---

# 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.hivebuzz.me/introduction.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.
