> ## Documentation Index
> Fetch the complete documentation index at: https://prod-mint.classiq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Onboarding Tutorial

Welcome to the Onboarding Tutorial!

This is the place to gain hands-on experience in high-level quantum programming.

The tutorial consists of the following sections:

1. [Overview Tutorial](/getting-started/classiq_tutorial/classiq_overview_tutorial) - a full workflow with classiq, from designing a simple quantum model to execution and post processing the results.
2. Qmod Tutorial - introducing the Qmod language and its accompanying library. These are the building blocks of every quantum model.
   1. [Part 1](/getting-started/classiq_tutorial/Qmod_tutorial_part1) covers basic concepts and functions, which are relevant in most use-cases.
   2. [Part 2](/getting-started/classiq_tutorial/Qmod_tutorial_part2) goes into more advanced topics. Grasping these tools and ideas opens the door to a whole world of quantum algorithms and applications.
3. [Synthesis tutorial](/getting-started/classiq_tutorial/synthesis_tutorial) - introducing the synthesis engine and explaining how to use it for optimization of the resulting quantum program.
4. Execution tutorial - How to execute quantum programs, and how to post-process their outputs.
   1. [Part 1](/getting-started/classiq_tutorial/execution_tutorial) introduces how to execute a quantum program and process the sampling outputs.
   2. [Part 2](/getting-started/classiq_tutorial/execution_tutorial_part2) covers measurement of observables, execution of parameterized quantum circuits, and a workflow for variational quantum algorithms.
