# How to Create a Notebook?

### Video

{% embed url="<https://youtu.be/d8JFJy7GcGM?si=823ZQaK5aVZuIqko>" %}

### Create a Notebook Connected to CPU <a href="#contentify_1" id="contentify_1"></a>

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-09-24-at-15.45.42.png" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

* Click **+ button (1)**
* Choose **CPU Notebook (2)**
  {% endstep %}

{% step %}
&#x20;Once your notebook is ready:

* The notebook will show `"CPU (free) | idle"` on the bottom left
* Your chosen flavor will appear as selected in the **Running kernel** section of the kernel configuration menu on the upper right
  {% endstep %}

{% step %}
&#x20;Start coding 😉
{% endstep %}
{% endstepper %}

***

### Create a Notebook Connected to GPU <a href="#contentify_1" id="contentify_1"></a>

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-09-24-at-15.45.42.png" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
Before you start, make sure your account has enough credits to cover at least one hour of GPU cost. Check out the detailed guide [here](https://fptcloud.com/en/documents/ai-notebook/?doc=create-notebook#).
{% endstep %}

{% step %}
Choose a notebook with the **preferred GPU (3)**
{% endstep %}

{% step %}
Choose **Confirm** on the confirmation pop-up

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/image-6.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Wait about 1–2 minutes for the notebook to be ready.
{% endstep %}

{% step %}
Once your notebook is ready:

* The notebook will show `"GPU flavor name | idle"` on the bottom left
* Your chosen flavor will appear as selected in the **Running kernel** section of the kernel configuration menu on the upper right
  {% endstep %}

{% step %}
Start coding 😉
{% endstep %}
{% endstepper %}


---

# 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://ai-docs.fptcloud.com/other/ai-notebook/tutorials/how-to-create-a-notebook.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.
