# DIAL Service

DIAL refers to *Digital Infrastructure for Augmented learning*. Sunbird Knowlg uses the [DIAL spec](https://github.com/sunbird-specs/DIAL-specs/blob/main/README.md) to power the phygital discovery of assets. It provides tools for DIAL code management. The DIAL powers the discovery of digital resources using physical artefacts like QR codes, can be extended to other physical artefacts. The DIAL code does the loose binding of digital assets with physical artefacts.&#x20;

In practice, physical artefacts will be published once, serving as coordinate to the discovery of digital resources. Digital resources can be published and modified later multiple times, this is done to improve digital resources. In short, the DIAL code serves as a coordinate for digital resources discovery, where the digital resources can be modified, improved and personalised at runtime.

### DIAL code usage workflow

* DIAL code acts as a bridge between physical and digital artefacts
* DIAL code is generated and linked to a folder in a collection
* User scans the DIAL code and accesses all the linked assets in that folder
* This enables easy extension and modification of assets accessed through a DIAL code

![DIAL code  as coordinate to discover digital coordinates](/files/FD68djuV7vKK5Rx04JBO)

### DIAL Spec

{% embed url="<https://github.com/sunbird-specs/DIAL-specs/blob/main/README.md>" %}


---

# 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://knowlg.sunbird.org/learn/product-and-developer-guide/dialcode.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.
