> For the complete documentation index, see [llms.txt](https://accbumigroup.gitbook.io/point-playbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://accbumigroup.gitbook.io/point-playbook/untitled.md).

# Glossary

Glossary berfungsi untuk memudahkan anda dalam memahami setiap kata yang terdapat dalam software playbook.&#x20;

***BERIKUT ISTILAH DALAM PLAYBOOK YANG HARUS ANDA KETAHUI :***

| No | Istilah           | Deskripsi                                                                                                                                       |
| -- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| 1  | **Abbreviation**  | Digunakan untuk menambahkan singkatan pada istilah yang sering digunakan dalam suatu perusahaan.                                                |
| 2  | **Approval**      | Digunakan untuk menyetujui data procedure , step dan instruction.                                                                               |
| 3  | **Approved**      | Untuk Memberikan informasi bahwa data procedure , step dan instruction telah disetujui oleh pihak atasan                                        |
| 4  | **Code**          | Untuk menambahkan code pada glossary , procedure dan instruction.                                                                               |
| 5  | **Content**       | Untuk Menambahkan content pada step dan procedure                                                                                               |
| 6  | **Decline**       | Untuk memberikan informasi bahwa data procedure , step dan instruction telah ditolak atau direject oleh pihak atasan                            |
| 7  | **Glossary**      | Digunakan utnuk menambahkan istilah atau bahasa yang sering digunakan dalam perusahaan                                                          |
| 8  | **History**       | Digunakan untuk melihat history perubahan data procedure, step, dan instruction                                                                 |
| 9  | **Notes**         | Digunakan untuk menambahkan history perubahan procedure , step dan instruction.                                                                 |
| 10 | **Project**       | Digunakan untuk membuat domain serta menginputkan jumlah user yang akan menggunakan project                                                     |
| 11 | **Purpose**       | Digunakan untuk menambahkan tujuan dari pembuatan procedure                                                                                     |
| 12 | **Pending**       | Digunakan untuk memberikan informasi bahwa data step , procedure dan instruction masih belum diberikan keputusan oleh pihak atasan              |
| 13 | **Status**        | Digunakan untuk menampilkan status approval dari procedure dan instruction.                                                                     |
| 14 | **Sent Approval** | Untuk mengirimkan data procedure, step dan instruction yang harus di approve oleh pihak atasan (Terdapat pada fitur procedure dan instruction). |
| 15 | **Sent Request**  | Untuk mengirimkan data procedure, step dan instruction yang harus di approve oleh pihak atasan (Terdapat pada fitur approval).                  |


---

# 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://accbumigroup.gitbook.io/point-playbook/untitled.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.
