# Our Features

**KYC Data Submission**:

* Users can submit their KYC data, including their name and user ID, to the system.
* The system ensures that submitted data is not empty and that user IDs are unique.

1. **KYC Data Verification**:
   * A designated signer can verify KYC data submitted by users.
   * Verification status is recorded in the system.
2. **KYC Data Retrieval**:
   * Users can retrieve their own KYC data, including verification status.
3. **KYC Data Lookup by Signer**:
   * Users can search for KYC data associated with a specific signer (e.g., a verifying authority).
   * This feature enables users to access all KYC records associated with a particular signer.
4. **Event Emission**:
   * The system emits an event (`KYCVerified`) upon successful verification of KYC data.
   * This event can be used to track and notify interested parties about changes in the KYC verification status.


---

# 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://kuzhanthaivelus-organization.gitbook.io/kyc3-sdk/overview/our-features.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.
