Skip to content

Commit f81567c

Browse files
committed
AIPrompt- Update GT
1 parent 4ef3a2d commit f81567c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

controls/aiprompt/getting-started.md

+21
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ This article shows how you can start using RadAIPrompt. The following result wil
1616

1717
>note The design may vary according to the applied theme to the application.
1818
19+
## Adding Telerik Assemblies Using NuGet
20+
21+
To use `RadAIPrompt` when working with NuGet packages, install the `UI.for.WinForms.AllControls.{.Net version}` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
22+
23+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
24+
25+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
26+
27+
## Adding Assembly References Manually
28+
29+
When drag-droping a control from the Visual Studio (VS) ToolBox to the Form designer, VS will automatically add the required assemblies. In a case, you are manually adding the control programmatically, the following assemblies will need to be added manually:
30+
31+
* __Telerik.Licensing.Runtime__
32+
* __Telerik.WinControls__
33+
* __Telerik.WinControls.UI__
34+
* __TelerikCommon__
35+
36+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
37+
38+
## Using RadAIPrompt
39+
1940
Follow the steps:
2041

2142
1\. Go ahead and add a __RadAIPrompt__ from the Visual Studio Toolbox.

0 commit comments

Comments
 (0)