> For the complete documentation index, see [llms.txt](https://docs.cekat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cekat.ai/crm/board-settings/layouts.md).

# Layouts

#### Layouts

Tab Layouts digunakan untuk mengatur tampilan form ketika membuat atau melihat item pada board. Setiap layout dapat dikonfigurasi secara berbeda sesuai kebutuhan. Jika tidak ada layout yang dibuat, semua field akan ditampilkan secara default.

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

#### 1. Membuat Layout Baru

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

* Klik **+ Create New Layout** untuk membuat layout baru.
* Setiap layout memiliki tiga tab konfigurasi: **Create View**, **Quick Create**, dan **Detail View**.
* Drag and drop field dari panel **Available Fields** di sebelah kiri ke dalam section yang tersedia.
* Klik **+ Add New Section** untuk menambahkan section baru dalam layout.
* Setiap section dapat diatur jumlah kolomnya (contoh: 2 col).

#### 2. Tipe Konfigurasi Layout

* **Create View:** Mengatur tampilan form full-screen yang muncul saat membuat record baru.
* **Quick Create:** Mengatur tampilan form ringkas untuk pembuatan record secara cepat.
* **Detail View:** Mengatur tampilan form saat melihat detail sebuah record.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cekat.ai/crm/board-settings/layouts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
