> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/sandbox/specifications/user-manual/walkthrough-videos.md).

# Walkthrough Videos

A comprehensive set of videos describing Sandbox functionalities and user flows

## **Sandbox Overview & Onboarding**

{% embed url="<https://www.youtube.com/watch?v=0wcuD67MVt8>" %}
Introduction to Sandbox - available on the info page after signup/login
{% endembed %}

{% hint style="info" %}
Topics covered in the video - Role Selection & Demo Flow
{% endhint %}

## **Complaints**

### **File Complaints**

{% embed url="<https://www.youtube.com/watch?v=iHN622Q_Iag>" %}
Filing a complaint in the Sandbox in the Citizen Portal
{% endembed %}

{% hint style="info" %}
The video illustrates how to file a complaint in Sandbox, as part of the Government Administrator experience, without navigating to the citizen portal
{% endhint %}

### Process Complaints

{% embed url="<https://www.youtube.com/watch?v=gVgXhi2C-w4>" %}
Walkthrough of complaints processing in Sandbox
{% endembed %}

{% hint style="info" %}
The video illustrates how to process a complaint in Sandbox using the Inbox link in the Complaints Card.
{% endhint %}

## Employee Management

### Employee Portal

{% embed url="<https://www.youtube.com/watch?v=rDLFyrzQpOE>" %}
Employee portal walkthrough
{% endembed %}

{% hint style="info" %}
The video introduces you to the Employee Portal, and explains how to login to the portal.
{% endhint %}

### Create Employee

{% embed url="<https://www.youtube.com/watch?v=QbA9CKggTeI>" %}
Walkthough video for employee management feature
{% endembed %}

{% hint style="info" %}
The video aims to give a brief overview of Employee management and illustrate how to create an employee
{% endhint %}

### Search Employee

* [Search Employee](https://drive.google.com/file/d/1nso-iLjXIGahs6KINZDXWEwrbilgaoXq/view?usp=drive_link) - The video illustrates how to search the list of created employees in Employee Management, and the actions you can perform on a created employee.

## **Configuration**

### **Product Configuration**

* [Product Configuration Overview and Examples](https://drive.google.com/file/d/18lIOOENVcKjefRmLM5r4PDj51t8n_APr/view?usp=drive_link) - The video provides an overview of product configuration in Sandbox, and how to access the master data for editing. This video also touches upon the operations that can be performed on master data.

### Complaints Configuration

{% embed url="<https://www.youtube.com/watch?v=V_kOIeVlyZI>" %}
Walkthrough of complaints configuration
{% endembed %}

{% hint style="info" %}
The video illustrates how to add a complaint sub-type by modifying the Complaints Category master.
{% endhint %}

## **Customisation**

(Coming soon)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digit.org/sandbox/specifications/user-manual/walkthrough-videos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
