# Overview

![](https://2178530904-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGKJlmgxq3i9O9wwvIlj1%2Fuploads%2FwmWmqv8X7vV9Lg98aMwI%2Fimage_logo.png?alt=media\&token=24d7ddcf-075f-426e-8bf7-a483a2b2952d)

Blitzboard is an open-source web tool to create custom dashboards for visualizing complex information, which may include relationships, dependencies, locations, and time. You can easily edit the data and configure its layouts, icons, labels, and more.&#x20;

![](https://2178530904-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGKJlmgxq3i9O9wwvIlj1%2Fuploads%2FQH4Jx8XW4DoImlQeyYyZ%2Fimage_1.png?alt=media\&token=7a8a05da-07c5-4c9f-a368-6402261466c8)

**Property Graph** is a data model which can represent complex information, and [PG format](https://pg-format.readthedocs.io/en/0.3/contents/pg-format.html) is a text serialization for property graph datasets&#x20;

`example.pg`

```
# NODES
101  :person  name:Alice  country:"United States"
102  :person  :student  name:Bob  country:Japan
# EDGES
101  -- 102  :same_school  :same_class  since:2012
101  -> 102  :likes  since:2015
```

Blitzboard can maintain multiple dashboards with their respective visualization configurations, moreover, connect to databases to retrieve real-time information.

![](https://2178530904-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGKJlmgxq3i9O9wwvIlj1%2Fuploads%2FThAoPnPFVuOdWYVLF1H1%2Fimage_2%20\(1\).png?alt=media\&token=ecfb784f-5cf2-45fa-97aa-e9f59751df05)


---

# Agent Instructions: 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:

```
GET https://docs.blitzboard.io/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
