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

# KKTIX

## **How Releases Work**

KKTIX is one of the most widely used ticketing platforms in Taiwan, commonly used for concerts, exhibitions, and entertainment events. Since ticket inventory is often very limited and demand is extremely high, releases on KKTIX can sell out within seconds.

KKTIX releases are almost always scheduled in advance. The on-sale date and time are typically announced on the event page or the organizer's social media. It is important to ensure your account is logged in and ready before the release starts.

During high-demand releases, KKTIX uses a virtual waiting room system. Once the sale begins, users are placed in a queue and must wait for their turn to proceed to the ticket selection page. The waiting time varies depending on the demand and server load.

KKTIX typically uses Google reCAPTCHA v2 or v3 during the checkout process. It is strongly recommended to set up Capsolver in advance to automatically handle the CAPTCHA, as this can significantly improve your chances of securing a ticket.

## Creating Tasks

To run KKTIX, select KKTIX sites in the **Site** drop-down when creating a task group.

<figure><img src="/files/4w1uMS6EkpEy3acj4YR1" alt=""><figcaption></figcaption></figure>

After entering these settings, click the **ADD TASK button**  to enter your task settings.

<figure><img src="/files/HAEtYn6eYqazcMIQpqpj" alt=""><figcaption></figcaption></figure>

* **ACCOUNT MODE -** You can choose between **Single Account** or **Account Group**.

{% hint style="info" %}
For example, if your Account Group contains 10 accounts, it will automatically create a task for each account.
{% endhint %}

* **ACCOUNT-** The current account for this task.
* **EVEN\_ID -**  The session you want to target.

{% hint style="info" %}
For example: <https://kktix.com/events/2026-vagabond-festival/registrations/new>\
**EVEN\_ID :** 2026-vagabond-festival

The **EVENT ID** already includes the date information. For the same concert on different dates, each date will have a unique **EVENT ID**.
{% endhint %}

* **QTY-** The quantity you want to purchase.
* **SEAT PREF-** For KKTIX, you can click the **SEARCH SEAT** button on events that have not yet gone on sale to retrieve the available seat information.
* **MODE-** There are three modes available:

```
Normal — Suitable for upcoming releases
Restock — Suitable for 24/7 monitoring and restocked tickets
Presale — Suitable for any presale sessions
```

* **CADR LAST 4-** The membership code or authentication code required for presale mode.
* **PROXY GROUP-** Assign a proxy group. A proxy will be automatically assigned to each task.
* **PROXY SERVER-** Assign a specific proxy to task individually.
* **PAYMENT METHOD-** KKtix only support **Manual Checkout**  payment methods.

{% hint style="info" %}
**Manual Checkout** (automatically opens a browser) — Suitable for purchasing more than 1 ticket, as additional ticket holder information is required.
{% endhint %}

* **POLL COUNT-** The number of times the task will check for ticket availability.
* **POLL INTERVAL\[S]-** The time interval (in seconds) between each availability check.
* **TIMEOUT\[S]-** The maximum time (in seconds) the task will wait for a response before giving up.

{% hint style="warning" %}
If you are unsure about what you are doing, it is recommended to leave these three settings unchanged.
{% 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:

```
GET https://docs.ticket-aio.com/task/kktix.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.
