# Superteam Germany Docs

## Docs

- [Start Here](https://superteamde.gitbook.io/superteamde/readme.md): Community, programs, builder resources, and hackathon support for Superteam Germany.
- [About Superteam Germany](https://superteamde.gitbook.io/superteamde/about-superteam-germany/about.md): What Superteam Germany is, who it is for, and how this docs site is organized.
- [Get Involved](https://superteamde.gitbook.io/superteamde/about-superteam-germany/get-involved.md): The fastest ways to plug into the Superteam Germany community and start building.
- [Programs & Events](https://superteamde.gitbook.io/superteamde/programs-and-events/programs-and-events.md): Superteam Germany programs, recurring formats, and where to find upcoming dates.
- [Build Station](https://superteamde.gitbook.io/superteamde/programs-and-events/build-station.md): Build Station is Superteam Germany’s hands-on support layer for builders shipping during hackathon season.
- [Summit](https://superteamde.gitbook.io/superteamde/programs-and-events/summit.md): Superteam Germany’s flagship annual gathering for builders, founders, investors, creators, and operators.
- [Dev Guild](https://superteamde.gitbook.io/superteamde/programs-and-events/dev-guild.md): Builder-focused sessions, technical exchange, and developer support inside Superteam Germany.
- [Creator Guild](https://superteamde.gitbook.io/superteamde/programs-and-events/creator-guild.md): Solana-native creative programming, creator resources, and culture around building onchain.
- [Build on Solana](https://superteamde.gitbook.io/superteamde/build-on-solana/build-on-solana.md): A curated builder path for getting productive on Solana quickly.
- [Getting Started](https://superteamde.gitbook.io/superteamde/build-on-solana/getting-started.md): The fastest path from zero to a first working Solana build.
- [Learning Resources](https://superteamde.gitbook.io/superteamde/build-on-solana/learning-resources.md): High-signal learning resources for Solana builders, from official docs to ecosystem training.
- [Boilerplates & Starter Kits](https://superteamde.gitbook.io/superteamde/build-on-solana/boilerplates-and-starter-kits.md): Official templates, starter kits, and reference repos for shipping faster on Solana.
- [Tooling](https://superteamde.gitbook.io/superteamde/build-on-solana/tooling.md): Core docs, support tools, examples, and builder utilities for day-to-day Solana development.
- [AI & MCP Tools](https://superteamde.gitbook.io/superteamde/build-on-solana/ai-and-mcp-tools.md): AI-native tools, MCPs, and agent-oriented workflows for Solana builders.
- [Security & Best Practices](https://superteamde.gitbook.io/superteamde/build-on-solana/security-and-best-practices.md): Security and reliability references every Solana builder should review before shipping.
- [Hackathon Hub](https://superteamde.gitbook.io/superteamde/hackathon-hub/hackathon-hub.md): The practical operating guide for builders preparing for Solana hackathons with Superteam Germany.
- [Frontier 2026](https://superteamde.gitbook.io/superteamde/hackathon-hub/frontier-2026.md): Official links and practical support for teams building around the current Colosseum Frontier cycle.
- [Idea Validation](https://superteamde.gitbook.io/superteamde/hackathon-hub/idea-validation.md): A compact framework for deciding whether a hackathon idea is sharp enough to build.
- [Team Formation](https://superteamde.gitbook.io/superteamde/hackathon-hub/team-formation.md): Where to find teammates, validate fit, and build with stronger momentum.
- [Submission & Pitching](https://superteamde.gitbook.io/superteamde/hackathon-hub/submission-and-pitching.md): Practical guidance for turning a working build into a strong hackathon submission.
- [Hackathon Resources](https://superteamde.gitbook.io/superteamde/hackathon-hub/resources.md): A curated list of docs, infra, references, and support links for hackathon builders.
- [Archive](https://superteamde.gitbook.io/superteamde/archive/archive.md): Legacy guild material, previous hackathon pages, and older resource collections preserved for reference.


---

# 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://superteamde.gitbook.io/superteamde/readme.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.
