> 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/tixcraft.md).

# Tixcraft

## How Releases Work

Tixcraft is one of the most popular ticketing platforms in Taiwan, commonly used for concerts, sports events, and entertainment shows. Since ticket inventory is often very limited and demand is high, releases on Tixcraft can be extremely competitive.

Tixcraft 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 be ready before the release starts, as tickets can sell out within seconds.

Tixcraft requires users to solve an image-based CAPTCHA during the checkout process. This must be completed accurately and quickly, as failing or taking too long may result in losing your spot. It is strongly recommended to enable the OCR model in the settings to automatically solve CAPTCHAs and improve your chances of securing a ticket.

## Creating Tasks

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

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

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

<figure><img src="/files/3n8s5zXUhFpNjXLQp8L6" 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.
* **GAME CODE-**  The session you want to target.

{% hint style="info" %}
For example: <https://tixcraft.com/activity/detail/26_btskns>\
**GAME CODE will be :** **26\_btskns**
{% endhint %}

* **DATE-** The event date you want to target. You can click the **SEARCH DATE** button to retrieve the available sessions.
* **QTY-** The quantity you want to purchase.
* **SEAT PREF-** Enter a seat keyword, such as **VIP** or **10000**.

{% hint style="info" %}
The **SEARCH SEAT** button can only be used for sessions that are already open for purchase.
{% endhint %}

* **MODE-** There are four modes available:

```
Normal — Suitable for upcoming releases
Restock — Suitable for 24/7 monitoring and restocked tickets
Presale — Suitable for any presale sessions
LiveNation — Only available for LiveNation member presales
```

* **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-** Tixcraft supports 3 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.

**Credit Card Mode** — Automatically selects credit card checkout and opens the credit card input screen.

**Bank Transfer Mode** — Automatically selects bank transfer and displays the transfer details in the webhook.
{% 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/tixcraft.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.
