Appearance
Navigation Guide
This guide shows where to find key features in the YuzeData application.
Finding Things by Task
| I want to... | Go to |
|---|---|
| Deploy a new connector | Library → Connectors → Select connector → Deploy |
| See my deployed connectors | Operate → Integrations |
| Create a workflow | Library → Workflow Steps → Select template → Clone |
| See my deployed workflows | Operate → Workflows |
| Create or edit a schema | Operate → Schemas → Schemas |
| Create or edit a schema mapping | Operate → Schemas → Schema mappings |
| View data in a schema | Operate → Datapoints |
| Manage reference data | Operate → Masterdata |
| View workflow run history | Operate → Workflows → Select workflow |
| Manage users | Manage → Users |
| Create API credentials | Manage → API Clients |
| Set up notifications | Manage → Notifications |
| See recent changes | Home → Release Notes |
Site Hierarchy
The application is organized into several main sections:
├── Home
│ ├── Dashboard
│ └── Release Notes
│
├── Operate
│ ├── Workflows
│ │ └── Workflow Details (run history, logs, configuration)
│ ├── Integrations
│ │ └── Integration Details (connection status, sync history)
│ ├── Schemas
│ │ ├── Schemas (define data structures)
│ │ └── Schema Mappings (transform data between schemas)
│ ├── Datapoints
│ │ └── Datapoints Explorer (search, filter, export datapoints)
│ ├── Masterdata
│ │ ├── Master Data Items
│ │ ├── Master Data Types
│ │ └── Import/Export
│
├── Insights
│ ├── Partner Dashboards
│
├── Library (templates)
│ ├── Workflow Steps (workflow step templates)
│ │ └── Template Details → Clone to deploy
│ ├── Programs (bundled workflows)
│ │ └── Program Details
│ └── Connectors (integration templates)
│ └── Connector Details → Deploy wizard
│
└── Manage
├── Company Settings
├── Users
├── Groups
├── Customers
├── API Clients
├── Notifications
└── Event SubscriptionsMain Navigation Areas
Home
The landing page provides an overview dashboard and access to release notes documenting new features and changes.
Operate
Where you manage your deployed workflows, integrations, schemas, and master data. This is your day-to-day workspace for running and monitoring your data processes.
Insights
Visualization and analysis tools for your data, including dashboards, geographic map views, and incident tracking.
Library
Browse available templates for workflow steps, bundled programs, and connectors. This is where you start when deploying new integrations or workflows.
Manage
Administrative functions for your organization including user management, API access, and notification configuration.
