> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-visualization/self-service/storyboard/options-assigned-to-a-view/analyse.md).

# Analyse

* Select a view from the Storyboard.
* Click the ***Options*** icon.

![Accessing Options icon on the Storyboard](/files/u6HbBjjEv6IjixyttPdy)

* A context menu appears with various options.
* Select the ***Analyse*** option from the context menu.  &#x20;

![Accessing the Analyse option for a View saved on the Storyboard](/files/Dffgi2rRP2XPF3n0u2R5)

* The selected ***View*** opens on the full screen.               &#x20;

![The selected View opens in a full screen](/files/YiGw4Ye8Zk4CtfUv5Sok)

* The user can select any of the following options to analyze a saved view:

<table><thead><tr><th></th><th width="150"></th><th></th></tr></thead><tbody><tr><td><img src="/files/KXpFFqfA3tjSnkAMtiJ5" alt="" data-size="line"></td><td>Chart</td><td>Displays data in the chart view</td></tr><tr><td><img src="/files/ogabGidmKv7Qi1O7Hy5S" alt="" data-size="line"></td><td>Grid</td><td>Displays data in the grid view</td></tr><tr><td><img src="/files/s20npv5B6aaQApfafhCB" alt="" data-size="line"></td><td>Export</td><td>Exports the Story in CSV/XLSX/PDF format</td></tr><tr><td><img src="/files/kOgWEg1p7otaM4gf5ZIF" alt="" data-size="line"></td><td>View Filter</td><td>Displays filter panel to apply or edit view-specific filter conditions</td></tr><tr><td><img src="/files/CuJaxK6l9exABX5gCsad" alt="" data-size="line"></td><td>Timeline Play</td><td>Displays changes in the selected data over a period.</td></tr><tr><td><img src="/files/7xGgkE7R75v4GYKedulO" alt="" data-size="line"></td><td>Back</td><td>Redirects back to the storyboard</td></tr><tr><td><img src="/files/NQvLgizkLSGGXicj8NWz" alt="" data-size="line"></td><td>Start Tour</td><td>Begins guided tour for the Analyse 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://docs.bdb.ai/bdb-documentation/data-visualization/self-service/storyboard/options-assigned-to-a-view/analyse.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.
