# Edit Submitted Requests

## Edit submitted requests

TZone lets you update eligible requests when changes are needed.

Drafts are usually editable at any time.

Returned items are usually editable until resubmitted.

### Common reasons to edit

* missing receipt or attachment
* wrong amount or coding
* updated trip details
* added reviewer comments

### Best approach

1. Open the request details.
2. Review the latest status and comments.
3. Update only the fields that need correction.
4. Resubmit when everything is complete.

{% hint style="info" %}
Some approved items may require a new submission instead of an edit.
{% endhint %}


---

# 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/edit-submitted-requests.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.
