> 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/addons/connect-occasions.md).

# Connect Occasions

To connect an occasion on an already created addons category in the NuFlorist app, follow these steps:

1. Navigate to your already created addons category. In our case, it’s “Valentine’s Day”.

<figure><img src="/files/4pmhrNJV7oYJ55oOaMU2" alt=""><figcaption></figcaption></figure>

2. Under “Connected occasions, choose “Connect occasion” if you already have the occasion created or “Create new” if you don’t have any.

<div align="center"><figure><img src="/files/L7yyD8wDR6IJVzvp5kFS" alt=""><figcaption></figcaption></figure></div>

3. When creating a new occasion, the tip is to use a descriptive name, because it will show to your customers and will be used to filter the products. Here we’ll use “Valentine’s Day” as the name of the occasion.

<div align="center"><figure><img src="/files/q3eEVqEX36aFRDVo4WR9" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Leave the checkbox “connect to the current category” on so you can connect to this new occasion directly.
{% endhint %}

4. Save your addons collection

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

<br>


---

# 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/addons/connect-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.
