> For the complete documentation index, see [llms.txt](https://nuflorist.gitbook.io/nuflorist/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nuflorist.gitbook.io/nuflorist/faq/occasions.md).

# Occasions

<details>

<summary>What is an occasion?</summary>

Occasions are pre-configured settings that allow you to customize the shopping experience for specific events or themes. An occasion typically includes:

* Title: The name of the occasion, such as "Valentine's Day" or "Birthday."
* Messages: Pre-set or customizable messages that can be included with the floral arrangement.
* Add-ons: Additional products like chocolates, wine, or vases that complement the floral arrangement and are suitable for the specific occasion.

Know more: [Occasions](/nuflorist/occasions/understanding-occasions.md)

</details>

<details>

<summary>How can I create and set up occasions?</summary>

To create and set up occasions, follow these steps:

1. Go to the "Occasions" section in your app.
2. Click on "Create New Occasion."
3. Enter a user-friendly title for the occasion (e.g., "Valentine's Day").
4. Add messages for the occasion by clicking on "Add New Message" and entering the desired text.
5. Connect addons categories by clicking "Connect Category" and selecting or creating the necessary addons category.

Know more: [Creating an Occasion](/nuflorist/occasions/creating-an-occasion.md)

</details>

<details>

<summary>How can I connect addons categories?</summary>

To connect categories on occasion, follow these steps:

1. Go to the "Occasions" section in your app.
2. Click on the occasion you want to edit.
3. Under the "Connect Categories" section, click "Create New" or "Connect Category."
4. If creating a new one, enter the title and link it to a Shopify collection.
5. If connecting, select an existing category from the list.

Know more: [Connect Addons](/nuflorist/occasions/connect-addons.md)

</details>

<details>

<summary>How many messages can I add to each occasion?</summary>

You can add up to 10 messages to each occasion. This allows you to provide a variety of pre-set messages for different occasions.

</details>

<details>

<summary>Can I recover a deleted occasion?</summary>

No, once an occasion is deleted, it cannot be recovered.

</details>


---

# 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://nuflorist.gitbook.io/nuflorist/faq/occasions.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.
