# Submit Expense

## Submit Expense

Use TZone to record business spend with the right details and support.

### What to include

* Expense date and amount.
* Merchant or spend description.
* Category, department, project, or cost center.
* Receipt, if required.

### Submit an expense

{% stepper %}
{% step %}

### Add the basic details

Enter the date, amount, merchant, and business purpose.
{% endstep %}

{% step %}

### Assign the right coding

Select the category and any required department, project, or cost center.
{% endstep %}

{% step %}

### Attach support and submit

Add the receipt, review the details, and send the expense for approval.
{% endstep %}
{% endstepper %}

### Before you submit

* Check your expense policy.
* Confirm the correct category.
* Review totals and attached documents.


---

# 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/employee-guides/submit-expense.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.
