# Setting up a CRON job

You will most likely need the scheduler running in order to perform your regular tasks.

Setting up CRON with Siteground is quite easy

From the Site Tools / Devs section, add a new cronjob as below

`cd ~/www/example.org/Live && php81 artisan schedule:run >> /dev/null 2>&1`

Set this with a custom pattern of five start separated by spaces.  This equates to every minute.

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

{% hint style="info" %}
substitute example.org with your domain name
{% endhint %}


---

# 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://laravelsharedhosting.novate.co.uk/siteground-shared-hosting/setting-up-a-cron-job.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.
