---
title: "Getting Started - EngageBox - Tassos Docs"
description: "Welcome to EngageBox! Nice to see you here. Let’s get started!"
url: "https://www.tassos.gr/docs/engagebox/start"
date: "2026-05-11T04:52:20+00:00"
language: "en-GB"
---

# Getting Started

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

##  [  Frequently Asked Questions  ](https://www.tassos.gr/docs/engagebox/start/frequently-asked-questions-engagebox)

##  [  Export and import popups between websites  ](https://www.tassos.gr/docs/engagebox/start/export-and-import-boxes-between-websites)

## 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": "EngageBox",
            "item": "https://www.tassos.gr/docs/engagebox"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Getting Started",
            "item": "https://www.tassos.gr/docs/engagebox/start"
        }
    ]
}
```
