> For the complete documentation index, see [llms.txt](https://starterpack.onest.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starterpack.onest.network/learn/getting-started-on-dsep-video-library/chapter-3-dsep-overview.md).

# Chapter 3: DSEP Overview

{% embed url="<https://drive.google.com/file/d/1Y_nLKp-LXHjvcNkg5loNCaZ87Md9hLQP/view?usp=drive_link>" %}

1. DSEP is an adaptation of Beckn Protocol for the skilling and education sector.
2. It enables creation of public digital infrastructure such as ONEST, that can connect education, skilling,  job and scholarship consumer platform (user facing) to the education skilling, job and scholarship provider platform (service provider facing) platform through standard, interoperable APIs.
3. A DSEP lifecycle has FOUR stages - Discovery, Ordering, Fulfillment and Post-Fulfillment.
4. Every stage in the DSEP lifecycle has one or more APIs to be implemented, that is, Discovery stage will have Search API; Ordering stage will have Select and Init APIs; Fulfillment will have Confirm and Status API; and Post-Fulfillment stage will have Status, Update, Rating APIs to be implemented (more in Chapter 5).

<figure><img src="/files/TMVPFywBlYeYOSMHaZIt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7SHTdwo9A0yPTlh9SyAb" alt=""><figcaption><p><a href="https://github.com/beckn/DSEP-Specification
">https://github.com/beckn/DSEP-Specification<br></a></p></figcaption></figure>

<figure><img src="/files/VkRDiL7COwqwaEK0Kmk6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/o1FVkfGPrbUVX8XubRNQ" alt=""><figcaption></figcaption></figure>


---

# 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://starterpack.onest.network/learn/getting-started-on-dsep-video-library/chapter-3-dsep-overview.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.
