# Timing

This module allows you to temporize the bot behaviour for the current list

![](/files/-Lulv47Ky4xPNLE1rfhs)

We have 2 options:

* **Date-time** --> the bot will execute operations after the given date-time
* **Delay** --> the bot will execute operations after the chosen delay since when the connection is accepted (in case of 1st degree connections delay is counted since the connection date)

Date-time must be kept in great consideration: it is the key to [generate long-term campaign](/how-to/how-to-generate-long-term-campaigns.md)


---

# 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.socializit.com/bot-management/people-control-panel/timing.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.
