# Create Your First Expense

## Create your first expense

Your first expense should be simple, complete, and easy to review.

### Before you start

Make sure you have:

* the expense date and amount
* a receipt image or file
* the business purpose
* the right category and coding

### Step by step

{% stepper %}
{% step %}

### Open the expense form

Start a new expense from your dashboard or expense area.
{% endstep %}

{% step %}

### Add expense details

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

{% step %}

### Add coding and receipt

Choose the right category, department, project, or cost center.

Upload the receipt if required.
{% endstep %}

{% step %}

### Review and submit

Check the totals, notes, and attachments before sending.
{% endstep %}
{% endstepper %}

### After submission

Track the status from your submitted items list.

If the item is returned, update it and resubmit.


---

# 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/getting-started/create-your-first-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.
