# Envelope Flow Statuses

### When an invitation envelope ends

An envelope sent via an email invitation can end in these cases:

* The participant accepts the invitation and then **completes** or **rejects** the envelope.
* The participant never accepts the invitation, and the envelope becomes **Expired** after the expiration date.
  * This happens only if the template has an expiration date configured.
* The sender or another participant in the flow **rejects** the envelope.

{% hint style="info" %}
**Expired** means the invitation was not accepted before the configured expiration date.
{% 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://support.docstudio.com/user/envelope-invitations-and-completion/envelope-flow-statuses.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.
