# Time Action

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-Lc6apBHoPZ753s7UK5T%2F-Lc6avVJU6vDXKHn1Wwr%2FScreen%20Shot%202019-04-10%20at%2011.15.49.png?alt=media\&token=670cefab-1868-4e91-b3b5-79d9f096030a)

The time action is a function that serves for the Bot to send a message (Push) to the user if it is 10 minutes ago without interacting with the Bot. It functions as a Timer, which reminds the user to interact with the Bot.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-Lc6apBHoPZ753s7UK5T%2F-Lc6c7lLUdAVIc2FhMFk%2FScreen%20Shot%202019-04-10%20at%2011.21.46.png?alt=media\&token=5ac418b1-1bd5-424e-b351-c810b4c6b6f0)

In addition to Repeating a Step, it can still start the next step, go to a specific step, or Disable Existing Action\![<br>](https://help.cosmobots.io/help/bot-builder/fluxo-da-conversa/testar-bot)


---

# 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://help-en.cosmobots.io/bot-builder/conversation-flow/time-action.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.
