# Stream Countdown Shortcode

This is a self-closing shortcode. It outputs the countdown to the next scheduled stream. You can set shortcode attributes to alter its behavior.

***thumbnails*** - attribute will allow you to show or hide previews of the Twitch categories. Use `default` to output images and `hide` to hide them.

***color*** - attribute will allow you to add style to the button. Use `default` for dark styling of the schedule, `light` for light, and `none` for unstyled blank template.

{% hint style="info" %}
The shortcode will output nothing if there is no next scheduled stream.
{% endhint %}

Shortcode example:

```shortcode
[argus-twitch-countdown thumbnails="default" color="light"]
```


---

# 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://mykolapetrovych.gitbook.io/argus-wordpress-plugin/version-6.3.0/wordpress-shortcodes/twitch/connect-profile-shortcode-1.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.
