# Studio Builders

### Overview

Waterflai's Studio offers three main types of builders:

1. **Light Builder**: Straightforward chatbots for basic conversational interactions.
2. **Dream builder**: Advanced chatbots with complex conversation flows and logic.
3. **Workflow Builder**: Automated processes that can integrate AI with various tasks and systems.

### Creating a New Application

To create a new chatbot or workflow:

1. Click the "Create" button in the top right corner of the Studio page.
2. Choose the type of builder you want use:
   * Light Builder - to make fast POC's, or building basic chatbots.
   * Dream Builder - to build any AI solution you can image (AI agent, features, ...)
   * Workflow Builder - to automate processes (build a vector store)
3. Enter a name and optional description for your application.
4. By default, the usage of the application in production context are logged (including the message) and accessible under the Analytics (Logs) section of Waterflai. Uncheck the `Conversation Analytics` field to not store the inputs and outputs.
5. Click "Create" to generate your new application.

### Managing Your Applications

The Studio page displays a grid of cards, each representing one of your chatbots or workflows. Each card shows:

* The application's name
* A badge indicating the builder type used (Light, Dream, or Workflow)
* A truncated description (if provided)

#### Actions Available:

* **Edit Configuration**: Click on the card to open the configuration page for that application.
* **Integration Guide**: Click the code icon to view integration instructions for using the application via API.
* **Embedding Guide**: For chatbots built with the Light or Dream builder, click the globe icon to see how to embed the chatbot in a website.
* **More Options**: Click the three-dot menu to access additional actions:
  * Edit Information: Modify the name and description.
  * Publish: Make the latest version of your application live.
  * Duplicate: duplicate the app.
  * Delete: Remove the application from your workspace.

You can find more informations on those actions within pages of "Studio" section.

### Filtering and Searching

You can easily find specific applications using the following features:

* **Type Filters**: Use the buttons at the top to show All, Light, Dream, or Workflow applications.
* **Search**: Use the search bar to find applications by name.

### Best Practices

1. **Naming Convention**: Use clear, descriptive names for your chatbots and workflows.
2. **Regular Testing**: Frequently test your applications, especially after making changes.
3. **Version Control**: Consider creating new versions of your applications for significant changes.
4. **Documentation**: Maintain internal documentation about the purpose and functionality of each of your applications.

By leveraging these tools and features in Waterflai's Studio, you can efficiently create, manage, and deploy sophisticated AI-powered chatbots and workflows tailored to your specific needs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.waterflai.ai/studio/studio-builders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
