# Review Requests

## Review Requests

Managers review requests for business purpose, timing, and spend reasonableness.

### Review a request

{% stepper %}
{% step %}

### Confirm the business reason

Check that the request explains the purpose and value of the spend.
{% endstep %}

{% step %}

### Review budget and policy context

Look for budget impact, missing details, and policy concerns.
{% endstep %}

{% step %}

### Approve or return

Approve complete requests quickly. Return incomplete items with a clear note.
{% endstep %}
{% endstepper %}

### Good review habits

Approve quickly when information is complete.

Return items when updates are needed.


---

# 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/manager-guides/review-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.
