Getting Started

This guide will walk you through the initial steps to get up and running with BuilderEngine.

1. Sign Up for an Account

If you haven't already, you'll need to create a BuilderEngine account.

2. Log In to Your Account

Once your account is created and verified:

  • Go to the Login Page.
  • Enter your email and password.
  • You will be redirected to your dashboard.

3. Explore the Dashboard

The dashboard is your central hub for managing your bots. Here you can:

  • View a list of your existing bots.
  • Create new bots.
  • Access your profile, analytics, billing information, and settings.

4. Create Your First Bot

To create a new bot:

  • Click on the "Create New Bot" button on your dashboard.
  • You'll be prompted to provide a name and a token for your bot (description is optional).
  • Once created, you'll be taken to the bot editor page.

5. Using the Bot Editor

The bot editor allows you to:

  • Configure your bot's settings (name, description, token).
  • Manage files (HTML, CSS, JavaScript) associated with your bot.
  • Use the AI Bot Builder to get assistance with coding and configuration.
  • Set up a key-value based database for persistent storage.
  • Manage secrets for integrations with external services.
  • View logs to monitor your bot's activity.

Refer to the specific sections in this documentation for more details on each feature.

Happy building!