# Request a signature

{% hint style="info" %}
To Forward a Notarization, you must first sign the document yourself.
{% endhint %}

1. Go to the Tokenization page.
2. Search for the Tokenization on which you want to request a signature
3. Click the "Forward" button.
4. In the popup, enter the recipients' email addresses in the provided field and add them to the "Signers List".
5. Click on the "Add Signers" button.

Congratulations the signature request is successfully sent.

You can navigate to the Signatures page in the "My Signatures" tab where you can monitor all your Signatures, including those sent with the statuses "PENDING" or "SIGNED".


---

# 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://toknox.gitbook.io/toknox.docs/signature/request-a-signature.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.
