# Project Setup

**Installation using NPM**

```
npm install accurascan_kyc@1.4.3
```

**Installation using Yarn**

```
yarn add accurascan_kyc@1.4.3
```

### Create Your Own Accura Scan License

Accura Scan has two license require for use full functionality of this library. To generate your Accura Scan license contact <sales@accurascan.com>

**The first license**, "key.license," is mandatory for the library to function properly. It includes all the necessary setup for the Accura SDK. **The second license**, "accuraface.license," is used to obtain the face match percentages between two face pictures. To set up the licenses, follow these steps:

1. Create an "assets" folder under app/src/main in your project directory.
2. Place the license files in the assets folder:

• key.license (for Accura Scan OCR) • accuraface.license (for Accura Scan Face Match) By following these instructions, you will properly set up the licenses by adding the license files to the designated assets folder.


---

# 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.accurascan.com/language/react-native/project-setup.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.
