Skip to main content

Quick Start Guide

Create your first content and see DMS in action.

Overview

In this guide, you'll:

  1. Log in as an admin
  2. Create a personalized link
  3. Add a visibility rule
  4. Test the user experience

Step 1: Log In as Admin

Navigate to your DMS instance and log in with admin credentials:

  1. Go to http://localhost:8888/login.html
  2. Enter the admin email (e.g., [email protected])
  3. Click Login

You'll be redirected to the admin dashboard.

Links are the most common content type in DMS. Let's create a personalized link:

  1. In the admin panel, click Content in the sidebar
  2. Click Create Link
  3. Fill in the details:
    • Title: "Your Personal Portal"
    • URL: https://portal.example.com/user/{{email}}
    • Description: "Access your personalized dashboard"
  4. Click Save
Variable Substitution

The {{email}} in the URL will be replaced with each user's email address automatically.

Step 3: Add a Visibility Rule

Make this link visible only to users with a specific attribute:

  1. Find your new link in the content list
  2. Click Edit Rules
  3. Add a rule:
    • Type: Attribute Match
    • Attribute: registration_status
    • Value: confirmed
  4. Click Save Rules

Now this link will only appear for users whose registration_status attribute equals confirmed.

Step 4: Test as a User

  1. Log out from the admin panel
  2. Log in as a regular user (e.g., [email protected])
  3. Check if the link appears based on the user's attributes

If the user has registration_status = confirmed, they'll see the link. Otherwise, it won't appear.

Step 5: Track Activity

Return to the admin panel to see activity:

  1. Log back in as admin
  2. Go to Activity Log
  3. See link clicks and user logins

What's Next?

Now that you've created your first content, explore more: