# Report Subscription

Purpose: Regularly send result reports to users' email without the need to access the system and perform complex operations.

On the left column of the website admin, select **"Report Subscription"**

![](/files/46iD5XsOsa9yHLUOkdLV)

At the report tracking management screen, click on the "Subscribe to a report" button

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

On the subscription screen, paste the link you want to track

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

If the link is valid, the system will display configuration information as below

<figure><img src="/files/2Owzd7jBrYNDHmAQQaSI" alt=""><figcaption></figcaption></figure>

Where:

* **Use advanced schedule**: Choose whether to use advanced scheduling. If this option is enabled, the system will allow you to set a schedule using [CRON expressions](/english/blog/introduction-to-cron-expression.md)
* If not using advanced scheduling, you can set your schedule by selecting it in the interface
* **Don't send if there aren't results**: Enable this option if you don't want to receive notifications if the report has no data
* **Attach results**: Enable this option if you want to receive an attached file of the report results in the email
* If you want to preview the email content, click the "Send now" button for the system to send immediately

After finishing the setup, click the "Save" button to save

The report subscription is now complete. From now on, the system will send email notifications to you based on the schedule you've set. You can also edit or cancel the subscription at any time.


---

# 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.bluecore.vn/english/extensions/report-subscription.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.
