> For the complete documentation index, see [llms.txt](https://bert.gitbook.io/bert-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bert.gitbook.io/bert-documentation/getting-started/readme.md).

# Get Started with BERT

**BERT** is a visual tool that helps you map, analyze, and deeply understand how complex systems work.

## Getting Started <a href="#getting-started" id="getting-started"></a>

The fastest way to start using BERT is through our web application: 🌐 [bert.systems](https://bert.systems/)​

For desktop applications with offline capabilities, download the version for your operating system:

* ​[MacOS Apple Silicon](https://github.com/halcyonic-systems/bert/releases/download/v0.1.0-beta/bert_0.1.0_aarch64.dmg)​
* ​[MacOS Intel](https://github.com/halcyonic-systems/bert/releases/download/v0.1.0-beta/bert_0.1.0_x64.dmg)​
* ​[Windows](https://github.com/halcyonic-systems/bert/releases/download/v0.1.0-beta/bert.exe)​

## Quick Start <a href="#quick-start" id="quick-start"></a>

New to BERT? Here's the fastest way to learn:

1. **Follow the tutorial**: [Starting Your First Analysis](/bert-documentation/getting-started/creating-your-first-system.md) - learn by doing
2. **Explore examples**: Open BERT and click "Model Browser" to load and explore pre-built systems


---

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

```
GET https://bert.gitbook.io/bert-documentation/getting-started/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.
