# 20. User onboarding

For each new user added to the system by a Local System Admin or National System Admin the new user is prompted to complete onboarding steps to finalise their user account. Such as setting a password&#x20;

### **Pre-condition**

User is created by a Local System Admin or National System Admin

### **Triggers**

* New user logs in with their username and temporary password&#x20;

### **Standard flow**

1. User receives username and temporary password via SMS or Email
2. User logs into OpenCRVS
3. User prompted to create a password
4. User is prompted to set security questions
5. User confirms confirms their details
6. User account is updated from 'pending' to 'active'

### **Post conditions**

* User logins in again with their username and new password

### **Variations/Exceptions**

-<br>

{% embed url="<https://youtu.be/veaZ0iaR4dc>" %}


---

# 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://documentation.opencrvs.org/v1.6/product-specifications/support-functions/20.-user-onboarding.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.
