> 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/ai-integration/web-search.md).

# Web Search

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

Web Search digunakan untuk menentukan bagaimana AI dapat melakukan pencarian internet ketika user menanyakan sesuatu yang membutuhkan informasi real-time atau data terbaru.&#x20;

## **Langkah-Langkah mengatur Web Search:**

{% stepper %}
{% step %}

### **Akses Halaman Integration**

Di halaman integration, pilih bagian **Connected Apps** dan cari fitur **AI Web Search**.\
![](/files/Btnq6EFtfEykw2842iVw)
{% endstep %}

{% step %}

### **Aktifkan Fitur**

Untuk mengaktifkan, klik **Activate**.

<figure><img src="/files/dOZ7hCJaeeldE2nr3g6K" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Konfigurasi Pengaturan**

Klik **Settings** untuk melakukan konfigurasi dari **AI Web Search**.

<figure><img src="/files/YNqjDvholUfvzMs72Ey9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Masukkan prompt** \
![](/files/7VfBzZIUUS3x5QOCf2hr)\
Pada Web Search Prompt  memiliki fungsi sebagai instruksi tetap yang selalu dipakai AI saat:\
\- melakukan web search dengan gaya tertentu,\
\- merangkum hasil pencarian dengan memprioritaskan jenis data tertentu,\
\- memprioritaskan sumber tertentu,\
\- memfilter informasi.
{% endstep %}

{% step %}

### Klik Save Configuration

Save Configuration button terdapat 4 kondisi:

* Akan menjadi **enable** ketika user sudah menambahkan Prompt
* Akan menjadi **enable** ketika user merubah isi Prompt
* Akan menjadi **disable** ketika belum menambahkan Prompt
* Akan menjadi **disable** ketika tidak adanya perubahan Prompt
  {% endstep %}
  {% endstepper %}


---

# 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.cekat.ai/ai-integration/web-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.
