# 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="../system-configuration-commands/license-commands">license-commands</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="../system-configuration-commands/authorization-commands">authorization-commands</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="../system-configuration-commands/cloud-provider-commands">cloud-provider-commands</a></td></tr><tr><td><strong>Project Commands</strong></td><td>Create, delete, or set a working project.</td><td></td><td><a href="../system-configuration-commands/project-commands">project-commands</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="../system-configuration-commands/file-commands">file-commands</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="../model-building-commands/data-source-commands">data-source-commands</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="../model-building-commands/data-sink-commands">data-sink-commands</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="../model-building-commands/dataset-commands">dataset-commands</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="../model-building-commands/data-analysis-commands">data-analysis-commands</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="../model-building-commands/training-commands">training-commands</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="../model-serving-commands/resource-commands">resource-commands</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="../model-serving-commands/prediction-commands">prediction-commands</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="../model-serving-commands/data-report-commands">data-report-commands</a></td></tr><tr><td><strong>Runtime Commands</strong></td><td>Start, stop, and check the status of runtime jobs.</td><td><a href="../model-serving-commands/runtime-commands">runtime-commands</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="../llm-and-embeddings-commands/llm-commands">llm-commands</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="../llm-and-embeddings-commands/vector-store-commands">vector-store-commands</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="../llm-and-embeddings-commands/llm-application-commands">llm-application-commands</a></td></tr></tbody></table>


---

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