# Countdown

<figure><img src="/files/dDGlx1ERqBoo2XOE975Q" alt="" width="464"><figcaption></figcaption></figure>

### Options

Counter allows you to format target date to your needs. The default format is `%d days, %h hours, and %m minutes left`. To hide unwanted time units, simply remove the corresponding placeholders. For instance, to hide hours, remove `%h`; if you only want to display days, use `%d days` as the format string.

### Example Usage

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


---

# 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/countdown.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.
