Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 25 additions & 10 deletions _data/pages_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4224,20 +4224,26 @@
"/docs/trendz/background-jobs/":
url: "/docs/trendz/background-jobs/"
redirect_from: []
"/docs/trendz/batch-calculated-fields/":
url: "/docs/trendz/batch-calculated-fields/"
redirect_from: []
"/docs/trendz/business-entities/":
url: "/docs/trendz/business-entities/"
redirect_from: []
"/docs/trendz/cache-settings/":
url: "/docs/trendz/cache-settings/"
redirect_from: []
"/docs/trendz/calculate-time-to-value/":
url: "/docs/trendz/calculate-time-to-value/"
"/docs/trendz/calculations/batch/":
url: "/docs/trendz/calculations/batch/"
redirect_from: []
"/docs/trendz/calculations/native/":
url: "/docs/trendz/calculations/native/"
redirect_from: []
"/docs/trendz/calculations/overview/":
url: "/docs/trendz/calculations/overview/"
redirect_from: []
"/docs/trendz/calculated-fields/":
url: "/docs/trendz/calculated-fields/"
"/docs/trendz/calculations/save-to-thingsboard/":
url: "/docs/trendz/calculations/save-to-thingsboard/"
redirect_from: []
"/docs/trendz/calculations/time-to-value/":
url: "/docs/trendz/calculations/time-to-value/"
redirect_from: []
"/docs/trendz/configuration-properties/":
url: "/docs/trendz/configuration-properties/"
Expand Down Expand Up @@ -4320,6 +4326,15 @@
"/docs/trendz/install/windows/":
url: "/docs/trendz/install/windows/"
redirect_from: []
"/docs/trendz/metric/generate-new-metric/":
url: "/docs/trendz/metric/generate-new-metric/"
redirect_from: []
"/docs/trendz/metric/overview/":
url: "/docs/trendz/metric/overview/"
redirect_from: []
"/docs/trendz/metric/use-in-thingsboard/":
url: "/docs/trendz/metric/use-in-thingsboard/"
redirect_from: []
"/docs/trendz/mix-sql-datasource/":
url: "/docs/trendz/mix-sql-datasource/"
redirect_from: []
Expand All @@ -4344,9 +4359,6 @@
"/docs/trendz/rest-api/":
url: "/docs/trendz/rest-api/"
redirect_from: []
"/docs/trendz/save-calculated-to-thingsboard/":
url: "/docs/trendz/save-calculated-to-thingsboard/"
redirect_from: []
"/docs/trendz/search/":
url: "/docs/trendz/search/"
redirect_from: []
Expand Down Expand Up @@ -4374,6 +4386,9 @@
"/docs/trendz/view-settings/":
url: "/docs/trendz/view-settings/"
redirect_from: []
"/docs/trendz/visualizations-ai-card/":
url: "/docs/trendz/visualizations-ai-card/"
redirect_from: []
"/docs/trendz/visualizations-bar/":
url: "/docs/trendz/visualizations-bar/"
redirect_from: []
Expand Down
30 changes: 23 additions & 7 deletions _data/trendz/docs-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,26 @@ toc:
path: /docs/trendz/visualizations-heatmap/
- title: Calendar
path: /docs/trendz/visualizations-calendar/
- title: Cards with line chart
path: /docs/trendz/visualizations-card-with-line/
- title: Cards
path: /docs/trendz/visualizations-card/
- title: Cards with line chart
path: /docs/trendz/visualizations-card-with-line/
- title: AI Cards
new: true
path: /docs/trendz/visualizations-ai-card/
- title: View settings
path: /docs/trendz/view-settings/
- title: View collections
path: /docs/trendz/view-collections/
- title: Metric exploration
new: true
section:
- title: Overview
path: /docs/trendz/metric/overview/
- title: Generate New Metrics
path: /docs/trendz/metric/generate-new-metric/
- title: Use New Metrics in ThingsBoard
path: /docs/trendz/metric/use-in-thingsboard/
- title: Anomaly detection
section:
- title: Overview
Expand All @@ -60,15 +72,19 @@ toc:
- title: Anomaly-Driven Alarm Creation
path: /docs/trendz/anomaly/alarms/
- title: Calculated Fields
new: true
section:
- title: Overview
path: /docs/trendz/calculated-fields/
path: /docs/trendz/calculations/overview/
- title: Batch calculations
path: /docs/trendz/batch-calculated-fields/
path: /docs/trendz/calculations/batch/
- title: Native calculations
new: true
path: /docs/trendz/calculations/native/
- title: Save metric to ThingsBoard
path: /docs/trendz/save-calculated-to-thingsboard/
path: /docs/trendz/calculations/save-to-thingsboard/
- title: Calculate time to value
path: /docs/trendz/calculate-time-to-value/
path: /docs/trendz/calculations/time-to-value/
- title: Prediction
section:
- title: Overview
Expand All @@ -89,7 +105,7 @@ toc:
path: /docs/trendz/ai-widget-summary/
- title: Trendz Prompts
path: /docs/trendz/ai-assistance-prompts/
- title: Large Language Model (LLM) Configuration
- title: Enable AI Features
path: /docs/trendz/custom-ai-model-configuration/
- title: Share views
section:
Expand Down
11 changes: 7 additions & 4 deletions _includes/templates/trndz-guides-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
{% if currentGuide != "InstallationOptions" %}
- [**Installation guides**](/docs/trendz/install/installation-options/) - Learn how to setup ThingsBoard on various available operating systems.
{% endif %}
{% if currentGuide != "MetricExplorer" %}
- [**Metric Explorer**](/docs/trendz/metric/overview) - Learn how to explore and create new metrics with Trendz Metric Explorer.
{% endif %}
{% if currentGuide != "AnomalyDetection" %}
- [**Anomaly Detection**](/docs/trendz/anomaly/overview) - Learn how to identify anomalies in the data.
{% endif %}
{% if currentGuide != "CalculatedFields" %}
- [**Calculated Fields**](/docs/trendz/calculated-fields) - Learn about Calculated fields and how to use them.
- [**Calculated Fields**](/docs/trendz/calculations/overview) - Learn about Calculated fields and how to use them.
{% endif %}
{% if currentGuide != "States" %}
- [**States**](/docs/trendz/states) - Learn how to define and analyse states for assets based on raw telemetry.
{% endif %}
{% if currentGuide != "Prediction" %}
- [**Prediction**](/docs/trendz/prediction) - Learn how to make forecasts and predict telemetry behavior.
{% endif %}
{% if currentGuide != "AnomalyDetection" %}
- [**Anomaly Detection**](/docs/trendz/anomaly/overview.md) - Learn how to identify anomalies in the data.
{% endif %}
{% if currentGuide != "Filtering" %}
- [**Filters**](/docs/trendz/data-filtering) - Learn how filter dataset during analysis.
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ <h4 class="wp-block-heading" id="first-steps-to-solving-problems">First steps to


<li style="font-size:16px">
<a href="https://thingsboard.io/docs/trendz/calculated-fields/">Configure computation of </a><a href="https://thingsboard.io/docs/trendz/calculated-fields/" title="">system-level metrics / KPIs</a>&nbsp;that would describe overall system behavior.</li>
<a href="https://thingsboard.io/docs/trendz/calculations/overview/">Configure computation of </a><a href="https://thingsboard.io/docs/trendz/calculations/overview" title="">system-level metrics / KPIs</a>&nbsp;that would describe overall system behavior.</li>



Expand Down
78 changes: 32 additions & 46 deletions docs/trendz/ai-assistance-prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ trendz-prompts-create-new-prompt:
title: 1. Write the prompt content.
2:
image: /images/trendz/ai/prompts/create-new-prompt-3.png
title: 2. Confirm everything looks as expected.
title: 2. Enter a prompt name.
3:
image: /images/trendz/ai/prompts/create-new-prompt-4.png
title: 3. Enter a prompt name.
title: 3. Save the prompt.
4:
image: /images/trendz/ai/prompts/create-new-prompt-5.png
title: 4. Save the prompt.
5:
image: /images/trendz/ai/prompts/create-new-prompt-6.png
title: A new prompt has been created.

trendz-prompts-check-selected-prompt:
Expand All @@ -53,10 +50,7 @@ trendz-prompts-edit-selected-prompt:
title: 2. Update the prompt content;
3:
image: /images/trendz/ai/prompts/edit-selected-prompt-4.png
title: 3. Confirm everything looks as expected;
4:
image: /images/trendz/ai/prompts/edit-selected-prompt-5.png
title: 4. Save the prompt.
title: 3. Save the prompt.

trendz-prompts-delete-selected-prompt:
0:
Expand Down Expand Up @@ -88,14 +82,6 @@ trendz-prompts-markdown-preview:
image: /images/trendz/ai/prompts/markdown-preview-2.png
title: To exit preview mode, you can click the "Hide Preview" button.

trendz-prompts-markdown-fullscreen:
0:
image: /images/trendz/ai/prompts/markdown-fullscreen-1.png
title: You can enter fullscreen mode in the Markdown tab by clicking the "Fullscreen" button in the upper right corner of the tab.
1:
image: /images/trendz/ai/prompts/markdown-fullscreen-2.png
title: To exit fullscreen mode, you can click the same button again.

trendz-prompts-markdown-blocks:
0:
image: /images/trendz/ai/prompts/markdown-blocks.png
Expand All @@ -112,15 +98,24 @@ trendz-prompts-markdown-rename:
image: /images/trendz/ai/prompts/markdown-rename-3.png
text: Click any free space to confirm the changes.

trendz-prompts-markdown-confirm:
0:
image: /images/trendz/ai/prompts/markdown-confirm.png
text: During the creation or editing process, you can confirm or decline the prompt changes.

trendz-prompts-markdown-save:
0:
image: /images/trendz/ai/prompts/markdown-save.png
text: After editing the prompt, you can either save or cancel the changes.

trendz-prompts-test:
0:
image: /images/trendz/ai/prompts/test-selected-prompt-1.png
text: Click the *Run test* button in the upper-right corner of the prompt editor.
1:
image: /images/trendz/ai/prompts/test-selected-prompt-2.png
text: A test panel will open on the right side with a Select View dropdown. Choose one of your saved views from the dropdown menu.
2:
image: /images/trendz/ai/prompts/test-selected-prompt-3.png
text: Click the *Test prompt* button to generate the summary.
3:
image: /images/trendz/ai/prompts/test-selected-prompt-4.png
text: See the result.
---

* TOC
Expand Down Expand Up @@ -160,12 +155,23 @@ To access the Prompts tab, you can follow these steps:
Then, you can follow these steps:

1. Write the prompt content;
2. Confirm everything looks as expected;
3. Enter a prompt name;
4. Save the prompt.
2. Enter a prompt name;
3. Save the prompt.

{% include images-gallery.html imageCollection="trendz-prompts-create-new-prompt" %}

* **Test prompt**

The Test feature allows you to preview how your prompt will analyze and summarize actual data from your saved views. This is especially useful when creating or refining custom prompts,
as it lets you see the AI-generated output in real-time before applying the prompt to production dashboards.

To test your prompt, follow the next steps:
1. Click the *Run test* button in the upper-right corner of the prompt editor;
2. A test panel will open on the right side with a Select View dropdown. Choose one of your saved views from the dropdown menu.
3. Click the *Test prompt* button to generate the summary.

{% include images-gallery.html imageCollection="trendz-prompts-test" %}

* **Check selected prompt and Copy prompt ID**

You can click on any prompt in the table to view its content. This will take you to the Markdown tab
Expand All @@ -184,8 +190,7 @@ To access the Prompts tab, you can follow these steps:

1. Press the *Edit* button;
2. Update the prompt content;
3. Confirm everything looks as expected;
4. Save the prompt.
3. Save the prompt.

{% include images-gallery.html imageCollection="trendz-prompts-edit-selected-prompt" %}

Expand Down Expand Up @@ -221,14 +226,6 @@ To access the Prompts tab, you can follow these steps:

{% include images-gallery.html imageCollection="trendz-prompts-markdown-preview" %}

* **Fullscreen Button**

You can enter fullscreen mode in the Markdown tab by clicking the *Fullscreen* button in the upper right corner of the tab.

To exit fullscreen mode, you can click the same button again.

{% include images-gallery.html imageCollection="trendz-prompts-markdown-fullscreen" %}

* **Markdown Blocks**

The Markdown tab supports various markdown blocks. In the upper left corner of the screen, you can find shortcuts for the following blocks:
Expand All @@ -255,17 +252,6 @@ To access the Prompts tab, you can follow these steps:

{% include images-gallery.html imageCollection="trendz-prompts-markdown-rename" %}

* **Confirm/Decline**

During the creation or editing process, you can confirm or decline the prompt changes.

- If you confirm, all prompt changes will be applied.
- If you decline, all prompt changes will be discarded.

**Note:** The prompt changes will not be applied until you click the "Save" button.

{% include images-gallery.html imageCollection="trendz-prompts-markdown-confirm" %}

* **Save/Cancel**

After editing the prompt, you can either save or cancel the changes.
Expand Down
Loading