# Home

**Home** gives you the full picture — see what's working, what needs attention, and whether you're on track to hit your goals. It's the first thing you see when you open Nifty.

## Where to find it

Go to [**Home**](https://app.nifty.ai/home) in the left sidebar (computer) or bottom navigation bar (mobile), or click the Nifty logo.

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

## What's included

| Section             | What it shows                                     |
| ------------------- | ------------------------------------------------- |
| **Getting started** | Step-by-step guide to set up or get back on track |
| **Today's summary** | Your automation and analytics numbers at a glance |
| **Goals**           | Progress toward targets you've set                |
| **Needs attention** | High-priority actions worth handling now          |
| **What's new**      | Recent feature releases and improvements          |

### Getting started

The **Getting started** checklist walks you through the steps to get Nifty fully set up. Whether you're new or returning after a break, it surfaces what's most relevant to your situation.

{% hint style="info" %}
For detailed instructions, see [Quickstart](/getting-started/quickstart.md) or [Getting Back on Track](/getting-started/getting-back-on-track.md).
{% endhint %}

### Today's summary

A quick snapshot of your day:

* **Automation metrics** — Shares, Relists, Offers, and Follows completed today. This is the same data you'd see on the [**Dashboard**](/automation/dashboard.md), summed up across marketplaces.
* **Analytics metrics** — Units Listed, Units Sold, Revenue, and Profit. This matches what you'd see at the top of [**Insights**](/analytics/insights-and-reports.md) if you filtered to today.

What you see depends on your plan. **Automation** plans show automation metrics. **Crosslisting** and **Bundle** plans show both.

### Goals

Set targets and track your progress over time. When you know what you're aiming for, it's easier to stay focused. Available goal types:

* **Profit** — Track profit against a dollar target
* **Sales** — Track number of sales
* **Listings** — Track how many items you've listed
* **Sell-through rate** — Track the percentage of inventory sold

Each goal can be weekly, monthly, quarterly, or yearly — and resets at the start of each period.

{% hint style="info" %}
**Goals** are available on **Crosslisting** and **Bundle** plans.
{% endhint %}

### Needs attention

A list of things that need action now. Nifty always sends an email for time-sensitive issues, and this section serves as a backup to track everything. Issues automatically dismiss depending on the type:

| Issue                                      | Expiration                                             | Email sent | Dismissable |
| ------------------------------------------ | ------------------------------------------------------ | ---------- | ----------- |
| Marketplace connection expired             | When reconnected, or 30 days after disconnection       | Yes        | Yes         |
| Unexpected error with Dashboard activity   | When turned back on, or 30 days after being turned off | Yes        | Yes         |
| Incomplete auto-delisting for recent sales | After 7 days                                           | Yes        | Yes         |
| Unverified items in inventory              | When count reaches zero                                | No         | No          |
| Potential duplicates                       | When count reaches zero                                | No         | No          |
| Listings with publishing errors            | When count reaches zero                                | No         | No          |
| No full sync in over 30 days               | After sync is completed                                | No         | No          |
| Automatic offers skipped due to a filter   | After 7 days                                           | No         | Yes         |

Each item links directly to where you can fix it — so you spend less time hunting and more time selling.

Dismissable issues can be hidden with the **Dismiss** button — they move to the **Dismissed** tab and stay there for 7 days before reappearing if still unresolved.

### What's new

A quick look at recent releases, organized by month. For the full changelog, see [What's New](/whats-new.md).


---

# Agent Instructions: 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:

```
GET https://docs.nifty.ai/home/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
