# Create New Pod

{% hint style="success" %}
There are several important notes when the project type used is **Prepaid (SME–Shared)**:

1. The Prepaid VCluster for SME must be in **Available** status before it can be used; if it is still **Unavailable**, users will not be able to access the cluster resources.
2. When the status is Available, the system will display the **Create Cluster** button as the initial step before accessing the Workloads menu.
3. The **Workloads** menu becomes active only after the cluster has been successfully created; before that, the page will only show information indicating that no cluster is available.
4. The **Create Pods** button will appear and can be used after the SME Prepaid cluster has been created and its status is active.
   {% endhint %}

The Create New Pods is a feature used to create new pods in the Deka GPU Service Portal . On the Pods tab of the Workloads page, click the “+Create Pods” button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeuJRTFiq1tT5M1bUtjEu6rggOHRU8NzGXii_D28C4K299HA1hAXgwmGYpeaJDsOLFccsxm0jcDsWIs9F5ov8h9IZ5u9Fu7BcGrLPN3x2eG9QHSAmF1pq8UCoRe4dwfmsIsAGZPlA?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Create New Pod</p></figcaption></figure>

A Create Pods window will appear, displaying the YAML configuration code to create a new Pod. In the code, you can customize the “Name” and “Namespace” fields. Click the Submit button to process the creation of the new pod.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdT7uihiALTvAS1_Ozg444WmXJqwXO_AnT9REe_a3Qry3em6TfudncJ0apz1BYEBr-yBK-VqayqZj0O1kVxPBG5Go_so5A3EXmJGa8vRLEojAxrHX0c-j0tX3vKaPQOp4aOwuDTfQ?key=STJL10WA8hk9zDcEThCoUA" alt=""><figcaption><p>Create New Pods</p></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.cloudeka.ai/deka-gpu/deka-gpu-kubernetes/workloads/pods/create-new-pod.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.
