VibelensVibelens

Getting Started

Welcome to Vibelens! Here's a quick guide to setting up your project, preparing your data, and building your engine so you can interact with it via the dashboard or API.

  1. Create a Project

    Everything starts with a project. Use the simple form to create one—just pay attention to the project name and the datasets you add. Datasets are the foundation that powers your engines.

  2. Index Your Dataset

    Once your dataset is ready, index it. Indexing enables your engine to search and retrieve information from your data efficiently.

  3. Prepare Your Bot

    Set up your bot by giving it a name, a system message, instructions, an initial greeting, and suggested questions. This shapes how your bot interacts with users.

  4. Finally, build your engine

    Select which datasets your engine should use, assign the bot you've prepared, and configure privacy settings to protect your data as needed.

Tip:The Status tab in your project details page is your friend! It shows you what steps are missing to finalize your engine build, so you always know what to do next.

You're Ready!

After setup, you can interact with your engine directly in the Vibelens dashboard or programmatically via the API.

To use the API, you'll need:

  • Project ID (find it in your project's settings page)
  • Engine ID (find it in the engine details page)
  • Private API Key (if your engine is protected; generate and view it in the engine details page)

For detailed API usage, see the API Documentation.