# Step 3 : setup url endpoint

## URL Endpoint ทั้งหมด ดังนี้

1. **Endpoint Check User Avaliable** = ใช้ตรวจสอบว่ามีผู้ใช้งานนี้ในระบบของท่านหรือไม่
2. **Endpoint Create User** = ใช้สร้างผู้ใช้งานใหม่ในระบบของท่าน
3. **Endpoint Desopit** = ใช้สำหรับแจ้งฝากเงิน
4. **Endpoint Withdraw** = ใช้สำหรับแจ้งถอนเงิน
5. **Endpoint Check Balance User** = ใช้สำหรับเช็คยอดเงินคงเหลือเงิน

## The URL Endpoints are as follows

1. **Endpoint Check User Available**: Used to verify if a user exists in your system.
2. **Endpoint Create User**: Used to create a new user in your system.
3. **Endpoint Deposit**: Used to notify deposits.
4. **Endpoint Withdraw**: Used to notify withdrawals.
5. **Endpoint Check Balance User**: Used to check the user's remaining balance.


---

# Agent Instructions: 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:

```
GET https://document.thaicasino.tech/getting-started/step-3-setup-url-endpoint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
