# Filter & Search

Jenis Filter

1. **Global Filter**\
   Digunakan untuk menyaring data secara permanen dan berlaku untuk semua user di board. Hanya Super Agent yang bisa membuat filter ini.

   <figure><img src="/files/0PIGqrvMRccXubeL7TpK" alt="" width="563"><figcaption></figcaption></figure>
2. **Global Filter by Agent**\
   Menyaring data berdasarkan **Deal Owner (Agent)**.

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

   * Dapat memilih agent tertentu atau menggunakan dynamic filter **“Assign to me”**
   * Tampilan akan berbeda untuk tiap user, tergantung pada assignment-nya
   * Hanya bisa dibuat oleh Super Agent
3. **Basic Filter**\
   Filter personal yang hanya terlihat oleh user yang membuatnya.
   * Tidak memengaruhi user lain
   * Contoh: menyembunyikan deal “Closed”, menampilkan industry tertentu, atau memfilter berdasarkan tanggal

***

#### Search

**Search** tersedia di header board dan digunakan untuk mencari data secara cepat.

* Mencakup semua kolom dengan tipe **Text** dan **Number**
* Hasil pencarian akan tetap mengikuti filter yang sedang aktif, baik **Global Filter** maupun basic **Filter**


---

# 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/filter-and-search.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.
