# Home

🤖 Countable is a small, robust bot to help support and manage a counting channel in your Discord server!

## Getting Started

Setup is extremely easy, and only requires a couple of commands to get everything up and running!

1. Invite the bot to your server with [this link](https://invite.countable.cc).
2. Get Countable to watch your counting channel with [`` `set-channel ``](https://docs.countable.cc/features/commands#set-channel)
3. The count will start at 0, but you can use [`` `set-count ``](https://docs.countable.cc/features/commands#set-count) if you want to continue from an existing counting channel.

Happy counting!

{% hint style="info" %}
Make sure to check out the full list of available [commands](https://docs.countable.cc/features/commands) to see what else Countable can do!
{% endhint %}


---

# 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.countable.cc/master.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.
