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

# CAMERAS

<table><thead><tr><th width="128">Plugin</th><th width="148">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/xKmI2lKACKlLMlMKgKAc" alt="" data-size="original"></td><td><strong>Door</strong></td><td><p><strong>The Door</strong> is a button used to open a door from the camera page. When activated, it executes a command linked to its output. This command could be an HTTP request to open a door or a direct output from the panel.</p><p>Once added, this button will appear among the <strong>Door</strong> options in the <strong>Camera</strong> object (the next one). If there are additional doors configured on the Intercom page, they will also be visible in these preferences.</p></td></tr><tr><td><img src="/files/WTWAGsMkhKpoTAEBY8jn" alt="" data-size="original"></td><td><strong>Camera Object</strong></td><td><strong>The Camera Object</strong> is used to display network cameras on the camera page. After adding the object, the URL of the camera you wish to view must be entered. Once the camera is configured, its image can be displayed on the panel's screen and can be controlled with an Open/Close toggle, even while on any other page.</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/cameras.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.
