> For the complete documentation index, see [llms.txt](https://docs.onedee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onedee.ai/faq/question/bot.md).

# Words used to talk with bots

## คำถามทั่วไป

* [What is the OneDee.ai](https://docs.onedee.ai/faq/what-is-onedee)
* [OneDee.ai can do](https://docs.onedee.ai/faq/what-dose-onedee-do)
* [How many you can clock?](https://docs.onedee.ai/faq/question/application#how-many-type-you-can-clock)
* [เข้าร่วมบริษัท](https://support.onedee.ai/th/application/join-company)
* [แก้ไขโปรไฟล์](https://support.onedee.ai/th/application/undefined)
* [แบบฟอร์ม](https://support.onedee.ai/th/application/request-form)

## How to Clock

### Clock in

* Clock in Wifi
* Clock in iBeacon
* Clock in GPS
* Clock in QR code

### Clock out

* Clock out Wifi
* Clock out iBeacon
* Clock out GPS
* Clock out QR code

## How to get your History clock

* Clock History Today
* Clock History Yesterday
* Clock History This Week
* Clock History Last Week
* This Month Clock

## How to get your Shift

* My shift
* My today shift
* My yesterday shift
* My this week shift
* My next week shift

## How to Break

### Break in

* Break in Wifi
* Break in iBeacon
* Break in GPS
* Break in QR Code

### Break out

* Break out Wifi
* Break out iBeacon
* Break out GPS
* Break out QR Code


---

# 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.onedee.ai/faq/question/bot.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.
