BERT Documentation
  • Getting Started
    • Get Started with BERT
    • Why BERT?
    • Creating Your First System
      • Step 1: Starting a New Project
      • Step 2: Define Your System of Interest
      • Step 3: Identify Primary Output
      • Step 4: Define Output Interface
      • Step 5: Add Customer Sink
      • Step 6: Add a Waste Output
      • Step 7: Identify Primary Inputs
      • Step 8: Traverse The Boundary
      • Step 9: Add Boundary Subsystems
      • Step 10: Adding Internal Flows
      • Step 11: System Decomposition
      • Step 11: Share JSON
      • Next Steps
      • System Elements
      • Advanced Features
      • Video Tutorial
    • Reference Guide
    • Glossary
    • Examples
      • A Home
      • A Cell
      • An LLM
  • Case Studies
    • Bitcoin
  • Analysis, Modeling and Simulation
    • Deep Systems Analysis
    • Modeling
    • Simulation
  • For Researchers
    • System Ontology
    • System Language
  • For Developers
    • Contributing
    • Architecture
  • Roadmap
    • Alpha
  • Beta
  • 1.0
Powered by GitBook
On this page
  • Creating Your First System
  • What You'll Learn
  • Prerequisites
  • Common Questions
  1. Getting Started

Creating Your First System

PreviousWhy BERT?NextStep 1: Starting a New Project

Last updated 2 months ago

Creating Your First System

In this tutorial, you'll learn how to create your first system in BERT and set up the foundation for deeper analysis.

What You'll Learn

  • How to start a new BERT project

  • Setting up the main system boundary

  • Adding basic elements to your system

  • Saving your work

Prerequisites

  • BERT installed on your computer or access to the web version at

  • Basic understanding of systems concepts (optional)

Common Questions

What if I can't see the main system circle?

If your canvas appears empty, try:

  • Checking if you're zoomed in too far (press - to zoom out)

  • Resetting the camera position (press Ctrl+R)

  • Restarting your project if the issue persists

How many external entities should I add?

Include all important external systems or actors that directly interact with your system of interest. For a beginner model, aim for 3-7 external entities to keep things manageable. You can always add more later.

Can I change the position of elements after placing them?

Yes! Simply click on an element to select it, then click and drag to move it to a new position. You can also select multiple elements by holding Shift while clicking on them, then move them as a group.

bert.systems