-
Udemy Business AI Connectors: Frequently asked questions
Read articleThis article provides answers to common questions regarding the Udemy Business AI Connectors.
The Udemy Business AI Connectors via Model Context Protocol (MCP) Server connects your AI assistants and agents to your Udemy Business account so they can securely use your organization’s learning data in real time.With this connection, your AI assistants can query your catalog, pull course and path details, and ground their recommendations with up‑to‑date information from your tenant.
Table of contents
- What are the Udemy Business AI Connectors?
- How can my organization get started with AI Connectors via MCP?
- How do the Udemy Business AI Connectors work?
- Which AI tools work with the AI Connectors?
- What are the tools and capabilities of the Udemy Business AI Connectors?
- What languages are supported?
- How secure are the AI Connectors?
- Can our organization use proprietary data within our internal ChatGPT with AI Connectors without it being shared externally?
- Can our organization create and customize our own AI agents?
- Does Udemy provide support for agent setup?
- How do custom-built agents appear in the end-user experience?
- What content is included in the AI Connectors knowledge base?
- Can our organization add our own content to the knowledge base?
- I’m having technical problems. What should I do?
- How can I provide feedback?
What are the Udemy Business AI Connectors?
The Udemy Business AI Connectors enable MCP‑compatible AI assistants and agents to securely use your Udemy Business data to provide relevant learning content on demand. Built on the open Model Context Protocol (MCP), it exposes tools your assistant can call to discover content your organization has access to.
How can my organization get started with AI Connectors?
Your organization must have a Udemy Business Enterprise Plan, and purchase the Udemy Business AI Connectors add-on.
Existing Udemy Business customers should contact their customer service representative or Udemy Business Support. New organizations can reach out to the Udemy Business Sales Team or visit the Udemy Business website for more information.
How do the Udemy Business AI Connectors work?
AI assistants are only as helpful as the data they can access. Without a live, tenant-aware connection, they tend to offer generic or outdated learning suggestions.
The Udemy Business AI Connectors provide MCP‑compatible assistants with a secure, real-time way to discover content your organization can access, so recommendations are grounded in your Udemy Business data.
End-to-end flow
1. You ask your AI assistant connected to the Udemy Business AI Connectors a question about learning. For example: “I need Python training with hands-on exercises.”
2. Your AI assistant detects it can access the tools exposed by the MCP server to get real-time learning recommendations.
3. Your AI assistant understands the tool schema and formulates an appropriate tool call to the Udemy Business MCP Server.
4. The MCP server validates the tool call and scopes the tool execution to your Udemy Business tenant, ensuring results respect your organization’s licensing and access.
5. The MCP server returns structured, read‑only results from the tool execution (such as course recommendations that include titles, descriptions, links, and, where available, details such as duration or ratings) that the assistant can use to augment its context and answer your query.
6. Your assistant composes an answer grounded in these results and presents recommendations with direct links, so learners can jump in without switching apps.
Note: LLMs are adaptive, and different models can use tools and compose their answers in different ways. If you realize that the LLM used by your AI tool is not answering or formatting the results as you’d expect, then you can often address this by explicitly prompting it to behave the way you want.
Which AI tools work with the Udemy Business AI Connectors?
MCP is an open standard, compatibility depends on whether your assistant implements the MCP client.
The Udemy Business AI Connectors currently implement the 2025-11-25 version of the MCP specification with OAuth and dynamic or static client credentials; therefore, any AI assistant or agent that supports these MCP specifications can connect and call its tools. In practice, this includes many desktop assistants, copilots, and custom server-side agents that let you register an MCP server and configure credentials.
AI tools that support OAuth 2.1 flow with dynamic or static client credentials in MCP will work. For example, ChatGPT, Claude, Cursor, Microsoft Copilot, and any custom agents that organizations build, matching the above specification requirements.
What are the tools and capabilities of the Udemy Business AI Connectors?
The Udemy Business AI Connectors expose a set of tools that your MCP‑compatible assistant can call to discover the right content, scoped to your organization’s Udemy Business tenant.
Each tool serves a different discovery need and supports targeted filters so recommendations are precise and timely. See a full list of the available tools and sample prompts.
What languages are supported?
The course search and lecture search tools allow the LLM within your AI agent to set a language parameter when calling these MCP tools. In turn, the course and lecture search tools will return results in the requested language if the content is available in that language.
Note: The conversation that the user has with the LLM within the AI tool is independent of the languages supported in the MCP tools. In most cases, the LLM will make the tool call with the correct parameters set for the language and search query, based on the user’s intent and the conversation. If you realize that the LLM in your AI tool is not setting the languages correctly, you can prompt it more explicitly. For example, you could say, “suggest some Spanish courses to learn product management basics".
Tool Name Supported Languages search_courses See details of the multi-language collection in Udemy Business. search_lectures English, German, Japanese, Korean, Portuguese, Spanish, Turkish, Vietnamese. How secure is the Udemy Business MCP Server?
The Udemy Business MCP Server has built-in security features that let AI assistants search for content safely, without accessing sensitive information or granting more permissions than necessary. All traffic to the Udemy MCP endpoint is encrypted over HTTPS using TLS 1.2 or later.
Authentication and authorization
- OAuth 2.1 is used for secure, standards‑based access.
- The server supports app‑level authentication using client credentials scoped to specific READ access to content.
- Users will still be in control when connecting to the MCP server by providing consent to allow the AI agent to connect to their Udemy Business account to access the tools.
Data handling and privacy
- Requests and responses contain only the metadata needed to fulfill discovery (for example, titles, descriptions, durations, features).
- The actual conversations the user has with the LLM in their AI tools are not passed to the MCP server. The LLM typically understands the user's intent and formulates a search query to fetch content.
- Operational logs are used for reliability, security, and abuse detection, consistent with Udemy Business policies.
- Your external AI assistant may have its own data retention settings; review your assistant vendor’s enterprise controls to prevent unintended data storage.
Admin controls
- Generate and delete static client credentials in the Udemy Business admin settings page for MCP.
- Restrict who can create or use static credentials internally according to your organization’s policies by only granting them Udemy Business admin access.
- Note: Connecting the AI Connector to Microsoft Copilot Studio uses Dynamic Client Registration (DCR) where the admin does not have to create a static client.
Can our organization use proprietary data within our internal ChatGPT with AI Connectors without sharing it externally?
When you share proprietary data within AI tools like ChatGPT that use MCP servers, the underlying LLM (GPT models) determines which MCP server tools to call and what parameters to pass as input in those tool calls. We have no control over this decision-making process.
If the model determines that sending some of your proprietary data in a tool call is important to retrieve the right information, we cannot prevent this from happening.
We recommend that your organization establish clear policies, practices, and guardrails to ensure employees do not input proprietary or sensitive data into AI tools, if you want to prevent that information from potentially being shared with other systems that the AI tool connects to.
The safest approach is to avoid inputting proprietary data into AI tools connected to MCP servers if data leakage is a concern for your organization.
Can our organization create and customize our own AI agents?
Yes. You can define the persona and interaction guidelines for your AI agents, including system prompts and follow-up questions.
Does Udemy provide support for agent setup?
Yes. Udemy offers paid services to help customers build out agent configurations and sample prompts, especially since the technology is new. This help is available from our Technical Account Managers via Premium Support.
How do custom-built agents appear in the end-user experience?
Custom-built agents appear as available tools or agents within your existing LLM (for example, Microsoft Copilot, ChatGPT, Claude, and Cursor). Administrators have access to a separate internal tool for setup.
What content is included in the AI Connectors knowledge base?
The MCP responses include Udemy's entire catalog, course curriculum, lectures, and hands-on learning content. AI Connectors support all content within the customer's Udemy Business instance, including custom courses. For more information, see How to Integrate the Udemy Business AI Connectors With Your AI Tool
Can our organization add our own content to the knowledge base?
Yes. You can add your own content, such as internal documents, guidelines, and frameworks, to train the system.
I’m having technical problems. What should I do?
Start with your organization’s Udemy Business administrator for general questions.
- Make sure your AI assistant is connected successfully to the Udemy Business MCP Server. See instructions and troubleshooting tips.
- If the issue continues, try refreshing your AI assistant session.
- If you’re still experiencing problems, contact your organization’s IT support or reach out to Udemy Business Support for further technical assistance.
How can I provide feedback?
Please share your experience and feedback through existing organizational support channels to help shape AI Connectors' development.
-
How to integrate the Udemy Business AI Connectors with your AI tool
Read articleThis article explains how to configure the Udemy Business AI Connectors with your AI tool and how to troubleshoot common issues.
The Udemy Business AI Connectors via Model Context Protocol (MCP) connects your AI assistants and agents to your Udemy Business account so they can securely use your organization’s learning data in real time. With this connection, your assistants can query your catalog, pull course and path details, ground their recommendations with up-to-date information from your Udemy Business tenant, and create structured learning paths directly in your organization's Udemy Business account. For more information, review frequently asked questions about Udemy’s AI Connectors.
Table of Contents
- Available tools and capabilities
- Using create_learning_path effectively
- Prerequisites
- How to connect to the Udemy Business AI Connectors
- (Alternative method) Create a static client in Udemy Business
- Configuration instructions for specific AI tools
- How to Configure Udemy Business MCP Server with Microsoft Copilot
- Troubleshooting
- Sample system prompt
Available tools and capabilities
The following tools are currently available on the Udemy Business AI Connectors. All tools require the AI Connectors add-on subscription. Most tools are read-only and retrieve information from your Udemy Business catalog. create_learning_path is the only tool that writes to your account — it creates a learning path in your Udemy Business account.
Tool Name
Description
Example Prompt
search_courses
Search Udemy's extensive catalog of online courses, enabling users to find courses for learning, professional development, or personal growth.
The search will also return custom courses relevant to the query.
“I've been promoted to a management position and need to develop my leadership skills. What courses would help me become a better manager? Prioritize courses that have role plays in them.”
get_course_curriculum
Search for a full, ordered curriculum for a single Udemy course (sections and their items).
Show me the chapter titles and video runtimes for ‘Excel Basics for Data Analysis’”
Note: The AI tool should first use the search_courses to retrieve the course ID before using this tool.
search_lectures
Search Udemy's lecture database semantically for specific learning content within courses, helping users find specific topics, concepts, or learning materials within lectures.
“I’m building a web application and need to understand REST API design principles. Can you find lectures that explain how to design clean and efficient APIs?”
search_labs (Udemy Business Pro only)
Search Udemy's catalog of hands-on labs for practical, interactive learning experiences.
“Find labs that help me practice SQL injection prevention in a cybersecurity context.”
search_learning_paths (Udemy Business Pro only)
Search Udemy's curated Pro learning paths, helping learners acquire a specific skill or topic area through a progressive curriculum.
“I'm a cloud engineer and need to get AWS Solutions Architect certification for my job. Can you find a learning path that will prepare me for the exam?"
create_learning_path [Write tool] Create a structured, multi-course learning path in your Udemy Business account. The agent searches courses and labs, inspects course curricula, and assembles a deployable path based on the skill, audience, and proficiency level you specify. The path is saved as private by default and can be assigned or made discoverable from your UB admin tools.
Any licensed Udemy Business user can create learning paths using this tool. The AI Connectors add-on subscription is required.
"Build a learning path for our cloud engineers moving from intermediate to advanced AWS skills." Using create_learning_path effectively
Unlike the search tools, create_learning_path works best when your AI agent is configured to chain multiple tools together in sequence. A well-configured agent will:
- Search for relevant courses using search_courses (and optionally search_labs for technical topics) based on the skill, audience, and proficiency level specified.
- Inspect course curricula using get_course_curriculum to verify content relevance before including a course in the path.
- Create the path using create_learning_path once the right content has been identified.
Without this chaining behavior, the agent might attempt to create a path without verifying content first, which can result in lower-quality output. To enable this behavior, update your agent's system prompt to include explicit instructions about the multi-step process. See the sample system prompt below for a recommended example.
Important notes for create_learning_path:
• Approval required: Because this tool writes to your Udemy Business account, most AI systems (including Claude and ChatGPT) will prompt the user for confirmation before executing it. Users should expect an approval step before the path is created — this is expected behavior, not an error.
• Private by default: Paths created via the AI Connectors are set to private. To assign or make a path discoverable to learners, open it in your Udemy Business admin tools under Learning Paths.
• New tool — refresh required: If you connected the Udemy Business AI Connectors before create_learning_path was available, you'll need to refresh or reconnect the connector in your AI tool for the new tool to appear. See Refreshing the connector to access new tools below.
Prerequisites
Before setting up this integration, you must have:
- A Udemy Business Enterprise Plan and purchase of the AI Connectors add-on.
- Note: If you don’t see the MCP Server setting in your admin tools, your organization likely doesn’t have access yet. Reach out to your Customer Success representative or Udemy Business Support about upgrading to access the MCP server.
-
Independent access to an AI tool like ChatGPT Enterprise, Claude AI Enterprise, Cursor, or a custom AI agent that supports MCP connectors.
- Note: The users for whom the AI Connector licenses are purchased should also have access to an MCP supported AI tool.
How to connect to the Udemy Business AI Connectors
The actual steps in your AI tool to configure a connection to the AI Connectors will vary by AI tool. In general, the steps will involve the following, if your tool supports Dynamic Client Registration (DCR):
- Specify the MCP Sever endpoint: https://api.udemy.com/mcp
- Choose the Transport (if available) as Streamable http.
- Choose the Authentication as OAuth/OAuth 2.1
- Click Use Dynamic Client Registration (DCR).
- If you want to use Static Client Credentials instead and your AI tool supports it, see instructions for creating a client in Udemy Business, then paste the Client ID and Client Secret.
- Accept any “Terms” for using connectors in your AI tool.
- Click Connect and this will initiate a sign in to your Udemy Business account via SSO or your email and password, depending on your organization. Once signed in, you'll be required you to provide consent to allow the AI tool to access your Udemy Business account. Click Accept when asked to provide consent.
- Note: Ensure you trust the AI tools from which you are connecting to the Udemy Business AI Connectors.
(Alternative method) Create a static client in Udemy Business
If you want to use Static Client Credentials to connect your tool instead of Dynamic Client Registration, follow these steps to create an MCP client in Udemy Business to generate your Client ID and Client Secret.
1. In Udemy Business, navigate to Admin tools > Settings > MCP Server.
2. Click Create new client.
3. From the drop-down menu, select your client application, or select Other to enter a custom AI tool name.
4. In the Callback URLs field, enter the OAuth callback/redirect URLs for your application. Check with your AI tool provider to get the callback/redirect URLs. For some of the standard AI Tools, you’ll find one or more callback/redirect URL(s) already entered. Note: Explicitly specifying the callback/redirect URLs ensures that only the authorized application handles the redirect, thus maintaining the integrity and identity of the applications involved.
5. After you click Create Client, you’ll be provided with a Client ID and Client Secret. These credentials allow your app to connect to the Udemy Business MCP server.
Important security note: Save the Client ID and Client Secret in a secure location. This will be needed when configuring the AI tool to connect to the AI Connectors. For security reasons, you won’t be able to view the Client Secret again through your admin account. If you lose the client secret, you’ll need to delete the client and create a new client to restart the setup.
6. After safely saving your Client ID and Client Secret in a secure location, click Done.
Configuration instructions for specific AI tools
This section provides instructions for connecting to the AI Connectors for a sample of AI tools.
Note: These configuration instructions are for products external from Udemy and are provided here as examples. If the user interface for the AI tool differs from these instructions, please follow the prompts and documentation provided by the applicable AI tools instead.
ChatGPT
1. Navigate to Settings > Apps & Connectors > Advanced Settings and enable ChatGPT developer mode
- Note: This may need to be done by the ChatGPT admin.
2. In the Settings -> Apps & Connectors section in ChatGPT, click Create.
3. Provide a name for the AI Connectors, example: Udemy Business MCP.
4. Enter the AI Connectors endpoint: https://api.udemy.com/mcp
5. Choose Dynamic Client Registration (DCR), then click Connect.
6. This will initiate a sign in to your Udemy Business account via SSO or your email and password, depending on your organization. Once signed in, you'll be required to provide consent to allow the AI tool to access your Udemy Business account. Click “Accept” when asked to provide consent.
7. Once connected, you’ll see a list of tools available as part of the AI Connectors.
8. As a ChatGPT admin you can then publish the connector to all your ChatGPT users in your Enterprise. They will then see the Udemy Business AI Connectors in their ChatGPT settings page, and they will just need to click Connect which will take them through Step 6 above.
Claude
1. Navigate to claude.ai or open Claude desktop app.
2. Go to Organization settings > Connectors > Add (All Available) and search for Udemy Business. Add the connector to your organization in Claude.
3. Once the connector is enabled for the organization, individual users can go to their Settings > Connectors > Udemy Business > Connect.
Cursor
1. Go to Settings > Tools and Integrations > MCP Tools.
2. Click New MCP Server and add the following configuration under mcpServers:
"udemy-mcp": { "url": "https://api.udemy.com/mcp", "type": "http" }3. Return to the Tools and Integration tab and authenticate the integration.
How to Configure Udemy Business MCP Server with Microsoft Copilot
Microsoft Copilot can access Udemy Business learning content through an agent created in Microsoft Copilot Studio. This requires a separate Microsoft Copilot Studio license (distinct from the standard Microsoft Copilot license as per Microsoft's SKU structure).
The agent connects to the Udemy Business MCP server and can then be published to your Microsoft tenant, making it available through channels like Microsoft Copilot Chat, Microsoft Teams, and other Microsoft 365 applications.
Prerequisites
Before configuring the Udemy Business AI Connectors with Microsoft Copilot, you’ll need:
- A Microsoft Copilot Studio license
- Admin access to Microsoft Copilot Studio
- Admin access to your organization's Udemy Business account
- Udemy Business Enterprise Plan with AI Connectors add-on subscription
Configuration Steps
Step 1: Create an Agent in Microsoft Copilot Studio
- Navigate to Microsoft Copilot Studio and create a new agent.
- Provide a name for your agent. Example: UB Skills Discovery Agent
- Enter system instructions that define how the agent should behave, and how you’d want the tool results to be formatted.
Step 2: Add Udemy Business MCP Server as a Tool
- Navigate to the Tools tab in your agent
- Click Add a tool.
- Select the Model Context Protocol card from the available tool options.
Step 3: Configure the MCP server connection
In the MCP server configuration pop-up, fill in the following details:
- Server name: Enter a descriptive name (Udemy MCP)
- Server description: Add a description
- Server URL: https://api.udemy.com/mcp
- Authentication: Select OAuth > Dynamic discovery
- Click Create.
.
Step 4: Create and authenticate the connection
- Once the tool is created, you'll see a Connection pop-up.
-
Click the connection icon and select Create new connection.
- Click Create.
- You'll be redirected to the Udemy Business login screen.
- Sign into your Udemy Business instance using your credentials.
- Provide consent for Microsoft Copilot Studio to access your Udemy Business account.
Step 5: Verify connected tools
After establishing the connection, you should see the available Udemy Business tools listed under the connected MCP server.
Step 6: Publish the agent
1. Once the agent is created and tools are successfully configured, click Publish.
2. Configure the appropriate Share settings to make the agent available to your tenant users.
3. Under the Channels tab, select the channels where you want this agent to be available (for example, Microsoft Copilot Chat, Microsoft Teams, SharePoint, etc.)
Step 7: Access the agent
Once published, your Copilot Chat users can interact with the agent by:
-
Typing @agentName in Copilot Chat (replace agentName with your agent's name).
Example of a chat with the agent:
Important Authentication Note
The Udemy Business MCP server requires OAuth authentication. End users will need to sign in and provide consent for the agent's tools to function properly. Check with your IT team to understand how authentication is configured for users in your Microsoft tenant when accessing OAuth connectors with agents created in Copilot Studio.
Refreshing the connector to access new tools
If you connected the Udemy Business AI Connectors before a new tool was added, your AI tool may or may not automatically detect the updated tool list. Most AI tools allow you to refresh the tools list to fetch new tools or they might do this automatically when you start a new conversation or sign out and sign back in.
After reconnecting, verify that create_learning_path appears in your tool list alongside the existing search tools.
Troubleshooting
This section provides troubleshooting tips for some common issues with the AI Connectors. If you’re unable to resolve your issue, please contact Udemy Business Support.
Note: If you’re experiencing issues during configuration, ensure your organization, your admin account, and your chosen AI tool meet the prerequisites set out at the beginning of this article.
Issues with authentication or OAuth
- Double check the Client ID and Client Secret.
- Disconnect the AI Connectors connection, then go through the OAuth flow again to reauthenticate.
- Log out of your Udemy Business account and then sign back in.
- After making configuration changes, restarting desktop applications might be necessary for the updates to take effect.
Issues with the AI Connectors client
-
If the Udemy Business AI Connectors tool isn’t working in Cursor, it could be caused by expired or incorrect authentication tokens. To fix this:
- In the Command Palette, search for and select Clear all MCP tokens.
- Reauthenticate your accounts.
- When queries fail due to timeouts, consider simplifying or breaking larger requests into smaller, more manageable inputs.
- When you encounter errors related to token limits, consider starting a new conversation thread or adjusting the token limit in your MCP client settings.
- If tools fail to load, restarting the MCP client application and logging back in should resolve the issue.
- create_learning_path shows a confirmation prompt before running.
- This is expected behaviour. Because this tool creates content in your Udemy Business account, your AI tool will require you to approve the action before it executes. Click Allow or Confirm when prompted to proceed with path creation.
Issues with the Microsoft Copilot connection
- If the agent's tools aren't working, verify that end users have completed the OAuth sign-in and consent flow.
- Check with your IT team about OAuth connector policies in your Microsoft tenant.
- Ensure your Microsoft Copilot Studio license is active and properly configured.
Why don’t I see the Udemy tools listed in my AI tool after configuration?
- Confirm connection to the correct AI Connectors endpoint.
- All AI Connector tools require an active AI Connectors add-on subscription. If you recently connected and don't see all tools listed, try refreshing or reconnecting the connector in your AI tool — new tools added after your initial connection will not appear automatically. If you still see significant differences after reconnecting, please reach out to our support team.
Sample system prompt
Role: You are an Enterprise Learning Assistant powered by Udemy Business. Help users discover learning content to close skill gaps and advance their careers.
Your Tools:
- search_courses - Full courses (2-40 hours) for comprehensive skill development
- search_learning_paths - Curated multi-course journeys for role-based learning
- search_lectures - Quick 5-15 min videos for just-in-time learning
- `search_labs` - Hands-on cloud practice environments (AWS, Azure, DevOps)
- `get_course_curriculum` - Detailed breakdown of any course content
- `create_learning_path` - Build and deploy a structured learning path in Udemy Business based on a skill, audience, and proficiency gap
How to Help:1. Understand the need - Ask about their role, skill gap, or learning goal
2. Search smartly - Use appropriate tools and filters (level, duration, ratings)
3. Recommend with context - Explain WHY each suggestion fits their need
4. Keep it simple - Show 2-4 top recommendations, not everything
5. Build when asked - If the user wants a deployable program, chain search_courses → get_course_curriculum → create_learning_path to assemble and save a structured path directly in Udemy Business. Always inspect curricula before including a course.
Tool Chaining — Learning Path Creation
When a user asks to build, create, or deploy a learning path, follow these steps in order. Do not skip steps.
1. SEARCH: Use search_courses to find relevant courses matching the skill, audience, and proficiency level. If the topic is technical or cloud-based, also use search_labs to find a relevant hands-on lab.
2. INSPECT: For each course you plan to include, call get_course_curriculum to review its sections and confirm relevance before committing it to the path. Do not include a course without inspecting it first.
3. CREATE: Once you have confirmed the right content, call create_learning_path exactly once with the assembled course and lab selections.
4. CONFIRM: After the path is created, share the path title and link with the user and remind them that the path is private by default. Direct them to their Udemy Business admin tools to assign it or make it discoverable.
Important: create_learning_path writes to the user's Udemy Business account. The user's AI tool will ask for confirmation before this step executes — this is expected behavior.
Output Format:
CRITICAL: Format ALL course/lecture/path/lab titles as bold clickable links using this exact syntax:
Title Text
Present recommendations using this structure:
```
[Brief 1-2 sentence answer to their question]
Recommended Learning:
📚 Course Title
- ⏱️ Duration: [time] | ⭐ Rating: [stars] ([reviews])
- 💡 Why: [1 sentence explaining fit]
📚 Course Title
⏱️ Duration: [time] | ⭐ Rating: [stars] ([reviews])
💡 Why: [1 sentence explaining fit]
Next Steps:
- [Suggested action 1]
- [Suggested action 2]
```
Icon Prefix Guide:
- 📚 for Courses
- 🎯 for Learning Paths
- 🎓 for Lectures
- 🔬 for Labs
Best Practices:
- Match difficulty level to user's experience
- For technical skills, combine courses + labs
- For quick answers, use lectures
- For role transitions, use learning paths
- Always format titles as Title - never show raw URLs
- Highlight quality signals (4.5+ ratings, bestseller badges)
Example:
User: "I need to learn Python for data analysis"
Response:
```
Python is essential for data analysis. Here are targeted resources to get you started:
Recommended Learning:
📚 Python for Data Science and Machine Learning Bootcamp
⏱️ Duration: 25 hours | ⭐ Rating: 4.6 (135K reviews)
💡 Why: Comprehensive coverage of pandas, NumPy, matplotlib - exactly what analysts
need
🎓 Introduction to Pandas DataFrames
⏱️ Duration: 12 minutes | ⭐ Rating: 4.5
💡 Why: Quick-start lecture if you need to work with data immediately
Next Steps:
- Want hands-on practice? Ask me to find Python labs
- Need a full learning path? I can search role-based programs for data analysts
```
User: "Build a learning path for our cloud engineers moving from intermediate to
advanced AWS"
Response:
Here's what I'll build — a structured path for cloud engineers progressing from
intermediate to advanced AWS skills:
🎯 AWS Cloud Engineering: Intermediate to Advanced
- Section 1: Core AWS Services Deep Dive (Course — 2h 30m)
- Section 2: AWS Architecture and Best Practices (Course — 3h 15m)
- Section 3: Hands-On AWS Infrastructure Lab (Lab — 2h)
The path has been created in your Udemy Business account and is currently set to
private. You can assign it to your team or make it discoverable from your Learning
Paths admin tools.
Next Steps:
- Ready to assign this path to your team? Open it in Udemy Business admin tools.
---
FORMATTING RULES - MUST FOLLOW:1. Format links as: Title with emoji icon prefix
2. Never show bare URLs or "Link:" labels
3. List duration, rating, and "why" as an unordered list using "-" bullets under
each content item
4. Add TWO blank lines between any two content items
5. Use CAPS for section headers (RECOMMENDED LEARNING, NEXT STEPS)
6. Use emoji bullets in the unordered list (⏱️ for duration, ⭐ for rating, 💡 for
why)
7. Keep "why" explanation to one concise sentence
Keep responses concise, helpful, and visually clean.