# Welcome

MOI is an AI data platform. It turns your tables and documents into AI-ready data — the raw material for knowledge bases, agents, and the applications you build on them.

## How MOI is organized

MOI brings together AI Studio, MatrixOne, and Genesis. They provide the workspace for data and agents, structured data storage, and model services.

```{image} ../assets/images/get-started/moi-platform-components-light.svg
:alt: MOI consists of AI Studio for data, agents, and applications, MatrixOne for structured data storage, and Genesis for model services
:class: moi-platform-map moi-platform-map-light
:target: ../_images/moi-platform-components-light.svg
```

```{image} ../assets/images/get-started/moi-platform-components-dark.svg
:alt: MOI consists of AI Studio for data, agents, and applications, MatrixOne for structured data storage, and Genesis for model services
:class: moi-platform-map moi-platform-map-dark
:target: ../_images/moi-platform-components-dark.svg
```

**AI Studio** is the MOI workspace for data and agents. Use it to ingest data, configure workflows, manage knowledge bases, run agents, and build applications.

**MatrixOne** stores and manages structured data produced by processing.

**Genesis** provides model services and API Key management for workflows and agents.

## Start here

New to MOI? Work through the tutorial in this order.

1. [Before you begin](before-you-begin.md): open MOI, confirm your workspace permissions, and get the tutorial data ready.
2. [Build your first data application](quickstart.md): connect and process data step by step, then let an agent turn it into a finished result.
3. [What you just did](what-you-just-did.md): map what you clicked onto the data, knowledge base, agent, and application behind it.
4. [Where to go next](where-to-go-next.md): go deeper into processing, Catalog, knowledge bases, and agents.

## Go deeper with MOI

After the tutorial, open the guide for the area you want to explore.

```{raw} html
<div class="mo-guide-list">
  <a class="mo-guide-item" href="../guides/ai-studio/resource-center/index.html">
    <span class="mo-guide-item__title">Resource Center</span>
    <span class="mo-guide-item__desc">Manage workspaces, Catalog, models, operators, compute, and data sharing.</span>
  </a>
  <a class="mo-guide-item" href="../guides/ai-studio/data-sources/index.html">
    <span class="mo-guide-item__title">Data Sources</span>
    <span class="mo-guide-item__desc">Connect external sources, load data in, or export what you have processed.</span>
  </a>
  <a class="mo-guide-item" href="../guides/ai-studio/processing/index.html">
    <span class="mo-guide-item__title">Processing</span>
    <span class="mo-guide-item__desc">Parse, clean, split, and transform data using workflows or SQL.</span>
  </a>
  <a class="mo-guide-item" href="../guides/ai-studio/knowledge-bases/index.html">
    <span class="mo-guide-item__title">Knowledge Bases</span>
    <span class="mo-guide-item__desc">Decide what is searchable, and check the sources behind every answer.</span>
  </a>
  <a class="mo-guide-item" href="../guides/ai-studio/agents/index.html">
    <span class="mo-guide-item__title">Agents</span>
    <span class="mo-guide-item__desc">Put trustworthy data and tools to work, and reach into your own systems.</span>
  </a>
  <a class="mo-guide-item" href="../guides/ai-studio/monitoring/index.html">
    <span class="mo-guide-item__title">Monitoring</span>
    <span class="mo-guide-item__desc">Follow job runs, SQL execution records, and the operation log.</span>
  </a>
  <a class="mo-guide-item" href="../guides/ai-studio/permissions/index.html">
    <span class="mo-guide-item__title">Permissions</span>
    <span class="mo-guide-item__desc">Manage workspace members and what each of them is allowed to do.</span>
  </a>
</div>
```

## Other ways in

```{raw} html
<div class="mo-guide-list">
  <a class="mo-guide-item" href="../guides/billing/index.html">
    <span class="mo-guide-item__title">Billing</span>
    <span class="mo-guide-item__desc">Check charges, usage, spending caps, invoices, and access credentials.</span>
  </a>
  <a class="mo-guide-item" href="../developer/index.html">
    <span class="mo-guide-item__title">Developer</span>
    <span class="mo-guide-item__desc">Drive the platform from the API and SDKs to integrate and extend it.</span>
  </a>
  <a class="mo-guide-item" href="../guides/matrixone/index.html">
    <span class="mo-guide-item__title">MatrixOne</span>
    <span class="mo-guide-item__desc">Using the database on its own? Start here.</span>
  </a>
  <a class="mo-guide-item" href="../guides/genesis/index.html">
    <span class="mo-guide-item__title">Genesis</span>
    <span class="mo-guide-item__desc">Using the model platform on its own? Start here.</span>
  </a>
</div>
```
