> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-ai-studio/before-you-start/architecture.md).

# Architecture

AI Studio provides an integrated platform that covers the entire lifecycle of AI model development — from data preparation and fine-tuning to testing, deployment, and management. The platform is designed to help developers, researchers, and enterprises efficiently build, optimize, and operate AI models at scale.

### Components

The platform is built around five main components:

| Component             | Description                                                                                                                                           |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Model Hub**         | Central repository for storing, versioning, and deploying models. It ensures consistency and accessibility across teams and environments.             |
| **Model Fine-tuning** | A managed service that enables users to train or adapt existing pretrained models to their specific datasets. Supports scalable distributed training. |
| **Model Testing**     | Provides tools and environments to validate model performance and compare results across model versions before deployment.                            |
| **Data Hub**          | Secure and scalable data management service. Handles dataset upload, organization, and linkage with fine-tuning and testing jobs.                     |
| **User Token**        | Identity and access management system. Used for authentication, permission control, and API integrations.                                             |

### How Components Work Together

1. Users upload and manage datasets in **Data Hub**.
2. They fine-tune models using **Model Fine-tuning**, referencing datasets from Data Hub.
3. Fine-tuned models are stored, versioned, and deployed via **Model Hub**.
4. Performance is validated through **Model Testing**.
5. Access and automation are managed securely with **User Tokens**.

This modular yet interconnected architecture helps you move seamlessly from raw data to production-grade AI models within one unified environment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/fpt-ai-studio/before-you-start/architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
