Skip to content

Merge ai-back-2979 into production #2980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _contentTemplates/common/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,10 @@ This will make the license key available to all Telerik .NET apps that you devel

The [Telerik License Key](slug:installation-license-key) article provides additional details on installing and updating your Telerik license key in different scenarios. [Automatic license key maintenance](slug:installation-license-key#automatic-installation) is more effective and recommended in the long run.

#end

#ai-coding-assistant-ad

Use the [Telerik AI Coding Assistant](slug:ai-overview) through the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension). These tools help you receive tips and generate code snippets that include Telerik UI for Blazor components and API.

#end
4 changes: 2 additions & 2 deletions ai/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The Telerik AI Coding Assistant is integrated in:

The major differences between these tools are:

* The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like GitHub Copilot in **Agent** mode can make changes to your app and rebuild it to verify the AI suggestions.
* The responses of the GitHub Copilot extension may contain shorter or partial code snippets and more explanations how to accomplish the task. When using the MCP server, the AI response is mostly code.
* The MCP server is more powerful and can handle more complex prompts that require several requests to the AI model. An MCP-enabled client like Cursor or GitHub Copilot in **Agent** mode can directly suggest changes to your app and even rebuild it to verify the new AI generated code.
* The responses of the GitHub Copilot extension may contain more explanations how to accomplish the task, and shorter or partial code snippets. When using the MCP server, the AI response is mostly code.

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions getting-started/client-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ The final step in this tutorial is to use a Telerik UI for Blazor component in a

@[template](/_contentTemplates/common/get-started.md#add-component-sample)

## Step 7: Install Telerik AI Coding Assistants
## Step 7: Install the Telerik AI Coding Assistant

Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)

@[template](/_contentTemplates/common/get-started.md#next-steps-after-getting-started)

Expand Down
4 changes: 2 additions & 2 deletions getting-started/hybrid-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ namespace MyBlazorMauiAppName

Add your desired Telerik Blazor components in the app as in a native Blazor app. Explore the available UI for Blazor components and their features in our [live demos](https://demos.telerik.com/blazor-ui).

### 8. Install Telerik AI Coding Assistants
### 8. Install the Telerik AI Coding Assistant

* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)

## Running the Blazor Hybrid App

Expand Down
4 changes: 2 additions & 2 deletions getting-started/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ The final step in this tutorial is to use a Telerik UI for Blazor component in a

@[template](/_contentTemplates/common/get-started.md#add-component-sample)

## Step 7: Install Telerik AI Coding Assistants
## Step 7: Install the Telerik AI Coding Assistant

Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)

@[template](/_contentTemplates/common/get-started.md#next-steps-after-getting-started)

Expand Down
6 changes: 3 additions & 3 deletions getting-started/what-you-need.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The required milestones to obtain and use Telerik UI for Blazor are:
1. Add the [CSS theme and JavaScript file](#css-theme-and-javascript-files).
1. Add the [`<TelerikRootComponent>`](#telerikrootcomponent).
1. [Add components to a view](#add-telerik-components-to-a-view).
1. Install [Telerik Blazor AI coding assistants](#install-telerik-ai-coding-assistants).
1. Install the [Telerik Blazor AI Coding Assistant](#install-the-telerik-ai-coding-assistant).


## NuGet Packages
Expand Down Expand Up @@ -261,9 +261,9 @@ The Blazor application is ready to use Telerik components.
}
````

## Install Telerik AI Coding Assistants
## Install the Telerik AI Coding Assistant

* Use the [Telerik Blazor MCP server](slug:ai-mcp-server) or the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) to generate code snippets that include Telerik UI for Blazor components and API.
@[template](/_contentTemplates/common/get-started.md#ai-coding-assistant-ad)

@[template](/_contentTemplates/common/get-started.md#next-steps-after-getting-started)

Expand Down
2 changes: 1 addition & 1 deletion introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ To use UI for Blazor commercially, you need to <a href="https://www.telerik.com/

For questions and issues related to Telerik UI for Blazor, use any of the available support channels:

* The [Telerik Blazor MCP server](slug:ai-mcp-server) and the [Telerik Blazor GitHub Copilot extension](slug:ai-copilot-extension) can help you generate code snippets that include Telerik UI for Blazor components and API.
* The [Telerik Blazor AI Coding Assistant](slug:ai-overview) provides Telerik UI for Blazor tips and produces code snippets that include Telerik UI for Blazor components and API.

* License holders and active trialists can take advantage of our outstanding customer support. To submit a support ticket, use the dedicated [UI for Blazor support](https://www.telerik.com/account/support-tickets/) system.

Expand Down