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

# Server Members (Live Channel)

Ever wanted a voice channel to display your server count accurately and automatically?

## Setup

Simply run the `/server-stats` members command and select the channel you want to display the count,  then you'll be prompted with a form

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

Inside this form input what you want your channel's name to be, to display the member count use this `<members>` placeholder.\
\
After this Tickets will work its magic and setup the channel, this can take up to 1min but typiclly takes only 45 seconds

## Keeping the channel up to date

Every time a user joins or leaves your server we will edit the channel with the correct member count.\
So its always up to date

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

<figure><img src="/files/IJVZftucNUdDIX5ghadN" alt="" width="323"><figcaption></figcaption></figure>

{% hint style="info" %}
To ensure we wont be spamming the API there is a 30 second cooldown before changes, meaning that if someone joins before this cooldown ends the channel name will not change
{% endhint %}

### Thats it

Theres no TicketsPRO perks in this feature, if you need any additional help you can checkout our [<mark style="color:purple;">Answer Overflow</mark>](https://www.answeroverflow.com/c/1178835392586317854) page and our [<mark style="color:purple;">Discord Server</mark>](https://s.dscinv.xyz/support)


---

# 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/stats/members.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.
