> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/trackyt/subscribers.md).

# Subscribers

Whether you want to track your friends channel subs, or your own our YouTube Subscriber Tracker is reliable and neat to use!

## Setup

{% hint style="warning" %}
You can only track 1 YT channel per server without [TicketsPRO](/ticketsdocs/pro/features.md), PRO servers get up to 3
{% endhint %}

To setup the tracking you must use the `/yt-tracking track` command and select a 'slot' these are from 1-3, you can select any you wish but be aware that if you are selecting a slot that is currently being tracked it will override it, you will also select a channel, this is the channel we will edit to have the channels sub count on while we recommend a voice channel as they dont really have restrictions on types of chars or spaces or capital letters, you can use a text channel if you so wish

After sending the command you'll get this popup which you must fill out

<figure><img src="/files/iaxhW5XE3VvgRO8nSc3f" alt="" width="375"><figcaption></figcaption></figure>

YouTube Channel ID: This is the channel id you will track, you can find this ID by going on a youtube channel, going to the about page, clicking "Share channel" and clicking "Copy Channel ID"\
Synced Channel name: this is what we'll name the channel, to display your subs you can use the `<ytsubs>` variable.

<figure><img src="/files/IyK0nu9Ue6ItEfdFnzqn" alt="" width="188"><figcaption></figcaption></figure>

After submitting this form we'll start tracking!\
You'll see this embed as well (say have you subscribed to our channel? We drop trailers, teasers, and perhaps other content! Subscribe [*<mark style="color:red;">here</mark>*](https://go.invomagic.com/subscribeyt))

<figure><img src="/files/sFsI0M4Tw7Ps0A4g6Pwg" alt="" width="563"><figcaption></figcaption></figure>

## Keeping the count up-to-date

Currently Tickets will check if its time to repoll if one of the following things occur

* Any message is sent
* Any Message is reacted to

Depending on your Tickets Plan you get different polling cooldowns\
Free Servers have a cooldown of 6 hours\
PRO Servers have a cooldown of a single hour so its more up-to-date\
\
If the Polling countdown is over we'll poll the YouTube API and then update your synced channel name with the current sub count!

## Delete a tracked channel

If you wish to stop tracking a YouTube channel you can use the `/yt-tracking delete` command and select a slot to delete, we will then delete all data from that slot.\
**THIS CANNOT BE UNDONE**

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

## List tracked channels

You can list your tracked channels easily using the `/yt-tracking list` command and it will display all of the tracked channels you have along with their synced discord channel ID

<figure><img src="/files/067PF4f2ATceCZdDq2oj" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://invomagic.gitbook.io/ticketsdocs/trackyt/subscribers.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.
