# Scheduled Publishing

This documentation is based on the *FoodCrunch* use case. Please open the link below alongside this page to understand the examples.

{% content-ref url="/pages/-MSTfiNBwo8C1m-UB3WL" %}
[Introduction and Use Case](/id-02-documentation/introduction-and-use-case.md)
{% endcontent-ref %}

When you add content through the Squidex portal, you can either *Save* or *Save and Publish*.

*Save and Publish* publishes your content immediately, however there may be instances where you would like to publish your content at a later date. You can do this by scheduling your content.

To schedule your content, select *Save* content. Once your content is saved, navigate back to the list of content. Select the content(s) that you would like to publish at a later date by using the **checkbox** (1), then click **Published** (2).

<figure><img src="/files/OfJU056dFuKr6k3ruX8K" alt=""><figcaption><p>Publishing at a later date</p></figcaption></figure>

On the pop-up prompt select **Set to Published at a later point date and time** (3) and click **Confirm** (4). Click on the time zone to change between *Local* & *UTC,* if required.

<div align="left"><figure><img src="/files/ICUBL9AywvQUupNxzzCg" alt=""><figcaption><p>Selecting a schedule</p></figcaption></figure></div>

You can now see your content publishing schedule under **Scheduled Contents**.

<figure><img src="/files/eXvDrrWAZkGvIUdTg87C" alt=""><figcaption><p>Scheduled contents view</p></figcaption></figure>

The Scheduled Contents area has a daily, weekly and monthly view that you can toggle between.


---

# 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.squidex.io/id-02-documentation/concepts/content/scheduled-publishing.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.
