# How to Complete an Incoming Envelope (First-Time Recipient)

### Complete an envelope without registration

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

1. Open the email and click <img src="/files/JDS4BLHa89ks4Xfp2kf2" alt="" data-size="line">.
2. In the opened pop-up, click <img src="/files/YnxuQODO4F6FOtz8mLxB" alt="" data-size="line"> to accept the Terms and Conditions and Privacy Policy.
3. Complete the required actions:
   * Fill in — Complete the fields assigned to you.
   * Sign — Create your e-signature and apply it.
4. When all required actions are completed, click <img src="/files/8ePlYq9WpKcn14FJ7faw" alt="" data-size="line">.
5. In the pop-up window, click <img src="/files/ZceisdriCfPX9XlGSnm8" alt="" data-size="line">.

You have successfully completed your first envelope in **DocStudio!**

### Confirmation email after signing

After you sign the document, DocStudio sends a confirmation email.

{% columns %}
{% column width="58.333333333333336%" %}
The email includes a <img src="/files/tynQvEdqfwiIizugm5FS" alt="" data-size="line"> button. Use it to open the signed document in DocStudio.\
\
Depending on the sender’s template settings, you can also download, or print the final PDF.

{% hint style="info" %}
If the button is not available, use the direct link in the email.
{% endhint %}
{% endcolumn %}

{% column width="41.666666666666664%" %}

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

### Password setup email

After you agree to the Terms and Conditions and Privacy Policy, DocStudio creates an account for you. To access your account and envelopes, set a password.

{% columns %}
{% column width="50%" %}
DocStudio sends a separate email with a <img src="/files/ej4LqZMUkV2DWkP9jZxe" alt="" data-size="line"> button.

Open the link to create your password and complete the setup. After that, you can sign in to DocStudio and access your signed documents at any time.

{% hint style="info" %}
If the button is unavailable, use the direct link in the email.
{% endhint %}
{% endcolumn %}

{% column width="50%" %}

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

If you don't need access to DocStudio, you can skip password setup. You will still be able to open and sign envelopes you receive, but you won't be able to create and send envelopes.

If you want to see what the envelope completion flow looks like after password setup, see [How to Complete an Incoming Envelope (Existing DocStudio User)](/user/envelope-invitations-and-completion/how-to-complete-an-incoming-envelope-existing-docstudio-user.md).

### Common issues

Some issues are caused by an unsupported device, browser, or screen size.

* **Unsupported screen resolution.** DocStudio checks your screen size when you open the link or change the resolution.
  * Desktop: `minWidth = 1440`
  * Tablet: `minWidth = 756`, `maxWidth = 1439`
  * Mobile: `minWidth = 320`, `maxWidth = 755`
* **Wrong device orientation (mobile/tablet).** Rotate your device. Use portrait or landscape as prompted.
* **Unsupported browser/OS version.**\
  Use a modern browser version:
  * Chrome, Edge, Safari, Opera, Opera Mini: 2 latest versions
  * Firefox, Firefox ESR: latest version
  * iOS: 2 latest versions
  * IE 11 is not supported

See [Supported devices, browsers, and screen resolutions](/user/platform-settings-and-troubleshooting/supported-devices-browsers-and-screen-sizes.md) to learn more.


---

# 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/how-to-complete-an-incoming-envelope-first-time-recipient.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.
