> 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/web.md).

# WEB

<table><thead><tr><th width="128">Plugin</th><th width="148">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/HlmxAuZWJSRAzpjkkfDb" alt="" data-size="original"></td><td><strong>HTML</strong></td><td><strong>The</strong> <strong>HTML</strong> can be used to create a mail template. Square brackets <strong>[[ ]]</strong> within the template can be utilized for dynamic data transfer, allowing variable data to be inserted into the email content dynamically.</td></tr><tr><td><img src="/files/O6nAT37FruywFUM9sZQT" alt="" data-size="original"></td><td><strong>E-Mail</strong></td><td><strong>The</strong> <strong>E-Mail</strong> block is used when sending emails through the panel. To configure this block, you need to know the outgoing mail port of the mail service and ensure that the IMAP feature is activated.</td></tr><tr><td><img src="/files/IppWMPwpo67q5stiukSf" alt="" data-size="original"></td><td><strong>JSON Parser</strong></td><td><strong>The</strong> <strong>JSON Parser</strong> is used to parse and separate data from the response received through an HTTP Request.</td></tr><tr><td><img src="/files/volAqtXsI5DrXHJQuKgd" alt="" data-size="original"></td><td><strong>HTTP</strong></td><td><strong>The HTTP</strong> is a service used to retrieve data from any server. For example, it can be used to query the door-opening URL of an Intercom device on a local web server, enabling the panel to open the door when the query is received. Typically, about 90% of HTTP request responses are in JSON format.</td></tr><tr><td><img src="/files/40ydP58xA5wA0P1kXf50" alt="" data-size="original"></td><td><strong>JSON Object</strong></td><td><strong>The JSON Object</strong> is a JSON creator, used to generate and structure JSON data.</td></tr><tr><td><img src="/files/PNmEZCSVJbAopGuokShZ" alt="" data-size="original"></td><td><strong>JSON Array</strong></td><td><strong>The JSON Array</strong> is a collection of JSON objects grouped within a single array.</td></tr></tbody></table>


---

# 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/web.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.
