> For the complete documentation index, see [llms.txt](https://docs.panels.mobilitylab.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panels.mobilitylab.co.nz/user-guide.md).

# User Guide

This guide explains how to use the Panels data analytics dashboard to explore and visualise your data.

***

## Table of Contents

1. [Overview](/user-guide.md#overview)
2. [Getting Started](/getting-started.md)
3. [Navigating Panels](/navigating-panels.md)
4. [Using Parameters](/using-parameters.md)
5. [Panel Types](/panel-types.md)
6. [Exporting Data and Visualisation](/exporting-data-and-visualisation.md)
7. [Tips](/tips.md)

## Overview

Panels is an interactive data analytics platform that enables you to explore datasets through maps, charts, and other visualisations. All data processing happens directly in your browser, so your data remains private and no server connection is required after initial load.

Key capabilities:

* Interactive maps with multiple layers
* Charts and graphs with data tables
* Dynamic filtering through parameters
* Cross-panel interactions and hover synchronisation
* Export visualisations as images or data as CSV

***

For technical support or questions about your specific dashboard configuration, please contact your Panel bundle provider.


---

# 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.panels.mobilitylab.co.nz/user-guide.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.
