# User Engagement

The **User Engagement** capability is enabled by the following components of Sunbird Lern

**User & Org Service** - This service provides a set of APIs to enable

1. User account creation and management, user login as well as platform administration capabilities
2. creation of batches of users to take courses on the platform

For more information about **User & Org Service** please click [here](https://app.gitbook.com/s/4ZKyfmmhMWpPkD6iYvKF/use/developer-guide/user-and-org-service)

**Group service and UX Tool** - This UX tool enables creators to enable groups on Sunbird ED and the service provides a set of APIs to

1. Allow Users to Collaborate on a Common Set of Activities using Groups.

For more information about **Group service and UX Tool** please click here

**Discussion Forum service and UX Tool -** This UX tool enables creators to enable Discussion Forum on Sunbird ED and the service provides a set of APIs to

1. Allow Users to Discuss and Collaborate on Content.

For more information about **Discussion Forum service and UX Tool** please click here

**Notification Service** - This service provides a set of APIs to creators to

1. Engage Users by sending email, sms, in-app, and Mobile based Push notifications

For more information about **Notification Service** please click [here](https://app.gitbook.com/s/4ZKyfmmhMWpPkD6iYvKF/use/developer-guide/notification-service)

{% hint style="info" %}
Powered by [Sunbird Lern](https://app.gitbook.com/o/-Mi9QwJlsfb7xuxTBc0J/s/4ZKyfmmhMWpPkD6iYvKF/ "mention")
{% endhint %}


---

# 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://ed.sunbird.org/learn/functional-capabilities/product-and-developers-guide/user-engagement.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.
