# Create Deka VPN

The Create VPN page is used to create a new VPN connection. After completing the process, the VPN will appear in the list table and can be managed further. To create a new VPN connection in the Service Portal AI, follow the steps below:

* Click the **Kubernetes** menu on the sidebar, then select the **VPN** menu to open the VPN management page.

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

* Click the Create VPN button at the top right.

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

* A dialog box appears. Fill in the required information. Then, click **Create** to proceed.

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

<table><thead><tr><th width="140.66668701171875">Column</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This field is used by the app to define a unique name for the VPN. The name helps distinguish one VPN from another.</td></tr><tr><td>Namespace</td><td>This field specifies the namespace where the VPN will be created. For example, the app may use default if no other namespace is selected.</td></tr><tr><td>Storage</td><td>This field defines the amount of storage allocated for the VPN. Specify the required size (in Gi) based on your application needs.</td></tr></tbody></table>

* Once the process is complete, a notification appears stating, “**VPN has been successfully created.**”

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

* The newly created VPN is then displayed in the VPN List Table, where its details can be viewed and managed further.


---

# 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.cloudeka.ai/deka-vpn/create-deka-vpn.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.
