> For the complete documentation index, see [llms.txt](https://inspinia-technology.gitbook.io/skyplatform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/dashboard-widgets/sample.md).

# SAMPLE

<figure><img src="/files/0LLuTeRuC9wMuDr6DXsP" alt=""><figcaption><p>Clock, Recent Calls, Logo, Security</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/slidesz/AGV_vUcjaQSk1odYKEUiUcXKDaHQX6_3Xtkugr41kFAPOSc4jexC0Z0G7L_EkfiQoZ4Q8AXHe-sxLpKKiZ0P2MPc1L1Os8iSqAd5MZ-t_z5RfyVGh3WznxsT1TzHMPlK1ynGaFCHoPfl6kBbWqVVEb_cjk-jJli1TkWl=s2048?key=npIi8zOHIy81LrwrrhJT2w" alt=""><figcaption><p>Weather, Temperature-Humidity, Status</p></figcaption></figure>

{% hint style="info" %}
Incoming or outgoing data can be managed for all plugins with input and output points on the platform by assigning conditions. Condition assignment is performed through the **"Port Condition / Compare"** screen, accessible via the pop-up page that appears when the point is double-clicked. If a comparator is assigned to the point, it will be highlighted in orange; otherwise, it will remain white.
{% endhint %}

{% hint style="info" %}
Assigning icons, colors, and names to objects displayed on the screen allows for customization and better visual identification. These attributes can be adjusted to enhance the user interface and improve clarity in the presentation of objects.![](/files/ZDFdbRXokyrIj1EqmNFB)

All tools visible to the end user on the screen can be customized. For example, with the Weather widget: When this tool is double-clicked, a configuration screen appears, allowing for detailed customization of settings.

![](https://lh7-us.googleusercontent.com/slidesz/AGV_vUduv-LwVMnkIcPpMudBgCbIJhZQM45eUi9U07-dvpg3hLIZ04e8W6D7rXTVwHtFAXzIpL3uOSV8tPk3O9DbHIzefT6geNmjkeDA9Tw_MkErlX2CNTgqcqo6f8kbW0PU_CZ5ajH6DXZgn2oD6DiLjgXOSo1gkzu2=s2048?key=npIi8zOHIy81LrwrrhJT2w)<br>

On this screen:

* **Label**: This field allows you to assign a name to the object. You can enter the desired name for display in different languages using the interface that appears when double-clicked.
* **Style**: This section enables icon selection. You can either choose from the existing icons via the interface that opens upon double-clicking or download custom icons from the internet using the **Search Icon** feature.
* **Color**: The default color for this icon is blue. You can change the color by selecting a new option in the **Color** section.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/dashboard-widgets/sample.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
