Skip to content

Commit feebb9a

Browse files
authored
docs(AI): Add AI Coding Assistant privacy information (#3006)
* docs(AI): Add AI Coding Assistant privacy information * Update ai/overview.md * Update ai/overview.md * Update ai/overview.md
1 parent 0e66a76 commit feebb9a

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#number-of-requests
2+
A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Telerik Blazor AI Coding Assistant without restrictions. Perpetual license holders and trial users can make a [limited number of requests per year](slug:ai-overview#number-of-requests).
3+
#end

ai/copilot-extension.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,7 @@ The following list describes how your prompts may look like:
5555

5656
## Number of Requests
5757

58-
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
59-
60-
The Telerik Blazor Copilot extension allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
61-
62-
* Perpetual licenses: 50 requests per year
63-
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
64-
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
65-
66-
> All Telerik AI tools share a single request limit for your Telerik account. For example, the Telerik Copilot extension and the Telerik MCP server both take up from the same usage quota.
58+
@[template](/_contentTemplates/common/ai-coding-assistant.md#number-of-requests)
6759

6860
## See Also
6961

ai/mcp-server.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,20 +167,9 @@ The following list describes how your prompts may look like:
167167
* "Telerik Generate a ComboBox for Blazor that shows a list of products. Create a Product class and generate sample data."
168168
* "Telerik Show me sample code for a Blazor Grid with virtual scrolling for the rows and columns."
169169

170-
171170
## Number of Requests
172171

173-
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
174-
175-
The Telerik Blazor MCP Server allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
176-
177-
* Perpetual licenses: 50 requests per year
178-
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
179-
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
180-
181-
> One prompt may trigger several requests to the MCP server, depending on the complexity.
182-
>
183-
> All Telerik AI tools share a single request limit for your Telerik account. For example, the Telerik MCP server and the Telerik Copilot extension both take up from the same usage quota.
172+
@[template](/_contentTemplates/common/ai-coding-assistant.md#number-of-requests)
184173

185174
## See Also
186175

ai/overview.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,32 @@ To use the Telerik Blazor AI Coding Assistant, you need:
2929
* A [Telerik user account](https://www.telerik.com/account/).
3030
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
3131
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
32+
* @[template](/_contentTemplates/common/ai-coding-assistant.md#number-of-requests)
3233

33-
> A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Telerik Blazor AI Coding Assistant:
34-
>
35-
> * Subscription license holders can make an unlimited number of requests.
36-
> * Perpetual license holders and trial users have a limited number of requests per year.
34+
## Number of Requests
35+
36+
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
37+
38+
The Telerik Blazor AI Conding Assistant allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
39+
40+
* Perpetual licenses: 50 requests per year
41+
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
42+
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
43+
44+
> All Telerik AI tools share a single request limit for your Telerik account. For example, the [Telerik Copilot extension](slug:ai-copilot-extension) and the [Telerik MCP server](slug:ai-mcp-server) both take up from the same usage quota.
45+
> When using the Telerik MCP server, one prompt may trigger several requests, depending on the prompt complexity.
46+
47+
## Privacy
48+
49+
The Telerik Blazor AI Coding Assistant operates under the following conditions:
50+
51+
* The Assistant does not have access to your workspace and application code. Note that when using the Telerik MCP server (or any other MCP server), the LLM generates parameters for the MCP server request, which may include parts of your application code.
52+
* The Assistant does not use your prompts to train Telerik AI models.
53+
* The Assistant does not generate the actual responses and has no access to these responses. The Assistant only provides a better context that helps your selected model (for example, GPT, Gemini, Claude) provide better responses.
54+
* The Assistant does not associate your prompts to your Telerik user account. Your prompts and generated context are anonymized and stored for statistical and troubleshooting purposes.
55+
* The Assistant stores metrics about how often and how much you use it in order to ensure compliance with the [allowed number of requests that correspond to your current license](#number-of-requests).
56+
57+
Make sure to also get familiar with the terms and privacy policy of your selected AI model and AI client.
3758

3859
## Next Steps
3960

0 commit comments

Comments
 (0)