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

# Intro

Ticket AIO is an AIO (All-In-One) bot, meaning it supports several different site platforms. Each platform is unique in its setup and challenges, so it is important to understand how to set up each one properly.

Ticket AIO uses different **modules**, where each module represents a type of site.

#### Task Groups <a href="#task-groups" id="task-groups"></a>

When you want Valor to run on a site, you must first create a **task group**. Each task group is tied to a specific site, meaning you can only run one site per task group.

If you want to run multiple sites, you must create a separate task group for each one, even if they are in the same module.

You can also create multiple task groups for the same site if you want to stay organized or separate different setups. This will not cause any issues.

Click **Task** in the top navigation bar to go to the task page and get started.

<figure><img src="/files/1qoYKxnZXuRXwBZGIr6N" alt=""><figcaption></figcaption></figure>

To begin, click the blue **Add** icon in the top left corner. This will open a window where you can create a task group, give it a name, and select the module.

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


---

# 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/intro.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.
