> For the complete documentation index, see [llms.txt](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/time-delay-card.md).

# Time Delay Card

Time Delay card rule card allows you to pause the conversation for a specified amount of time. The time can be in seconds, minutes, hours, or days. You can use a Time Delay card to create a natural and realistic conversation, such as sending a typing indicator, a read receipt, or a follow-up message.

## How It Works:

Place the Time Delay card between the two conversational cards. By doing so, you can control the pacing of the conversation, allowing users to digest information or prepare for the next interaction without feeling rushed. This simple yet effective technique enhances the overall conversational flow and user experience.

### Using Time Delay Card

### Pause till&#x20;

* You need to enter the value and choose the unit of time that you want to pause your journey/flow for.&#x20;
* The value should be a positive integer and the unit of time should be seconds, minutes, or hours.&#x20;

For example, you can enter 10 and choose seconds if you want to pause your journey/flow for 10 seconds.

<figure><img src="/files/S0G745HEyRwAbzKpM57k" 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, and the optional `goal` query parameter:

```
GET https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/time-delay-card.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
