> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nectarclimate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bills

> View, filter, and manage processed utility bills.

<Tip>
  Need help in this area? See [Data Inventory FAQ](/platform/data-inventory/faq).
</Tip>

<Tip>
  A **bill** is a single processed utility document containing dates, charges, and usage. The Nectar API calls this a **document**. See [glossary — bill](/platform/glossary#bill) and [glossary — document](/platform/glossary#document).
</Tip>

Navigate to [**Data Inventory**](https://dash.nectarclimate.com/data-inventory) > **Bills** to see all processed utility bills across your portfolio.

**See also:** [Glossary — Bill](/platform/glossary#bill) for full field definitions, and [Data Quality — Issues](/platform/data-quality/issues) for resolving data quality issues.

## Table columns

The bills table displays the following columns by default:

| Column            | Description                                               |
| ----------------- | --------------------------------------------------------- |
| **Bill date**     | The billing period end date                               |
| **Site**          | The facility associated with the bill                     |
| **Account**       | The utility account number                                |
| **Utility type**  | Electricity, gas, water, etc.                             |
| **Total charges** | The total dollar amount of the bill                       |
| **Usage**         | Total consumption for the billing period                  |
| **Status**        | Processing status (e.g., processed, has issues, pending)  |
| **Source**        | How the bill was ingested (connection, upload, or manual) |

You can customize visible columns by clicking the **Columns** button above the table.

## Filtering

Use the filter bar above the table to narrow results. Available filters include:

* **Date range** — Filter bills to a specific billing period
* **Site** — Show bills for one or more sites
* **Utility type** — Filter by electricity, gas, water, or other commodity types
* **Connection** — Show bills from a specific connection
* **Status** — Filter by processing status
* **Street**, **Zipcode**, **Country** — Find bills by location. These search the bill's service address along with the meters and sites the bill covers. See [Location filters](/platform/data-inventory/overview#location-filters) for how related-record search and the Contains/Is match modes work.

Filters can be combined. Active filters appear as chips that can be individually removed.

## Sorting

Click any column header to sort the table by that column. Click again to toggle between ascending and descending order. The current sort direction is indicated by an arrow icon in the column header.

## Bulk actions

Select one or more rows using the checkboxes on the left side of the table to reveal the bulk actions toolbar. The selection persists across pages of results, so you can build up a set across filtered views before acting.

| Action                        | What it does                                                                                                                                                                            |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Download documents as ZIP** | Bundle the original bill PDFs (or scanned images) for the selected rows into a ZIP and email the archive to you.                                                                        |
| **Download usage data**       | Export the parsed usage rows from the selected bills as a spreadsheet.                                                                                                                  |
| **Download line items**       | Export the parsed line-item charges (delivery, supply, taxes, etc.) from the selected bills as a spreadsheet.                                                                           |
| **Flag for review**           | Mark selected bills as needing review. Already-flagged bills in the selection are skipped.                                                                                              |
| **Remove flags**              | Clear the review flag from the selected bills. Bills without a flag are skipped.                                                                                                        |
| **Delete bills**              | Permanently remove the selected bills and their parsed [usage data](/platform/glossary#usage-data). Confirmation is required and the action cannot be undone. Requires edit permission. |

<Note>
  There's no bulk reassign for bills. If you need to move a bill onto a different [account](/platform/glossary#account) or [meter](/platform/glossary#meter), open the bill and use the reassign actions on the bill detail page. To move historical bills from an email connection onto an online connection in one shot, see [Switching between email and online connections](/platform/data-input/consolidating-connections).
</Note>

## Opening a bill

Click any row in the table to open a slide-out **Bill Sheet** with a quick preview of the bill's key details. From the sheet, click **View full detail** to navigate to the [bill detail](/platform/data-inventory/bill-detail) page.

Bills that have been revised show a banner in the detail view indicating their revision status. See [Bill detail](/platform/data-inventory/bill-detail#revised-bills) for details on comparing and linking revisions.

## FAQ

<AccordionGroup>
  <Accordion title="Why don't I see a bill I just uploaded?">
    Bills may take a few minutes to process after upload. Check the **Data Input** > **Uploads** page to verify the upload status. If processing fails, the upload will show an error with details.
  </Accordion>

  <Accordion title="What does it mean when a bill has issues?">
    A bill with issues has been flagged by Nectar's quality checks — for example, a potential duplicate, missing usage, or an unmatched account. Each issue has a specific type and guided resolution steps. Open the bill to see the issues and resolve them, or use the [Data Quality > Issues](/platform/data-quality/issues) triage inbox. See [Glossary — Data quality issue](/platform/glossary#data-quality-issue).
  </Accordion>

  <Accordion title="Can I export the bills table?">
    Yes. Use the [Data Export](/platform/data-export/overview) section to export bill data in various formats or push it to third-party integrations.
  </Accordion>
</AccordionGroup>
