> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/notebook-commands-reference/notebook-commands.md).

# Notebook Commands

## System Configuration Commands

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>License Commands</strong></td><td>Install and check the validity of an Aizen license.</td><td></td><td><a href="/pages/kaGq4vdfGDDupFev0wwm">/pages/kaGq4vdfGDDupFev0wwm</a></td></tr><tr><td><strong>Authorization Commands</strong></td><td>Register users and their system-level roles in Aizen and grant privileges to users for a project.</td><td></td><td><a href="/pages/DhHimhLIA894CH5NBZeA">/pages/DhHimhLIA894CH5NBZeA</a></td></tr><tr><td><strong>Cloud Provider Commands</strong></td><td>Register or remove a cloud provider in the Aizen database or check the status of the registered cloud provider.</td><td></td><td><a href="/pages/VKKAlLsIqhtnz41YgqIu">/pages/VKKAlLsIqhtnz41YgqIu</a></td></tr><tr><td><strong>Project Commands</strong></td><td>Create, delete, or set a working project.</td><td></td><td><a href="/pages/Y35W3keYasxaujcXU4bj">/pages/Y35W3keYasxaujcXU4bj</a></td></tr><tr><td><strong>File Commands</strong></td><td>Install credentials and preprocessor files for a project.</td><td></td><td><a href="/pages/edb9BNZ3oQBZsuAh7OsA">/pages/edb9BNZ3oQBZsuAh7OsA</a></td></tr></tbody></table>

## Model Building Commands

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Data Source Commands</strong></td><td>Configure and connect data sources to the Aizen platform.</td><td><a href="/pages/DeykZOAQUAlOP7ck7dMT">/pages/DeykZOAQUAlOP7ck7dMT</a></td></tr><tr><td><strong>Data Sink Commands</strong></td><td>Configure data sinks and connect them to data sources.</td><td><a href="/pages/kIyk1oTPXnQCX81SFeYi">/pages/kIyk1oTPXnQCX81SFeYi</a></td></tr><tr><td><strong>Dataset Commands</strong></td><td>Create training datasets. List available datasets and display rows from training datasets.</td><td><a href="/pages/SA6a2GGXPBtAC2qVO0Bc">/pages/SA6a2GGXPBtAC2qVO0Bc</a></td></tr><tr><td><strong>Data Analysis Commands</strong></td><td>Load, visualize, and analyze data loaded from data sources, data sinks, or datasets.</td><td><a href="/pages/QGsvtX2VshwBqOLaqj3b">/pages/QGsvtX2VshwBqOLaqj3b</a></td></tr><tr><td><strong>Training Commands</strong></td><td>Start, stop, and check the status of ML model training jobs. List the training results for a training run and register trained ML models for deployment.</td><td><a href="/pages/MpOC5Br5wc5IvdPOfPWa">/pages/MpOC5Br5wc5IvdPOfPWa</a></td></tr></tbody></table>

## Model Serving Commands

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Resource Commands</strong></td><td>Configure resources to run ML jobs.</td><td><a href="/pages/6cSVhoLDxq1XF2oSqugF">/pages/6cSVhoLDxq1XF2oSqugF</a></td></tr><tr><td><strong>Prediction Commands</strong></td><td>Start, stop, and check the status of ML model serving jobs.</td><td><a href="/pages/JIG5kxJ2Hee8p5wemZo4">/pages/JIG5kxJ2Hee8p5wemZo4</a></td></tr><tr><td><strong>Data Report Commands</strong></td><td>Create and view data-quality, data-drift, and target-drift reports.</td><td><a href="/pages/nt0uI5vlO5DH22YVL5JF">/pages/nt0uI5vlO5DH22YVL5JF</a></td></tr><tr><td><strong>Runtime Commands</strong></td><td>Start, stop, and check the status of runtime jobs.</td><td><a href="/pages/bLWfATfSZmHesMdHbi0s">/pages/bLWfATfSZmHesMdHbi0s</a></td></tr></tbody></table>

## LLM and Embeddings Commands

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>LLM Commands</strong></td><td>Start, stop, and check the status of large language model (LLM) serving jobs or embeddings model serving jobs.</td><td><a href="/pages/WlYJ2znNpvVEjvFHzKeN">/pages/WlYJ2znNpvVEjvFHzKeN</a></td></tr><tr><td><strong>Vector Store Commands</strong></td><td>Start, stop, and check the status of vector store jobs.</td><td><a href="/pages/WS48AjNfl6B9KqGAIn3a">/pages/WS48AjNfl6B9KqGAIn3a</a></td></tr><tr><td><strong>LLM Application Commands</strong></td><td>Start, stop, and check the status of LLM application serving jobs, such as AI agents.</td><td><a href="/pages/KGwGkrhO9HZDJ68aaf64">/pages/KGwGkrhO9HZDJ68aaf64</a></td></tr></tbody></table>


---

# 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://aizen-corp.gitbook.io/docs/notebook-commands-reference/notebook-commands.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.
