# Getting Started with AI Platform

Before You Begin\
To start using AI Platform, please review the following guidelines:

If you do not have a GreenNode account, you need to register for an account to use the service. Refer to the [Account Registration guide](https://docs.vngcloud.vn/vng-cloud-document/getting-start-with-vng-cloud-account/register).

Learn how to access the GreenNode Portal using a Root User Account or an IAM User Account. Refer to the guide on [How to Log in to GreenNode](https://docs.vngcloud.vn/vng-cloud-document/identity-and-access-management-iam/cac-loai-dinh-danh-iam/tai-khoan-user-accounts/cach-dang-nhap-vao-vng-cloud).

1. **Access AI Platform**\
   Access AI Platform via the following link: <https://aiplatform.console.vngcloud.vn/>

Enter your account credentials (username and password) at the login step.

2. Create a Network Volume
3. Create a Model Registry
4. Create a Notebook
5. Create an Inference
6. Manage API Keys

Navigate to the API Keys section in AI Platform:

<figure><img src="/files/ycmAgIW2v0qnTotgH6fk" alt=""><figcaption></figcaption></figure>

**Create an API Key**

Note: You can create a maximum of 2 API keys per account.

1. Click the "Create an API key" button.
2. A "Create API Key" window will appear.

API Key Name: Enter a name for your API key in the field.

(Optional) Set as default: Check this box if you want to set the new API key as the default key.

3. Click the "Create API key" button to complete the process.

<figure><img src="/files/GnH1Zbp7k0Evp063m43E" alt=""><figcaption></figcaption></figure>

After completing the above steps, your API key will be created and displayed in the list.

**Retrieve an API Key**\
You can view and copy an API key by:

1. Clicking the ︙ icon in the "Actions" column
2. Selecting "View API Key"

<figure><img src="/files/lA3gz1KjwSHBoyq2wsGH" alt=""><figcaption></figcaption></figure>

**Delete an API Key**\
To delete an existing API key, follow these steps:

1. Click the ︙ icon in the "Actions" column
2. Select "Delete API Key" and confirm your selection in the pop-up dialog.

<figure><img src="/files/qvrdBKsBDcw5TpXdyJkU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.vngcloud.vn/vng-cloud-document/ai-stack/ai-platform/getting-started-with-ai-platform.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.
