# Dummy records setup for refrence

If you want to create dummy records in your local/server to get the running demo.

Clone the below script for dummy records - (move this to Sunbird RC repo)

{% embed url="<https://github.com/Unified-Learner-Passbook/setup-script>" %}

Once you clone the repository, add a .env file with the following variables

`ULPCLI_VERSION=v1.0`

`ULPCLI_NAME=ULP NEST CLI`

`BULK_ISSUANCE_URL=http://localhost:3007`

`DEFAULT_PASSWORD=abcd@123`

`CLIENT_USERNAME=ulp-admin`

`EWALLET_URL=http://localhost:3000`

`VERIFICATION_URL=http://localhost:3002`

Run

```
npm install
npm run cli ulp
```


---

# 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://rc.sunbird.org/v0.0.14/reference-solutions/unified-learners-passport-ulp/installation-guide-wip/dummy-records-setup-for-refrence.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.
