> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.3.0-id/customer-service/paragraph-classifier/classifier-setting.md).

# Classifier Setting

Setelah Anda membuat classifier, Anda dapat menggunakannya sebagai tag pada tiket maupun kontak pelanggan. Klik ikon '**Gear'** (![](/files/Tq8vW9cRkRWG8RlwKM3H)) untuk melakukan konfigurasi pada classifier Anda. Setelah itu, akan muncul pop-up berisi Classifier Settings.

![Classifier Setting](/files/Wt9j3nA4ehqbw76HkUVX)

**Penjelasan Komponen:**&#x20;

<table><thead><tr><th width="354.76575461078636">Name</th><th>Description</th></tr></thead><tbody><tr><td>Ticket</td><td>Untuk menampilkan classifier ini ketika Anda akan menambahkan tag pada tiket.</td></tr><tr><td>Contact</td><td>Untuk menampilkan classifier ini ketika Anda akan menambahkan tag pada kontak pelanggan.</td></tr><tr><td>Exclude from Report</td><td>Untuk menyembunyikan tag ini pada report analytic.</td></tr></tbody></table>

{% hint style="info" %}
Secara default untuk classifier pada tiket akan bernilai 'True' sedangkan, untuk classifier pada contact akan bernilai 'False'.
{% endhint %}


---

# 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://docs.3dolphins.ai/5.3.0-id/customer-service/paragraph-classifier/classifier-setting.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.
