# Reimbursement Workflows

## Reimbursement workflows

Approved expenses still need finance processing before reimbursement is complete.

### Typical workflow

{% stepper %}
{% step %}

### Expense is approved

The item clears manager and required finance review.
{% endstep %}

{% step %}

### Finance confirms readiness

Finance checks receipts, policy, coding, and duplicate risk.
{% endstep %}

{% step %}

### Reimbursement is scheduled

The expense moves into the payment process.
{% endstep %}

{% step %}

### Status updates for the employee

The employee can track reimbursement progress in TZone.
{% endstep %}
{% endstepper %}

### Common delays

* missing receipt
* incorrect coding
* policy exception review
* duplicate submission concerns


---

# 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/reimbursement-workflows.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.
