> For the complete documentation index, see [llms.txt](https://getsquish.gitbook.io/squish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://getsquish.gitbook.io/squish/th/resources/implementations.md).

# การนำไปใช้งาน

คอนแท็กต์ชีตที่มีการประทับเวลาเป็นเพียงรูปแบบ ไม่ใช่ผลิตภัณฑ์ สิ่งต่อไปนี้คือการใช้งานที่ทราบว่าทำสิ่งนี้ได้:

| การใช้งาน                        | ตำแหน่ง                                                                                                                                     | หมายเหตุ                                                                                                               |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Squish CLI + MCP เซิร์ฟเวอร์** | [github.com/getsquish/squish](https://github.com/getsquish/squish) · [`@getsquish/squish`](https://www.npmjs.com/package/@getsquish/squish) | การใช้งานอ้างอิง — รีโปนี้ ทำงานแบบโลคัล ฟรี รองรับทุกความหนาแน่น                                                      |
| **Hosted API**                   | `api.getsquish.app`                                                                                                                         | เอนจินเดียวกัน แต่รันแบบรีโมต — สำหรับ CI, serverless หรือเครื่องที่ไม่มี ffmpeg อัปโหลดแบบตั้งใจ ใช้เครดิตแบบเติมเงิน |
| **เว็บแอป**                      | [getsquish.app](https://getsquish.app)                                                                                                      | ทำงานทั้งหมดในเบราว์เซอร์ — ไม่ต้องติดตั้ง และไม่มีการอัปโหลดอะไร                                                      |

ผู้ใช้คือโมเดลวิชันใดๆ ที่รับชีตไปใช้งาน — รวมถึงเอเจนต์ที่รันบน [ลูปการนำทาง](/squish/th/the-primitive/the-navigation-loop.md) หนึ่งในตัวสร้างข้างต้น

## สร้างเอง

รูปแบบของชีต — โครงตาราง, การสุ่มตัวอย่าง, การประทับโค้ดเวลา และข้อกำหนดที่ทำให้ที่อยู่เป็นแบบสัมบูรณ์ — ระบุไว้ใน [สเปกของรูปแบบชีต](/squish/th/reference/sheet-format.md). ใครๆ ก็สามารถสร้างตัวสร้างที่เข้ากันได้ (ภาษาอื่น, รันไทม์อื่น) หรือตัวรับ (ตัวดู, ตัวทำดัชนี, เฟรมเวิร์กสำหรับเอเจนต์) ได้

ถ้าคุณกำลังสร้างอยู่ เปิดอีสชูบน [github.com/getsquish/squish](https://github.com/getsquish/squish/issues) เพื่อประสานงาน — เราอยากให้หน้านี้เติบโตต่อไป


---

# 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://getsquish.gitbook.io/squish/th/resources/implementations.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.
