# Welcome to BotSquare!

{% hint style="info" %}
**Join BotSquare** [**Discord Community**](https://discord.gg/kaspP6nKQG) **for direct support from our team!**
{% endhint %}

## Overview

Utilize the potential of AI for any purpose using BotSquare, a no-code solution that enables you to create, evaluate, and launch AI workflows with various AI models and Vector Database. Our platform lets you easily design AI apps by dragging and dropping modules, linking docs, and customizing with Large Language Models(LLMs). Deploying to multiple channels is just one click away.&#x20;

<figure><img src="/files/AjrEuLBqI8PiGgjX4UbF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/q2FUisogM1I3crLOcNcC" alt="" width="563"><figcaption></figcaption></figure>

This documentation will help you master BotSquare and please check the following sections:

* [**Quick Start**](/botsquare/welcome-to-botsquare/quick-start.md): New to BotSquare? Here helps you to quickly build up your first AI app.
* [**Developer Guide**](/botsquare/developer-guide/workspace.md): You can learn more detail of the building components and development workflow.
* [**Template**](/botsquare/template/youtube-video-content-generator.md): You can find collection of tutorials and templates to build up certain AI apps.


---

# 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://botsquare.gitbook.io/botsquare/welcome-to-botsquare.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.
