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

# 🐻Welcome

<figure><img src="/files/IlG8rv0R6qmSJurn6djm" alt=""><figcaption></figcaption></figure>

Blizzy Bears is more than just an NFT collection — it’s the beginning of a creative, community-driven ecosystem built around art, identity, and long-term vision.

Each bear is uniquely crafted with carefully designed traits, giving every piece its own personality and identity. But the real value of Blizzy Bears goes beyond the artwork. It’s about bringing together a strong community of holders who share the same passion, vision, and excitement for what’s ahead.

✨ **This is more than a mint.**\
It’s the first step toward building something bigger.

As the ecosystem grows, so does the role of its community. Every holder becomes a part of the journey, helping shape the future of Blizzy Bears and contributing to a space where creativity, connection, and innovation come together.

🐻 **Welcome to the Bear Family.**\
The journey is just beginning — and we’re glad to have you with us.


---

# 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://gb.blizzybears.site/welcome.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.
