> For the complete documentation index, see [llms.txt](https://docs.tinyapi.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tinyapi.org/1-register.md).

# Quick Start

## สมัครบัญชี

**Quick Start** · 2026/6/8 · อ่านไม่เกิน 1 นาที

หน้านี้แยกเฉพาะขั้นตอนสมัครบัญชี TinyToken เท่านั้น ไม่ปนกับการเข้าสู่ระบบ

![สมัครบัญชี](https://524826316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzefZXBaGhZNtvOIDrgZR%2Fuploads%2Fgit-blob-c33f10ab3e1f7e036179af4271821422af321df7%2Fdocs-register.png?alt=media)

## เข้าสู่หน้าสมัครบัญชี

* เปิดหน้าแรกของ TinyToken แล้วกดปุ่มสมัครบัญชี หรือเปิดลิงก์สมัคร โดยตรงจากด้านบน
* ถ้าคุณอยู่หน้าเข้าสู่ระบบ ให้กดลิงก์ด้านล่างฟอร์มเพื่อไปหน้าสมัคร

## วิธีที่หนึ่ง (แนะนำ): ใช้ Google

* กดปุ่ม **เข้าสู่ระบบด้วย Google**
* เลือกบัญชี Google ที่ต้องการผูกกับ TinyToken แล้วอนุญาตการใช้งาน
* เมื่ออนุญาตสำเร็จ ระบบจะสร้างบัญชีและเข้าสู่ระบบให้โดยอัตโนมัติ

สมัครด้วย Google ไม่ต้องตั้งรหัสผ่านเพิ่ม หลังจากนี้ใช้บัญชี Google เดิมเพื่อเข้าใช้งานครั้งต่อไปได้เลย

## วิธีที่สอง: ใช้ชื่อผู้ใช้

* กรอกชื่อผู้ใช้ที่ต้องการใช้งาน
* ตั้งรหัสผ่านและกรอกรหัสผ่านซ้ำให้ตรงกัน
* กดปุ่ม **สร้างบัญชี** แล้วทำตามข้อความที่ระบบแจ้งบนหน้าเว็บ

คำแนะนำ

ควรใช้รหัสผ่านที่เดายาก และเก็บข้อมูลเข้าสู่ระบบไว้ให้ปลอดภัย เพื่อป้องกันไม่ให้ผู้อื่นเข้าถึงเครดิตและ API Key ในบัญชีของคุณ


---

# 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.tinyapi.org/1-register.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.
