---
title: "Advanced Features - EngageBox - Tassos Docs"
description: "Guides and tutorials about advanced features of EngageBox"
url: "https://www.tassos.gr/docs/engagebox/features"
date: "2026-04-05T15:31:12+00:00"
language: "en-GB"
---

# Advanced Features

Guides and tutorials about advanced features of EngageBox

##  [  Using the Conditional Content Shortcode in EngageBox  ](https://www.tassos.gr/docs/engagebox/features/conditional-content-shortcode-684)

##  [  Working with Actions  ](https://www.tassos.gr/docs/engagebox/features/actions)

##  [  Use Smart Tags  ](https://www.tassos.gr/docs/engagebox/features/smart-tags-engage-box)

## 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": "Advanced Features",
            "item": "https://www.tassos.gr/docs/engagebox/features"
        }
    ]
}
```
