> 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/big-maintenance-nano-ids-product-list-cleanup-and-hidden-categories.md).

# Big Maintenance, Nano IDs, Product List Cleanup & Hidden Categories

There's been a big (BIG) under-the-hood update that has been hanging out in the corner, reminding us of its presence every so often.  Unfortunately, in this world of software dev, there's often another small something that prevents the big something from getting done.  We finally decided to refactor the small something, so we could do the big something and get back to the fun somethings.  &#x20;

**BIG MAINTENANCE**\
Pretty much just what the title says.  There was a major version (11) that was released last month with lots of new goodies. We got the house in order and made the push. Feels good!\
\
**NANO IDs**\
A new feature that we're building out will benefit from each BDP account having a unique ID that isn't tied to something that could potentially be changed, intentionally or accidentally. These unique IDs help beef up BDP's security and, frankly, who doesn't love looking at a random string of characters as part of your URLs?

**PRODUCT LIST CLEANUP**\
This has been on the "we should fix that" list for awhile.  While some additional functionality will be coming to this page sometime soon, at least now each Product's status is clearly noted, and that info can be accessed on a phone as well.  Plus, we lit up a new icon that appears if a product uses our new "Published (Hidden)" status.

**HIDDEN CATEGORIES**\
Like last release's "Hidden Products", we realized that "Hidden Categories" might actually be even MORE valuable. You can now run a promotion on a group of products (accessed by a QR code or other custom URL) and know that what you're sharing on those pages can't be discovered without access to your private link.&#x20;


---

# 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/big-maintenance-nano-ids-product-list-cleanup-and-hidden-categories.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.
