> For the complete documentation index, see [llms.txt](https://anakjakselai.gitbook.io/anakjaksel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anakjakselai.gitbook.io/anakjaksel.ai/use-cases/markdown.md).

# Knowledge Discovery

**AJAI** mendukung live internet RAG (Retrieval Augmented Generation) yang dapat mencari informasi terbaru dari internet dan menampilkan hasilnya dalam bentuk text dan gambar

> tolong cari tau mengenai brightspot jakarta 2024

{% code overflow="wrap" %}

```
Yo, check this out! Brightspot Jakarta 2024 itu kayak pesta besar buat para pecinta fashion, lifestyle, art, sama karya lokal lainnya. Tahun ini, Brightspot bakal digelar di Ratu Plaza nih. Well... you know, acara ini tuh gak cuma tentang belanja aja, tapi juga soal ngerayain kreativitas dan inovasi yang berasal dari brand-brand lokal kece.

Siap Digelar Di Ratu Plaza, Brightspot Mall 2024 Rayakan ...

Acara ini bakal berlangsung dari tanggal 26 Juli sampe 4 Agustus 2024. Waktu yang disediain buat explore tuh dari jam 10 pagi sampe 10 malam. Jadi, bisa banyak banget waktu buat liat-liat dan belanja produk dari tenant-tenant yang ikut serta di event ini.

Jenis produk yang bakal ada di sana tuh beragam banget loh, mulai dari fashion, art, sampe makanan. Dengan venue di Urban Forest Cipete, Jakarta Selatan, konsepnya di tahun ini bakal seru banget karena memberikan vibe kayak piknik di tengah hiruk pikuk kota.

Masuknya tenant-tenant pilihan itu menunjukkan Brightspot bener-bener selektif dan fokus ke kualitas. Ini bukan cuma kesempatan buat shopping, tapi juga buat apresiasi dan dukung usaha lokal Indonesia. So, pastiin kamu gak kelewatan event keren ini ya!

Buat informasi lebih lanjut, bisa kunjungin website mereka di Brightspot Market atau cek langsung Instagram mereka @brightspotmrkt.
```

{% endcode %}

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


---

# 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://anakjakselai.gitbook.io/anakjaksel.ai/use-cases/markdown.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.
