# How to Send an Envelope for Approval

{% hint style="warning" %}
You can send envelopes for approval only with these statuses:

* Draft
* Waiting
  {% endhint %}

### Send an envelope for approval

<figure><img src="/files/W50VCLu8T13EyeCuyo2H" alt=""><figcaption></figcaption></figure>

1. Open a draft envelope or an envelope in **Waiting** status.
2. In the header (top-right), click the **Approval** <img src="/files/LoxMwkDGDJCEnuqQ8QSg" alt="" data-size="line"> icon.
3. In the dialog, select a saved route.\
   — Optional: mark the envelope as urgent.
4. Click the <img src="/files/sFJTVbrU62l0cu5oJjic" alt="" data-size="line"> button.

{% hint style="info" %}
You can search routes by name. Use the info icon next to a route to view details.
{% endhint %}

### Create an approval route

<figure><img src="/files/wXp5qiK6t1Vvlr38LsL7" alt=""><figcaption></figcaption></figure>

1. In the approval dialog, click the <img src="/files/8uqrzgUOeEOGckq5k7UR" alt="" data-size="line"> button.
2. Enter the route name.
3. In **Approver** and **Mailbox**, select the approver mailbox (search by name or UUID).
4. Click the **Add** <img src="/files/aDoUuieHFOgcYpVmILRg" alt="" data-size="line"> icon. To remove an approver, click the <img src="/files/3HzfBnA7BWsNMrJ6w78O" alt="" data-size="line"> icon.
5. Repeat for each approver.
6. Click the <img src="/files/AT5NRnpswwA7kmSYflzd" alt="" data-size="line"> icon.

{% hint style="warning" %}
You can’t set an approver mailbox that:

* participates in the envelope processing flow
* is a duplicate mailbox already used in the approval route
  {% endhint %}

### Set route access

{% columns %}
{% column width="41.66666666666667%" %}
You can share a route with:

* selected mailboxes in your account
* all mailboxes in your account
  {% endcolumn %}

{% column width="58.33333333333333%" %}
![](https://docs.docstudio.com/en/latest/_images/Screenshot_04.png)
{% endcolumn %}
{% endcolumns %}

#### Grant access to selected mailboxes

{% columns %}
{% column %}

1. Click the **Edit** <img src="/files/GSfrQsZmaUK4tES6hxZR" alt="" data-size="line"> icon to edit access for **Selected mailboxes**.
2. Enter a mailbox name.
3. Save the changes.
   {% endcolumn %}

{% column %}

<figure><img src="/files/FAbYNVIiJdH3OdNPAF4v" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### View the approval flow in an envelope

1. Open an envelope in **On approval** status.
2. Scroll to **Approval flow**.
3. Expand the section.

<figure><img src="/files/zgZWuApZpSLW7q0r4k98" alt=""><figcaption></figcaption></figure>

You can see approver statuses and comments there.

### Limitations

While an envelope is **On approval**, the user who started the approval can’t continue processing the envelope.

Only the last approval run is shown in the UI. Previous approval history is available via API.

### What approvers can do

Approvers can approve or reject the envelope. They can also add a comment.

* If an approver rejects the envelope, the approval flow ends with **Rejected** status.
* If an approver approves the envelope, the flow continues to the next approver.
* When the flow finishes, the envelope returns to **Waiting** status.


---

# 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://support.docstudio.com/user/envelope-approvals-and-delegation/envelope-approvals/how-to-send-an-envelope-for-approval.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.
