> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/hybr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/hybr/features/cloud-cost-management/reconcilation.md).

# Reconcilation

**Go to Reporting → Reconciliation to find Invoice Reconciliation**

This feature will be enabled if we enable appsetting ShouldShowReportingReconcilationTab to true

![](/files/5xL58xbdRkiN07ZhJv7O)

This tab gives us the Invoice Reconciliation between Invoice usage and Cost Export

* ![](/files/NczI4M4S02M9W4wI5dU2)

Here we have some filters to list subscriptions, billing cycle , status and which data we should compared to&#x20;

In Summary -> We will show relevant details on billing cycle, Invoice no and Subscription with grid which is summation of total compared value.

![](/files/JgLfstf6zi0jfvSeKx2m)

This page is used to report issue if we have to track as an issue.

![](/files/UoXcwkBzkDznDL3Ow4Tj)

This grid values the Meter name, Category, Subcategory, Region name and Matched status if Invoice Usage and Cost Export value matched and mismatched if both differs, and subsequent columns will be variation compared

On clicking the grid it will navidate to this page to look for individual variation

![](/files/rtCLCRquBNK6QhdgsAF9)

This been done by two tasks in coconut

1. Downloader task

AzureInvoiceUsageDownloaderBatchTask - To download invoice usage from azure and save it as files in azure storage.

2. Spark Task

AzureInvoiceUsageMonthlyExport - To fetch data from downloaded file and seed it in db

The cost export data and Invoice usage data will be compared and seed it in Metadata&#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:

```
GET https://docs.cloudassert.com/hybr/features/cloud-cost-management/reconcilation.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.
