# Reviewing Receipts and Duplicates

## Reviewing receipts and duplicates

Receipt quality affects review speed.

Duplicate checks protect finance accuracy.

### What finance should confirm

* the receipt matches the expense amount
* the merchant and date are readable
* the image is complete
* the expense was not submitted twice

### Duplicate warning signs

* same amount and merchant
* same date and employee
* repeated uploads of the same file

### Best practices

* return unclear items quickly
* document duplicate decisions
* watch repeated errors by category or user


---

# 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.techzala.com/finance-guides/reviewing-receipts-and-duplicates.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.
