> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/smart-views/deploy-a-smart-view.md).

# Deploy a Smart View

## Explanation

In order for building users to view the Smart View, you must deploy the Smart View.&#x20;

A Smart View is deployed by opening a link to the Smart View in a web browser.

The end device must have a screen and access to the internet. If the end device has a touchscreen, the audience can interact with the presented content.

## Procedure

<div data-full-width="true"><figure><img src="/files/25bd66973e22cae9780a28df6e68b44f7e98c51c" alt=""><figcaption></figcaption></figure></div>

Proceed as follows:

1. Open the menu [-> Configure Smart View](/collection/english-v14/documentation/smart-views/configure-a-smart-view.md) on
2. Click on **\[O]**\
   ▷ The URL of the Smart View is copied to the clipboard
3. Open the copied URL in a web browser\
   ▷ The deployed Smart View is displayed

## Restrict access

You can restrict access to a deployed Smart View.&#x20;

In this case, valid login data must be entered before a deployed Smart View can be viewed.

To do this, activate the option **\[N]**

## Update Smart View

If you make changes to a Smart View, these changes are not automatically applied to the Smart View displayed in the web browser.

You have 2 options for updating the deployed Smart View.

### Manually

1. Reload the Smart View in the browser.

### Via [↗ Slider group](/collection/english-v14/documentation/smart-views/slider-groups.md)

As a workaround, you can emulate an automatic update of the Smart View. To do this, add the same Smart View twice to a slider group. Each time you switch between the two views, the latest version of the view is loaded.


---

# 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://docs.buildings.ability.abb/collection/english-v14/documentation/smart-views/deploy-a-smart-view.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.
