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

# Addons

<details>

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

You can create an addons category by accessing the " Add-on” section under your Nuflorist App and following the step-by-step tutorial.

[addons](/nuflorist/addons/understanding-addons.md)

</details>

<details>

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

To delete addons categories in NuFlorist, follow these steps:

1. Go to addons Categories:

* Navigate to the section where your addons categories are listed.

2. Bulk Delete the Category:

* On the “table” view, check all categories you want to remove and click on “delete selected items” next to the search icon at the top of the table.

3. Individually Delete the Category:

* Open the addons category you want to remove.
* You’ll see a button at the bottom of the page called “Delete category”
* Confirm the deletion

For more detailed steps and screenshots, refer to the full tutorial.

[Deleting addons](/nuflorist/addons/deleting-addons.md)

</details>

<details>

<summary>How do I edit my addon categories?</summary>

To edit your categories in NuFlorist, follow these steps:

1. Find and click on the name of the category you wish to modify
2. Update the title or linked collection on your addons category.
3. Save your changes so the updates are applied.

For a detailed guide, refer to the full tutorial.

[addons](/nuflorist/addons/understanding-addons.md)

</details>

<details>

<summary>How to connect add-ons to occasions</summary>

1. Click on the name of the addons category you wish to modify.
2. Connect occasion: Click on Connect occasion or Create new if you don’t have one yet.
3. Save Changes: After making the necessary edits, save your changes so the updates are applied.

For a detailed guide, refer to the full tutorial.

[Connect Occasions](/nuflorist/addons/connect-occasions.md)

</details>

<details>

<summary>Can I add or delete products on my add-on categories?</summary>

Your add-on category will always be linked to a Shopify collection. To update your categories, you need to edit your Shopify collection.

Know more: [Add products to Addons Categories](/nuflorist/addons/add-products-to-addons-categories.md)

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