# Onboard

## Onboard

- [Welcome Onboard!](https://docs.onboard.dev/onboard/welcome-onboard.md): Welcome! We're so glad you're here.
- [About Us](https://docs.onboard.dev/onboard/overview/about-us.md): A quick introduction to Onboard.
- [Account Creation](https://docs.onboard.dev/onboard/overview/account-creation.md)
- [Product Updates](https://docs.onboard.dev/onboard/overview/product-updates.md): Regular product updates, including new features, improvements, bug fixes and everything!
- [Getting Onboard](https://docs.onboard.dev/onboard/for-community-admins/getting-onboard.md): Here is an onboarding kit to guide you through building and launching your community!
- [Creating Your Community](https://docs.onboard.dev/onboard/for-community-admins/creating-your-community.md): Onboard serves as a powerful complement to popular communication platforms like Discord or Twitter, bringing more volume and activity to your community.
- [Creating a Quest](https://docs.onboard.dev/onboard/for-community-admins/creating-a-quest.md)
- [Quest Types](https://docs.onboard.dev/onboard/for-community-admins/quest-types.md)
- [Community Admin Role](https://docs.onboard.dev/onboard/for-community-admins/community-admin-role.md)
- [Rewarding Your Community](https://docs.onboard.dev/onboard/for-community-admins/rewarding-your-community.md)
- [Level Scheme](https://docs.onboard.dev/onboard/for-community-admins/level-scheme.md)
- [Early Communities Program](https://docs.onboard.dev/onboard/for-community-admins/early-communities-program.md): For our early communities, thanks for being part of Onboard 👾
- [2023 Holidays Challenge](https://docs.onboard.dev/onboard/for-community-admins/2023-holidays-challenge.md)
- [Join a Community](https://docs.onboard.dev/onboard/for-developers/join-a-community.md)
- [Participate in Quests](https://docs.onboard.dev/onboard/for-developers/participate-in-quests.md)
- [Onboard for In-Person Hackathons](https://docs.onboard.dev/onboard/guides-and-use-cases/onboard-for-in-person-hackathons.md): Hackathons are a great way to bring together people from different backgrounds to work on innovative projects.
- [Onboard for Virtual Hackathons](https://docs.onboard.dev/onboard/guides-and-use-cases/onboard-for-virtual-hackathons.md): Onboard is a powerful tool that can be used to solve the engagement problem in virtual hackathons through quests.
- [FAQs](https://docs.onboard.dev/onboard/support/faqs.md)
- [Marketing Kit](https://docs.onboard.dev/onboard/support/marketing-kit.md)
- [Terms of Service](https://docs.onboard.dev/onboard/support/terms-of-service.md)
- [Privacy Policy](https://docs.onboard.dev/onboard/support/privacy-policy.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.onboard.dev/onboard/welcome-onboard.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.
