> For the complete documentation index, see [llms.txt](https://toolhead.spywhere.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toolhead.spywhere.me/undefined.md).

# หน้าแรก

### :thinking: ที่นี่คือที่ไหน?

นี่คือ "ทูลหัว" เว็บที่จะรวบรวมเครื่องมือและแอพที่น่าสนใจ เน้นสำหรับใช้งานเกี่ยวกับการพัฒนาซอฟต์แวร์และงานทางเทคนิคต่างๆ  รวมถึงแนวคิดต่างๆ ในการนำเครื่องมือต่างๆ มาประกอบใช้งานด้วยกันให้เป็นประโยชน์มากขึ้น

{% hint style="info" %}
เว็บนี้อาจจะเน้นเครื่องมือและแอพสำหรับใช้งานบน macOS :apple: และ Linux :penguin: เป็นหลัก
{% endhint %}

### :sparkles: มีอะไรน่าสนใจบ้าง

แถบด้านบนสุดมีหัวข้อหลักต่างๆ ให้ได้อ่านกันเป็นหมวดใหญ่ๆ

* แนวคิด
* เครื่องมือและแอพ (หน้าเริ่มต้น)
* การใช้ Vim

ส่วนด้านข้างจะแบ่งหมวดหมู่ของหัวข้อหลักออกเป็นส่วนๆ ตามเนื้อหาเลย

### :globe\_with\_meridians: เนื้อหาจากเว็บอื่นๆ ที่น่าสนใจ

* [Saladpuk.com: พื้นฐานแนวคิดการพัฒนาซอฟท์แวร์และการหัดเขียนโค้ด](https://www.saladpuk.com)

### :e-mail: ติดต่อเสนอแนะ

หากใครมีข้อเสนอแนะหรืออยากให้เอาแอพอะไรมาแบ่งปันกันก็สามารถส่งรายละเอียดมาได้เลยที่อีเมล์

{% hint style="info" %}
toolhead แอท to จุด spywhere จุด me
{% 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://toolhead.spywhere.me/undefined.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.
