# Notebooks

### Selecting a Notebook

Here, as an example, we are selecting the BentoML Notebook, User can choose any diffrent notebook from AppStore or select a Juypter notebook and migrate their model code into it using [Dataset](/info/1.3.0/data-and-metrics/datalake/datasets.md) feature.&#x20;

{% hint style="info" %}
**Note:**

The full walkthrough of spawning an Ai-WorkStation has been given at our [Spawn WorkStation Guide](https://computationaldocs.zeblok.com/zeblok-computational-1/spawn-workstation) for your convenience.
{% endhint %}

![Figure 1: BentoML Notebook](/files/hs5nISR9CCvFlPEPODNe)

Taking BentoML as the Notebook and following all the steps from the Spawn Workstation Guide will give you an Ai-WorkStation ready to open.

{% hint style="info" %}
**Note:**

The final result of this example will get us a notebook which can identify the breed of an animal upon uploading the image of an animal.
{% endhint %}

Next Step is to start and open the notebook and run all cells to get a newly trained model.

![Figure 2: Run all Cells](/files/-MfWL7bZ56GLDV7o7FtO)

{% hint style="info" %}
If onboarding their own model using Jupyter Notebook, User need to select and install framework before performing the Run please follow [farmework installation](/info/1.3.0/ai-api-engine/notebooks/installing-different-frameworks.md) for details
{% endhint %}


---

# 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://computationaldocs.zeblok.com/info/1.3.0/ai-api-engine/notebooks.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.
