> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/publish-and-measure/how-do-i-schedule-updates-in-nav.md).

# How do I schedule updates in Nav?

{% stepper %}
{% step %}

### Click on the "Publish" button

<figure><img src="/files/5GpJfnRjRb7u4tobHjZ5" alt="How do I schedule updates in Nav? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "Schedule Publish"

<figure><img src="/files/bKMcCRwSTLvv2NGAuCcY" alt="How do I schedule updates in Nav? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add the details like- name, day and time

<figure><img src="/files/jf40tXSM16dANEKa7s5W" alt="How do I schedule updates in Nav? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the date picker

<figure><img src="/files/MNrYFFMlpzqnXNuedUA4" alt="How do I schedule updates in Nav? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select a date and time

<figure><img src="/files/tdSZt3sTg1Y3RcaR7ebR" alt="How do I schedule updates in Nav? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Add new schedule"

<figure><img src="/files/KjgjGSy4TSQJy1Dot6IX" alt="How do I schedule updates in Nav? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Add Schedule"

<figure><img src="/files/5Y05PMyGOVE3U9EVwnq5" alt="How do I schedule updates in Nav? — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To review or edit the scheduled publish, click on the icon

<figure><img src="/files/iYXkhFDxa1PYPwxcVcPZ" alt="How do I schedule updates in Nav? — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Next click on the 3 dots

<figure><img src="/files/CpVcpb0TbMzUO86n6B7Y" alt="How do I schedule updates in Nav? — step 9"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Here you can modify the schedule, edit the Nav, publish the changes now instead of waiting for the future date or delete the scheduled publish.

<figure><img src="/files/0If1V6pnSLKmxT9qKOIj" alt="How do I schedule updates in Nav? — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Update schedule"

<figure><img src="/files/VlchpbdeAElMTx64JXKD" alt="How do I schedule updates in Nav? — step 11"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click this icon.

<figure><img src="/files/fRxhr45XO8RwbYEoepXp" alt="How do I schedule updates in Nav? — step 12"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-nav/publish-and-measure/how-do-i-schedule-updates-in-nav.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
