From f323e9f83bf89de840c1a6214017051b826735f6 Mon Sep 17 00:00:00 2001 From: "Gordon Lam (SH)" Date: Mon, 13 Apr 2026 16:05:51 +0800 Subject: [PATCH] Add quick start sample links to Get Started page Helps developers who want to go from zero to inference quickly by pointing them to complete sample projects up front. Fixes ADO #61791044 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/new-windows-ml/get-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/new-windows-ml/get-started.md b/docs/new-windows-ml/get-started.md index d722e251..38f66244 100644 --- a/docs/new-windows-ml/get-started.md +++ b/docs/new-windows-ml/get-started.md @@ -11,6 +11,9 @@ This topic shows you how to install and use Windows ML to discover, download, an If you're not already familiar with the ONNX Runtime, we suggest reading the [ONNX Runtime docs](https://onnxruntime.ai/docs/). In short, Windows ML provides a copy of the ONNX Runtime, plus the ability to dynamically download execution providers (EPs). +> [!TIP] +> **Want to jump straight to code?** Try one of the [Windows ML samples](samples.md) — they include complete end-to-end examples for C#, C++, and Python that go from setup to inference in a single project. The step-by-step guide below walks through each concept individually. + ## Prerequisites * Version of Windows that [Windows App SDK supports](/windows/apps/windows-app-sdk/support)