# Proyek

Proyek adalah aplikasi yang ingin kamu buat menggunakan CoreX. Bayangkan kamu memiliki 2 (dua) klien dimana masing-masing klien ingin dibuatkan sistem yang berbeda.

> Klien A ingin dibuatkan sistem pemantau suhu di semua gudang milik perusahaannya.
>
> Klien B ingin dibuatkan sistem penyiram taman di seluruh taman yang ada di Kota Jakarta.

Maka kamu perlu membuat 2 (dua) buah proyek. Proyek pertama untuk klien A dan proyek kedua untuk klien B.

{% hint style="success" %}
**CoreX tidak membatasi jumlah proyek yang dapat dibuat. Untuk membuat proyek, Token TIDAK AKAN dikurangi.**
{% endhint %}


---

# 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.corex.id/perkenalan/proyek.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.
