> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/cloudeka_portal_service/project/create-a-new-project.md).

# Create a New Project

On this page, you can create a new project that will be registered in the Cloudeka application. Customers can create more than one project.

* Click the **New Project** menu.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.18%20Project%20List.png" alt=""><figcaption><p>List Project</p></figcaption></figure>

* Fill the fields in the Add New Project window.

<table><thead><tr><th width="281">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Project Name</strong></td><td>The name of your project</td></tr><tr><td><strong>Description Project</strong></td><td>Description of your project</td></tr></tbody></table>

You must be fill the fields, then click the **Create** button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.19%20Form%20Add%20New%20Project.png" alt=""><figcaption><p>Add New Project</p></figcaption></figure>

* If the new project has been successfully created, a pop up will appear **"Data has been saved! Your data has been submitted. Please wait if the data has not appeard".**

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.20%20Notification.png" alt=""><figcaption><p>Notification</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.id/cloudeka_portal_service/project/create-a-new-project.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.
