---
title: "Destination reached! | Grafana Labs"
description: "Congratulations on completing the Foundation SDK learning path."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Destination reached!

Congratulations on completing this journey! Job well done!

We hope you’ve enjoyed traveling with us as you:

- Understood why defining dashboards as code eliminates drift and enables code review
- Set up a project with the Grafana Foundation SDK
- Created a dashboard definition using the builder pattern
- Added stat and time series panels with data queries
- Exported your dashboard as deployment-ready JSON
- Verified the output is valid and contains the expected structure

* * *

### More to explore (optional)

The world is your oyster! Read more about how you can:

- [Explore the full Foundation SDK API reference](https://grafana.github.io/grafana-foundation-sdk/) for variables, thresholds, field overrides, and more
- [Learn about Foundation SDK key concepts](/docs/grafana/latest/as-code/observability-as-code/foundation-sdk/foundation-sdk-key-concepts/) for a deeper understanding of builders, types, and options
- [View the intro-to-foundation-sdk example repository](https://github.com/grafana/intro-to-foundation-sdk) for production-ready patterns
