> For the complete documentation index, see [llms.txt](https://docs.clashk.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clashk.ing/server-setups/autoboards.md).

# Autoboards

{% hint style="warning" %}
This feature is currently in **BETA**. We need to activate it on your server before you can use it. If you're interested in trying it out, you can request access in the **Discord** [**support**](https://discord.com/channels/923764211845312533/923786531876003850) **channel**. To activate it, we will need your **server ID** or **server name**.
{% endhint %}

## The goal

Autoboards are commands that are automatically triggered at a specific time of the day or during an event of the season.

{% hint style="info" %}
Here are the currently available commands:

* /legends clan
* /clan search
* /clan compo
* /clan donations
* /clan activity
* /clan capital
* /family clans

More commands will be added in the future, so feel free to suggest new ones!
{% endhint %}

### How to set it up

1. First, run the command you want to automate. For example: `/legends clan`.

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

2. Then, click on **...** > **More** on the message.

&#x20;

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

3. Next, go to **Apps** > **Automation**.

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

A settings message will appear:

<figure><img src="/files/402C2sfA3YA7f9Z35Zq1" alt=""><figcaption></figcaption></figure>

#### Auto Post

A message will be sent at the specific time you choose. You can select particular days of the week or trigger it during events like **End of Season**.

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

Once set, the command will automatically run in the channel where you configured the Autoboard at the scheduled time. For example, if you choose **End of Season**, the following message will automatically be sent at **5 AM UTC**:

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

{% hint style="warning" %}
There is currently no way to remove the Auto Post of autoboard with automation. A command will be added later. You can ask to remove an Auto Post automation in the discord support server.&#x20;
{% endhint %}

#### Auto Refresh

An embed message will be sent and automatically refreshed every **30 to 60 minutes**. You’ll also see a timestamp at the bottom indicating when it was last updated.

<figure><img src="/files/dChsTf6ktht4PoNonb8P" alt=""><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:

```
GET https://docs.clashk.ing/server-setups/autoboards.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.
