> For the complete documentation index, see [llms.txt](https://ed.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed.sunbird.org/release-6.0.0/learn/functional-capabilities/product-and-developers-guide/learning-apps/workflows.md).

# Workflows

The three reference apps have the the same workflows. This is enabled by using common components & architecture. Key workflows are as follows:

![](/files/A83vR3Pi1DODOgGU5vQx)

1. **Onboarding of users**. There are three options available for this:
   1. Guest user onboarding
   2. Logged in user onboarding
   3. Multiple users in same device
2. **Discovery of content** by
   1. Browsing menus & filtering as per users preference
   2. QR Scan (phygital experience)
   3. Conversational discovery (using Chatbot)
   4. Free text search
3. **Play content**
   1. Built-in content players
   2. Consume content online & offline
   3. Capture data
4. **Track progress and Earn credentials**
   1. Verifiable e-credentials
   2. Report cards
5. **Interacting / Collaborating**
   1. Discussion forums
   2. Groups
   3. Notifications

###


---

# 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://ed.sunbird.org/release-6.0.0/learn/functional-capabilities/product-and-developers-guide/learning-apps/workflows.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.
