> For the complete documentation index, see [llms.txt](https://docs.nifty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nifty.ai/whats-new.md).

# What's New

## June 2026

### 📣 Announcements

1. **Depop $1,000 giveaway**: List 10 items on Depop through Nifty for a shot at $1,000, a free year of Nifty, and a free year of Depop Boosting. [Terms and conditions apply.](https://depophelp.zendesk.com/hc/en-gb/articles/47201562285457-Depop-x-Nifty-Prize-draw-Terms-and-Conditions)

### 🚀 New features

1. [**AI Studio**](/crosslisting/photo-editing-and-management.md#ai-studio): Restyle your product photos with AI — remove backgrounds in any color, or apply ghost mannequin, flat lay, shadow, and virtual model edits to one or many photos at once.
2. [**Bulk edit**](/inventory-management/bulk-actions.md#bulk-edit): Edit condition, condition notes, quantity, COGS, and SKU across multiple selected items at once — toggle on just the fields you want to change and leave the rest untouched.
3. [**Pricing Rules**](/crosslisting/pricing-rules.md): Set a primary marketplace and tell Nifty how your other marketplaces' prices should compare to it. The new [**Price inconsistency**](/inventory-management/warnings.md) warning flags items whose prices have drifted out of line.
4. [**Missing SKU warning**](/inventory-management/warnings.md): Turn on the new Missing SKU warning to flag any item that doesn't have a SKU set.

### 🌟 Improvements

1. [**Otto item edits**](/otto/ask-otto.md): Otto can now propose up to 20 edits at a time (up from 5), and edit reliability has been improved — fewer publishing errors.

## May 2026

### 📣 Announcements

1. [**Whatnot**](/marketplace-guides/selling-on-whatnot.md): Whatnot is now available on our Crosslisting and Bundle plans!
2. [**Connecting Depop**](/connections/connecting-depop.md): We've partnered with Depop to offer a more seamless connection experience. New connections do not require a magic link, and will last 12 months.

### 🌟 Improvements

1. [**Dismiss Needs Attention items**](/home/home.md#needs-attention): Hide items from your Needs Attention card with the new Dismiss button — dismissed items move to a Dismissed tab and stay there for 7 days.

## April 2026

### 🚀 New features

1. [**Label filters**](/inventory-management/search-sort-and-filter.md): Filter your inventory by labels with include and exclude mode. Include labels to show only matching items, or exclude labels to hide them. You can use both at the same time — for example, include **Summer** while excluding **Consigned**.
2. [**AI shipping preset selection**](/crosslisting/listing-shortcuts.md#shipping-presets): Add usage conditions to your shipping presets and let AI automatically pick the right one for each listing during AI generation.
3. [**Otto item edits**](/otto/ask-otto.md): Ask Otto to update item titles, descriptions, conditions, condition descriptions, prices, quantities, cost of goods, and SKUs. Otto will propose the changes for your approval before anything goes live.

### 🌟 Improvements

1. [**Smart credit history**](/crosslisting/smart-credits.md): See a detailed breakdown of your smart credit activity — top-ups, monthly allowances, bonuses, and refunds — on the Subscription page.

## March 2026

### 📣 Announcements

1. **Whatnot**: Whatnot is ready for beta testing! We're hoping to launch to everyone in April.

### 🚀 New features

1. [**Ask Otto**](/otto/ask-otto.md): Meet your new AI assistant! Otto can review your items, settings, and sales, providing business insights. He can help organize your inventory with labels and notes, and even edit your listings. Available on **Crosslisting** and **Bundle** plans.
2. [**Home page**](/home/home.md): See your daily stats, goals, and items that need attention — all in one place.

### 🌟 Improvements

1. [**SKU & condition description in AI generation**](/crosslisting/ai-listing-generator.md): The AI listing generator can now fill out SKU and condition description. Enable it by updating your custom instructions.
2. **Quick edit**: Open your item details directly from the Inventory Manager and make edits without leaving the page.
3. **Buyer location**: Our Orders Report now includes buyer state and country.

### 🐛 Bug fixes

1. **Mercari sales timing**: Fixed an issue where Mercari sales appeared one day early due to a timezone issue.

## February 2026

### 🚀 New features

1. [**Waterfall offers**](/automation/automatic-offers.md): If a buyer doesn't respond to your initial offer, Nifty can automatically send follow-up offers with deeper discounts.
2. [**Customize AI generation**](/crosslisting/ai-listing-generator.md): Custom instructions let you control how the AI writes titles, descriptions, and conditions.

### 🌟 Improvements

1. [**Additional insights**](/analytics/insights-and-reports.md): The Insights tab now shows sell-through rate, units listed vs. sold, and averages by marketplace.

## January 2026

### 🚀 New features

1. [**Active Inventory report**](/analytics/insights-and-reports.md): Export a list of your currently listed items from Profit & Loss.
2. [**Relist from menu**](/inventory-management/inventory-manager.md): Relist delisted listings directly from the listing menu in the Inventory Manager.
3. [**List instantly**](/crosslisting/creating-and-editing-items.md#saving-and-publishing): No more waiting for your listings to go live! Nifty will publish in the background, saving you even more time.

### 🌟 Improvements

1. [**Optimized recreates**](/automation/automatic-relists/automatic-recreates-ebay.md): Nifty now waits until your eBay listing has 30 minutes left before recreating it, so it stays listed as long as possible.


---

# 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://docs.nifty.ai/whats-new.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.
