# What is ACP

{% hint style="info" %}
**Beta version:** The platform is in a development stage of the final version, which may be less stable than usual. The efficiency of platform access and usage might be limited. For example, the platform might crash, some features might not work properly, or some data might be lost.
{% endhint %}

AI Cloud Platform (ACP) is a VISAI’s AI platform providing advanced machine learning models that help anyone to build high-quality and high-performance AI-enabled solutions with or without expertise.&#x20;

With our low-code and no-code interfaces, users can interact with our platform in two modes:

1. “Base model”, users can select a model from our existing pre-trained models and use the model via an API server created specifically for the model.&#x20;
2. “Your model”, users can select our state-of-the-art AI model, and then apply their dataset to create a model that fits their deployment environment. The model can be stored for later use or shared with other users via an API. &#x20;

## Introduction

There are three main menus on ACP showing in the product title section including:&#x20;

### 1. Overview

The overview menu is an essential menu that every user should read before going through other menus. The menu shows the description about the product. You can study the model’s detail about input, training approach, and output. Importantly, the best practice advice for preparing data, training model, and using model is all provided here. Please read it with care and attention.

![Overview Page (Example: Sentiment Analysis product)](/files/etYElzrpqgVPpTVca5KR)

### 2. Base Model (Pre-trained model)

We provide high performance pre-trained models created by our AI team or third-party partners. Users can only get API created specifically for each model, and then plug in to users’ application.

![Base model Page (Example: Sentiment Analysis product)](/files/gZdufb9vHvsBP9oTweuX)

* For how to use base model, please read more in the section: [How to use "Base model"](/getting-started/how-to-use-acp.md#how-to-use-base-model)

### 3. Your Model

We provide training pipeline services as your model mode; users can use their data with our state-of-the-art AI model to make their own domain-specific model. This allows the model to learn on real use data which would improve the model’s performance. After creating your own model, the API would be generated for particular user and model only.

![Your model Page (Example: Sentiment Analysis product)](/files/cFySurnXJKtVqg0LGiRK)

* For how to use your model, please read more in the section: [How to use "Your model"](/getting-started/how-to-use-acp.md#how-to-use-your-model)


---

# 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://learning.visai.ai/overview/what-is-acp.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.
