# Counters list

- [Members](https://docs.member-counter.eduardozgz.com/readme/counters-list/members.md): Count members, you can also filter them by their online status, specific roles and more.
- [Math](https://docs.member-counter.eduardozgz.com/readme/counters-list/math.md): Perform math operations like addition, substraction, multiplication, division or modulus on a list of numbers.
- [Channels](https://docs.member-counter.eduardozgz.com/readme/counters-list/channels.md): Count the number of channels within specificed categories or overall.
- [Clock](https://docs.member-counter.eduardozgz.com/readme/counters-list/clock.md): Display a clock adjust to your preferred timezone.
- [Countdown](https://docs.member-counter.eduardozgz.com/readme/counters-list/countdown.md): Create a countdown timer with a format tailored to your needs.
- [Game](https://docs.member-counter.eduardozgz.com/readme/counters-list/game.md): Retrieve the current number of online players in your game server, compatible with more than 320 games.
- [HTTP](https://docs.member-counter.eduardozgz.com/readme/counters-list/http.md): Send a GET request to an endpoint and provide the result to this bot.
- [Nitro Boosters](https://docs.member-counter.eduardozgz.com/readme/counters-list/nitro-boosters.md): Retrieve the count of Nitro boosters for the server.
- [Reddit](https://docs.member-counter.eduardozgz.com/readme/counters-list/reddit.md): Retrieve the title of a subreddit along with the total number of members and the count of members currently online.
- [Replace](https://docs.member-counter.eduardozgz.com/readme/counters-list/replace.md): Text replacement, useful in conjunction with other nested counters for comprehensive text modification.
- [Roles](https://docs.member-counter.eduardozgz.com/readme/counters-list/roles.md): Count all roles present in the server. That's it.
- [Bot stats](https://docs.member-counter.eduardozgz.com/readme/counters-list/bot-stats.md): Return the total number of users and servers the bot is currently in (you probably don't need this).
- [Twitch](https://docs.member-counter.eduardozgz.com/readme/counters-list/twitch.md): Retrieve follower count and total view count for a Twitch channel.
- [YouTube](https://docs.member-counter.eduardozgz.com/readme/counters-list/youtube.md): Get the subscriber count, video count, and total views for a YouTube channel.
- [Number](https://docs.member-counter.eduardozgz.com/readme/counters-list/number.md): Converts any text to a number, so it can later be formatted or be used as a nested counter in other counter's arguments that requires a number.
- [Concat](https://docs.member-counter.eduardozgz.com/readme/counters-list/concat.md): Concatenate multiple strings into one.


---

# Agent Instructions: 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.member-counter.eduardozgz.com/readme/counters-list.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.
