> 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/people-search.md).

# People Search

Ingin tau lebih detail tentang riwayat seseorang?

> tolong cari tau tentang Ronald Tannur bro

{% code overflow="wrap" %}

```
Nih bro sis, update tentang Ronald Tannur yang lagi ribut banget di berita belakangan ini. Jadi, ceritanya gini, ada kasus dimana majelis hakim di Pengadilan Negeri (PN) Surabaya memvonis bebas Gregorius Ronald Tannur (yang bisa jadi orang yang lo tanya) dalam suatu kasus yang cukup heboh. Ternyata, vonis bebas ini memicu kontroversi dan bahkan karir ketiga hakim yang bertanggung jawab atas putusan itu langsung ada di ujung tanduk.

Para pakar dan lembaga khusus kayak Komisi Yudisial (KY) gitu juga ikut nimbrung guys, nyaranin buat dilakukan pemeriksaan lebih lanjut terhadap si hakim yang mengeluarkan vonis. Gak cuma itu, ada laporan juga nih bahwa hakim yang bebasin Ronald Tannur ini diduga nerima suap. Gak main-main, KY sampai bilang bakal bawa kasus ini ke Majelis Kehormatan Hakim (MKH) buat ditindak lanjut.

Dari berbagai sumber yang gue temuin:

Hukumonline report tentang karier tiga hakim yang vonis bebas Ronald Tannur gi miring abis karena kasus ini.
On point, menurut detikcom, beberapa pakar udah nyaranin buat KPK ngelacak ponsel ketiga hakim yang terlibat, karena kasus ini kayanya lebih dalam lagi kedalaman masalahnya.
Dan Metro Tempo juga ngelaporin bahwa KY udah nyatain hakim yang bebasin Ronald Tannur ini bakal dibawa ke MKH.
That's the tea, sis bro! Gak make sense banget kan gimana sebuah kasus bisa mewarnai berita dan bikin heboh kayak gini. Seru-seru nyesek! Jadi, lo ada yang mau ditanyain lagi atau gimana?

```

{% endcode %}

<figure><img src="/files/PdHjGTijAOc8j1JePyoO" 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/people-search.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.
