---
title: "Getting Started - Tassos Code Snippets - Tassos Docs"
description: "Learn the basics of installing, setting up, and creating your first code snippet."
url: "https://www.tassos.gr/docs/code-snippets/getting-started"
date: "2026-04-28T16:08:08+00:00"
language: "en-GB"
---

# Getting Started

Learn the basics of installing, setting up, and creating your first code snippet.

##  [  What is Tassos Code Snippets  ](https://www.tassos.gr/docs/code-snippets/getting-started/what-is)

##  [  How To Create Your First Snippet  ](https://www.tassos.gr/docs/code-snippets/getting-started/create-first-snippet)

##  [  How to Install Tassos Code Snippets  ](https://www.tassos.gr/docs/code-snippets/getting-started/how-to-install)

## 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": "Tassos Code Snippets",
            "item": "https://www.tassos.gr/docs/code-snippets"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Getting Started",
            "item": "https://www.tassos.gr/docs/code-snippets/getting-started"
        }
    ]
}
```
