> For the complete documentation index, see [llms.txt](https://docs.gethoneycart.com/live-examples/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gethoneycart.com/live-examples/menus/daily-vs-weekly-vs-holiday-menus.md).

# Daily vs Weekly vs Holiday Menus

HoneyCart's Date Specific Menu feature allows you to control the dates or days of the week a menu, category or specific item is available for ordering:

* Daily menu: Taco Tuesday's
* Weekly menu: Truffle Slider special for last week of April
* Holiday menu: Thanksgiving menu available only on Thanksgiving day

## Daily Menu: Taco Tuesday's

Make a menu, category (i.e Taco Tuesday's) or item available only on a certain day(s) of the week.

{% hint style="success" %}
**Live Demo:** try the [Drop-Off Catering menu example](https://hc-live-examples.gethoneycart.com/?menu=1\&order_type=1) and choose any Tuesday.
{% endhint %}

![Set the Specific Days so the menu is only available on Tuesday's.](/files/mDYQuHLOwLmoPOUBi4DL)

![](/files/pC1xzM1EYHdruBrxw7t7)

## Weekly Menu: Truffle Slider appetizer

Make a menu, category or item (i.e Truffle Sliders) available only on the dates you choose (i.e final week of April).

![Set the Specific Dates so the item is only available for the last week of April.](/files/YvXXl4yZgQRg9KrxLYqN)

![](/files/sT8sSExUOedOBDmNC6ul)

## Holiday Menu: Thanksgiving

Make a menu (i.e Thanksgiving), category or item available only for a certain date like Thanksgiving.&#x20;

{% hint style="info" %}
**Good to know:** If you need separate event dates, times & policies for your holiday orders, create a [Holiday order type](/live-examples/order-types/holiday.md) instead.
{% endhint %}

<div align="center"><img src="/files/dToPvKg4MLyZmc3tAn0N" alt="Set the Specific Dates so the menu is only available on Thanksgiving."></div>

![](/files/y1LwuKLKcAVogKdZm0ph)


---

# 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://docs.gethoneycart.com/live-examples/menus/daily-vs-weekly-vs-holiday-menus.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.
