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

# Badges

The second part of your board is all about your achievements on Hive, divided into activity & personal achievements and attended meetups.

In all of them, you can see the badges you earned, the ones still locked, and the ones you missed cannot be unlocked anymore.

Badges can have a different status as explained below:

|                                                                       |                                                                                                                                                       |
| --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://images.hive.blog/125x125/https://i.imgur.com/3H6LdR8.png) | When the badge has a red lock on it, it means you still don’t own the badge and have to perform some actions or match some criteria to make it yours. |
| ![](https://images.hive.blog/125x125/https://i.imgur.com/JUFePyx.png) | If your badge is colored, then you're all good. Congratulations, this badge is yours!                                                                 |
| ![](https://images.hive.blog/125x125/https://i.imgur.com/aelPsUr.png) | When the badge has a white lock on it, it means that you definitely missed it and can no more unlock it. We are so sorry for you!                     |

If you want more information about a badge, you can click on it. This will display a pop-up window with a complete description of the badge and the number of users who have successfully obtained it.

![](https://images.hive.blog/0x0/https://i.imgur.com/DzXS4nX.png)

Do you want to know who else got this badge? Click the "show users" link to open a list of all owners. You can even click on any user's name to jump to their board.

![](https://images.hive.blog/0x0/https://i.imgur.com/J00ie28.png)


---

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