# Board View

Untuk board view sendiri menyediakan beberapa jenis **view** yang bisa kamu gunakan untuk menyesuaikan cara kamu melihat dan mengelola data di dalam board.

#### Jenis View yang Tersedia:

* **Table** *(Main View)*\
  Tampilan default seperti spreadsheet, cocok untuk melihat banyak data sekaligus dalam format baris dan kolom.
* **Kanban**\
  Visualisasi berbasis kartu untuk memantau progress berdasarkan stage atau status, ideal untuk sales pipeline.
* **Calendar**\
  Tampilkan item berdasarkan tanggal, cocok untuk melihat deadline, follow-up, atau aktivitas yang terjadwal.
* **Gantt Chart**\
  Visualisasi timeline dengan dependensi, sangat berguna untuk mengelola proyek dan aktivitas jangka panjang.
* **Customize** \
  Buat view sendiri berdasarkan kombinasi filter, layout, dan sort yang kamu butuhkan. Bisa disimpan untuk akses cepat di lain waktu.


---

# 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.cekat.ai/crm/board-view.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.
