# View signed documents

To access all documents signed by investors as part of the transaction process:

* Go to your listing page
* Select the relevant asset/token.

1. **Navigate to the Documents Section:**
   * Click on 'Signed Documents' tab on your dashboard.
2. **Review Signed Agreements:**
   * View all signed documents by investors on your token store.
   * Each document entry includes investor details, token details, document details, and signing date.
3. **Download and Archive:**
   * Download documents for offline storage or legal compliance purposes.


---

# 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.spydra.app/how-to/public-chain/manage-token-lifecycle/view-signed-documents.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.
