> 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/misc/archived/workflows.md).

# Workflows

Any Actor in the system will go through the workflow in following steps:

![](/files/GXXIvtpfKD1x5QStCmMn)

**OnBoard / Setup User** : Sunbird reference apps allow users to onboard either anonymously or as via logins. This step ensures that users really discover assets that are relevant to them. This step allows users to pull personalised recommendation from the system.

**Discover Asset** : With a diverse pool of assets or content available, and a diverse set of personas reaching the platform - each with their goals and needs, there need to be multiple options for learners to discover the most relevant content.

**Consume Asset** : Sunbird supports various number of content format such as videos, mp3, slides, interactive content (like H5P/HTML), PDFs, ePubs and ECML, Sunbird ED allows users to consume assets in both online and offline mode with its state of art players

![Consumption of Assets](/files/nQDoNDeff0LkSGbOQouD)

**Earn Credentials**: Then comes the building block of earning credentials - every time a user consumes content that earns her a certificate or a badge, these get recorded in the users passbook

**Interact / Collaborate**: Using sunbird Lern, adopter can integrate Groups, Discussion forum and notifications to enable interaction and collaboration on reference apps


---

# 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/misc/archived/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.
