# Build on Solana

This section is the practical builder path.

Use it if you want to move quickly from interest to implementation without spending days assembling the right docs, templates, and tooling stack.

## Start Here

* [Getting Started](/superteam-germany-guilds/build-on-solana/getting-started.md) if you need the fastest route into a first build
* [Learning Resources](/superteam-germany-guilds/build-on-solana/learning-resources.md) if you want a deeper curriculum
* [Boilerplates & Starter Kits](/superteam-germany-guilds/build-on-solana/boilerplates-and-starter-kits.md) if you want to ship from a strong base
* [Tooling](/superteam-germany-guilds/build-on-solana/tooling.md) if you need docs, examples, RPC, explorer, or support tools
* [AI & MCP Tools](/superteam-germany-guilds/build-on-solana/ai-and-mcp-tools.md) if you build with agent tooling
* [Security & Best Practices](/superteam-germany-guilds/build-on-solana/security-and-best-practices.md) before you ship anything serious

## Useful First Links

* [Solana Docs](https://solana.com/docs)
* [Solana Developer Templates](https://solana.com/developers/templates)
* [Solana Learn](https://solana.com/learn)
* [Solana Development Courses](https://solana.com/developers/courses)
* [Blueshift](https://blueshift.gg/)
* [solana.new](https://www.solana.new/)

If you are actively building for a competition, pair this section with the [Hackathon Hub](/superteam-germany-guilds/hackathon-hub/hackathon-hub.md).


---

# 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.superteamde.fun/superteam-germany-guilds/build-on-solana/build-on-solana.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.
