Quick Start - Must See🔮

Let's begin!

After login, you'll see below:

Main Page

The main functions are:

  • Getting Started

    • Create/View all my projects

  • Library

    • Sample projects from Bayeslab and community

  • Data Table

    • Connect/Import/List all of tabular data across all projects.

  • Integrations

    • Manage integration with external systems.

  • Tutorial

    • Official tutorials of Bayeslab including editing/visualization/statistics/machine learning.

  • Account

  • Switch Language

    • Change UI and AI language.

When switching language, not only UI will change, but also AI will reply in the language you choose.

For example, you can switch the language to Japanese and still use English to prompt, AI will try the best to reply in Japanese.

First Try

Every fun starts with creating a project by clicking "New Project", and input the project name.

A project is consist of pages and a page is consist of blocks.

Blocks are the base building elements of an analysis flow, representing a single step or document paragraph. See here for more explanation.

Relationship of Project/Page/Block

Then you'll start with a single page in editor, as below:

Editor UI
  • for more details, please see Editor.

Import Data

Then you can import data using data table from excel:

Upload your own csv/excel and click next

You can see AI automatically analyze and assign correct type/description for your data, along with recommendations on data quality.

By clicking Confirm you can see the table is correctly imported and referenced in current block

Data Preview

You can now click this table (in block or on the left list of tables) to preview it's data

Write Prompt

Then you can continue write a prompt like "Average Revenue for lifecycle, bar chart"

Run

Then click run or use Ctrl+Enter (Command +Enter), AI will parse the requirement and try execute.

AI Block with Result

The result consists of several parts:

  • Output

    • Detail logs of AI executing. Please see AI Block for more details.

  • Chart

    • Interactive chart if user want to visualize in chart format. You can edit the chart display right here.

    • Please see Chart for more details.

  • Result

    • A list of AI identified result that can be viewed or referenced for further processing in later blocks.

Copilot

Clicking Chat or Explain on chart would take you to Chart Copilot, where you can ask any follow up questions about the chart or get recommendation on next steps.

Please see Copilot for more details.

Next Step

Congratulations! You've done first analysis. Get in more details of editing by viewing Analysis Flow.

Or understand data in Bayeslab more by seeing details in Data Table.

Last updated