> For the complete documentation index, see [llms.txt](https://updates.bulkdelivery.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://updates.bulkdelivery.pro/mid-winter-maintenance-and-more.md).

# Mid-Winter Maintenance & More

We pushed out our most recent update yesterday with a PILE of changes. Primarily, we decided to switch who we are using for images in an effort to prepare for more efficient scaling (as well as a brand new feature we're working on). We used this opportunity to upgrade a number of other packages and perform some admin page cleanups to the "Vehicles", "Products", and "Category" pages.&#x20;

Note that you can now rapidly add product pricing items with our smart "duplicate" feature.  The logic behind this will look at the item you're duplicating and perform the same calculation on your next yardage increment.  This is a MASSIVE time saver when populating products. We also found/fixed some inconsistencies around the app and updated how we label many of the "toggle" switches to read more clearly. &#x20;

Now that our garage is cleaned up, and plumbing fixed, the stage is set to build out some really exciting things we have planned for this upcoming season. &#x20;

Stay tuned!


---

# 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://updates.bulkdelivery.pro/mid-winter-maintenance-and-more.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.
