# Scheduling

In the scheduling section are listed the import and export operations done within the bot context, such as Conversations, Delivery Receipts, Users Import and so on..

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

A scheduled import/export in the list can be downloaded or deleted by clicking the dots menu on the row's left.

<div align="left"><figure><img src="/files/e66uk0DtmmOLmqdohJdT" alt=""><figcaption></figcaption></figure></div>

### Schedule New Export

Clicking **schedule new export**, the schedule modal will appear as follows

<div align="left"><figure><img src="/files/uFXWj6vSoBTt7fk0lzdg" alt=""><figcaption></figcaption></figure></div>

### **Settings**

Each scheduled export has the following settings

### **Type**

That's the export type to schedule. The available export types are the following:

| Conversations     | Will export the bot conversations                                                                     |
| ----------------- | ----------------------------------------------------------------------------------------------------- |
| Statistics        | Will export the principal bot statistics, such as Messages count, New Users count, Tag Hit count etc. |
| Delivery Receipts | Will export every message delivery receipts for each conversation                                     |

### **Conversation Merge Variables**

It is possible to specify multiple additional variables to export, those will be inserted right after the **Date** column in the csv with their respective value, for each conversation.

{% hint style="warning" %}
This field is available only when selecting the Conversations export type.
{% endhint %}

{% hint style="info" %}
Note that the variable inserted must have the correct name as shown in the Variables Tab of the conversation; Otherwise, they will be simply added without a value in the export.
{% endhint %}

### **Title**

This is the export title that will appear in the scheduled export list.

### **Alert Email**

This is the email address that will receive a notification mail, once the scheduled report will be ready.

### **Conversation Data period**

The period filter that will be used to export the Report data.

### **Creation Schedule**

This will schedule the report generation based on one of the following choosable options

#### Every Week

The report will be scheduled to be generated every week.

#### Every Month

The report will be scheduled to be generated every month.

#### As Soon As Possibile

The report generation will run immediately and only once.


---

# 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.xenioo.com/analytics/scheduling.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.
