---
title: "Getting Started - Smile Pack - Tassos Docs"
description: "Welcome to Smile Pack! Nice to see you here. Let’s get started!"
url: "https://www.tassos.gr/docs/smile-pack/start"
date: "2026-05-26T01:27:53+00:00"
language: "en-GB"
---

# Getting Started

Welcome to Smile Pack! Nice to see you here. Let’s get started!

##  [  Getting Started with Smile Pack  ](https://www.tassos.gr/docs/smile-pack/start/smile-pack)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Documentation",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Smile Pack",
            "item": "https://www.tassos.gr/docs/smile-pack"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Getting Started",
            "item": "https://www.tassos.gr/docs/smile-pack/start"
        }
    ]
}
```
