Creating Your First Model
BeginnerCreating Your First Model
Step 1: Create a New Model
- Open Metapad — you'll see the Welcome Page
- Click Create New Model
- Enter a name for your model (e.g., "IT Landscape")
- Click Create
- You're now in the Workspace with an empty model
Step 2: Define Your Metamodel (Types)
Before adding data, define what kinds of elements your model will contain:
- In the Tree View (left panel), find Node Types
- Click + to add your first Node Type (e.g., "Application")
- Add another Node Type (e.g., "Server")
- Now add a Relationship Type: find Relationship Types in the Tree View and click + (e.g., "runs_on")
- Set up an Allowed Connection on the relationship type: Application → runs_on → Server
Step 3: Create a Diagram
- In the Tree View, find Diagrams and click +
- Name it (e.g., "Overview")
- The canvas is now ready
Step 4: Add Elements
- Look at the Toolbox (left) — your Node Types appear there
- Drag "Application" onto the canvas → a new Application node is created
- Give it a label (e.g., "Payment Service")
- Drag "Server" onto the canvas → create "Web Server 01"
- Draw a relationship: hover over the Application, click a connection handle, drag to the Server
- The "runs_on" relationship is created!
Step 5: Explore
- Click elements to see their properties in the right panel
- Add more nodes and relationships
- Try the AI Assistant to generate model elements from natural language
Congratulations — you've created your first Metapad model!