> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/create-schedules.md).

# Create schedules

{% hint style="success" %}
It's important to know that this is an advanced feature.
{% endhint %}

With our schedules feature, you can send power actions, send commands, and create backups at scheduled intervals. This is incredibly useful for things like daily restarts, automatic backups etc.

To get started, head over to the [Game Panel ](https://game.lodestone.host)and select "Schedules" on the sidebar menu.

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

Click "Create" to begin the schedule creation process.

<figure><img src="/files/57qBJVhkePn6Hy7mWQcC" alt=""><figcaption></figcaption></figure>

Enter the name of the schedule and use cron syntax to configure when it should run. Once done, click "Submit" to create the schedule.

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

You can now click "Create Task" to configure a task for this schedule.&#x20;

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

Select the options you'd like to configure the task to use, and click "Submit" once done.

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

Your schedule will now be created and will execute as configured. You're also able to create multiple tasks per schedule without creating multiple separate schedules.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lodestone-technologies.gitbook.io/knowledgebase/game-panel/create-schedules.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.
