# Get started

- [Tutorials](/get-started/template-walkthroughs.md): Go through the breakdown of our templates, as well as some more complex examples.
- [Yes/No](/get-started/template-walkthroughs/yes-no.md): This checker asks users to click through a series of Yes/No questions. Any answer of 'No' will return an 'Ineligible' result. This example is modelled after the MLAW COVID Relief Eligibility Check.
- [Quiz](/get-started/template-walkthroughs/quiz.md): This checker is a pop quiz. The results show whether each answer was Correct or Incorrect, and calculates a total score.
- [Constants table](/get-started/template-walkthroughs/mapping-table.md): This checker makes use of a constants table, where the import duty of liquors are calculated based on fixed rates. This example is modelled after the tax on intoxicating liquors from customs.gov.sg.
- [Date calculator](/get-started/template-walkthroughs/date-calculator.md): This checker helps users calculate the expected end date of your Stay-Home Notice period.
- [Complex example](/get-started/template-walkthroughs/complex-example.md): This checker aims to calculate the net tax payable by an individual. This example is modelled after the IRAS 2020 Income Tax Calculator for Tax Resident Individuals.
- [Logic Syntax](/get-started/logic-syntax.md): This is a short list of the most commonly used functions.
