# LMS(BATCH) SERVICE

The LMS Service comprises APIs that permit for creation of Batches of users in the context of [Collections](https://knowlg.sunbird.org/learn/product-and-developer-guide/content-service/content-service-1), allowing for LMS capabilities such as tracking progress of users within a batch, assigning of mentors to batches as well as start and end dates for batches, attaching credentials etc.

LMS service was earlier know as Batch or Course service.

#### References:

[Courses Infra - Design](https://project-sunbird.atlassian.net/wiki/spaces/SBDES/pages/1493041222)

[Courses](https://project-sunbird.atlassian.net/wiki/spaces/SBDES/pages/632553473)


---

# 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://lern.sunbird.org/use/developer-guide/lms-service.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.
