# Learning Resources

Use official sources first, then supplement with strong ecosystem learning platforms.

## Official Learning

* [Solana Docs](https://solana.com/docs) for the canonical concepts and current SDK guidance
* [Solana Learn](https://solana.com/learn) for the broader ecosystem and core concepts
* [Solana Development Courses](https://solana.com/developers/courses) for structured learning paths
* [Developer Guides](https://solana.com/developers/guides) for practical implementation walkthroughs
* [Solana Cookbook](https://solana.com/developers/cookbook) for task-oriented recipes

## Best Courses For Builders

* [Onchain program development](https://solana.com/developers/courses/onchain-development)
* [Intro to Anchor development](https://solana.com/developers/courses/onchain-development/intro-to-anchor)
* [Native onchain program development](https://solana.com/developers/courses/native-onchain-development)
* [Program Security](https://solana.com/developers/courses/program-security)
* [Solana Mobile Development](https://solana.com/developers/courses/mobile)
* [Bootcamp 2026](https://solana.com/developers/bootcamp)

## Ecosystem Learning

* [Blueshift](https://blueshift.gg/) for free, structured Solana learning from ecosystem instructors
* [solana.new](https://www.solana.new/) for AI-assisted project scaffolding and build flow

## Videos

* [Solana Foundation YouTube](https://www.youtube.com/channel/UCV74Li3dBDI5fwrnoz7ZcCA)
* [Superteam Germany YouTube](https://www.youtube.com/@SuperteamDE)

## Suggested Order

1. Docs + Learn
2. Templates + Quick Start
3. Anchor or native program path
4. Program security
5. Hackathon-specific workflow from 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/learning-resources.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.
