# Store User KYC

To tokenize any asset on the platform, both store users and admins must complete the KYC (Know Your Customer) process.

#### How to Complete KYC:

1. **Access Your Dashboard or Profile:**
   * Log in to the platform and navigate to your dashboard or profile section.
2. **Click 'Complete KYC':**
   * Look for the 'Complete KYC' button within these sections. Clicking this will initiate the KYC process.
3. **Follow the On-Screen Instructions:**
   * You will be directed to the Sumsub interface, where you need to provide the required documentation and information. This may include uploading identity documents and taking a selfie for verification.
4. **Submit Your Information:**
   * Once all the necessary information is provided, submit your application for KYC verification.
5. **Await Approval:**
   * The KYC process may take some time, as your information is reviewed. You will be notified once your KYC is approved.

Completing KYC is a crucial step for ensuring the security and compliance of tokenizing assets on our platform. Ensure that you have all necessary documents ready before beginning the process for a smooth verification experience.


---

# 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/token-store/create-and-manage-store-users/store-user-kyc.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.
