# Create Your First Travel Request

## Create your first travel request

Travel requests give reviewers visibility before spend is committed.

### Before you start

Prepare:

* trip dates and destination
* business purpose
* estimated cost
* department, project, or cost center

### Step by step

{% stepper %}
{% step %}

### Start a new request

Open the travel request form from your dashboard or travel area.
{% endstep %}

{% step %}

### Add trip details

Enter the destination, dates, travelers, and business purpose.
{% endstep %}

{% step %}

### Add estimated spend

Include expected transportation, lodging, and other trip costs.
{% endstep %}

{% step %}

### Submit for approval

Review the details and send the request into workflow.
{% endstep %}
{% endstepper %}

### What happens next

Managers and finance teams can review budget, policy, and timing before travel is booked.


---

# 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-travel-request.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.
