> 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/platform/smart-views/provide-a-smart-view.md).

# Provide a Smart View

## Explanation

For building users to be able to view the Smart View, you must provide it.

A Smart View is provided 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="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2Feoy3xyvdXlrdI9kRPsBJ%2F52921E92-54D9-4818-A1C5-2EFFCB6904AF.png?alt=media&#x26;token=dafdc7e1-928c-4ef6-adc4-2f4960c815ca" alt=""><figcaption></figcaption></figure></div>

Proceed as follows:

1. Open the [-> Configure Smart View menu](/collection/platform/smart-views/configure-a-smart-view.md)
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 provided Smart View is displayed

## Restrict Access

You can restrict access to a provided Smart View.

In this case, valid login credentials must be entered before a provided 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 to update the provided Smart View.

### Manually

1. Reload the Smart View in the browser.

### Via [↗ Slider Group](/collection/platform/smart-views/slider-groups.md)

You can emulate an automatic update of the Smart View using a workaround. To do this, add the same Smart View twice to a slider group. Each time the view switches between the two, 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/platform/smart-views/provide-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.
