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

# Apps

- [Platform and Studio Workflow](https://help.blings.io/apps/apps-workflow.md): Understand how Blings Platform and Blings Studio work together across an enterprise MP5 project
- [Blings Platform](https://help.blings.io/apps/blings-platform.md): Manage MP5 project performance, content, data, integrations, testing, and launch settings
- [Platform Guide](https://help.blings.io/apps/blings-platform/platform.md): Guide to operating and managing an MP5 project in Blings Platform
- [Dashboard and Analytics](https://help.blings.io/apps/blings-platform/dashboard-and-analytics.md): Use the Platform dashboard and analytics views to monitor MP5 project performance
- [Edit Content](https://help.blings.io/apps/blings-platform/content-and-flow.md): Manage editable project content and live controls in Platform
- [Flow Map basics](https://help.blings.io/apps/blings-platform/flow-map.md): Build and review lineups, scene routing, and publishable Flow Map changes
- [Conditions](https://help.blings.io/apps/blings-platform/flow-map/flow-map-conditions.md): Route viewers through Flow Map branches based on data and date rules
- [A/B tests](https://help.blings.io/apps/blings-platform/flow-map/flow-map-ab-tests.md): Split Flow Map traffic between variants and compare viewer paths
- [Data, Catalog, and Forms](https://help.blings.io/apps/blings-platform/data-catalog-and-forms.md): Define project data, reusable catalog data, live controls, and form-submission handling
- [Catalog](https://help.blings.io/apps/blings-platform/catalog.md): Create reusable catalog records for products, offers, plans, collections, and recommendations
- [Simulation](https://help.blings.io/apps/blings-platform/simulation.md): Preview MP5 projects with representative viewer data in Platform Simulation
- [Integration](https://help.blings.io/apps/blings-platform/integration.md): Collect project-specific delivery URLs, thumbnails, custom code, spreadsheet outputs, and SDK instructions in Platform Integration
- [Settings](https://help.blings.io/apps/blings-platform/settings-and-optimization.md): Configure player loading, playback, timeline, colors, Dynamic Data, and Live Control
- [AI Optimization](https://help.blings.io/apps/blings-platform/ai-optimization.md): Define optimization targets, variants, and conversion buttons for AI Optimization
- [Blings Studio](https://help.blings.io/apps/blings-studio.md): Build MP5 video experiences with scenes, canvas tools, timeline editing, connectors, and data
- [Studio Guide](https://help.blings.io/apps/blings-studio/studio.md): Guide to building and connecting MP5 experiences in Blings Studio
- [Editor Workspace](https://help.blings.io/apps/blings-studio/editor-workspace.md): Understand the Studio workspace, editor modes, scene list, canvas, and project controls
- [Design in Studio](https://help.blings.io/apps/blings-studio/design-in-studio.md): Use Design mode to select layers, edit visual properties, add layers, and adjust timing in Blings Studio
- [Timeline](https://help.blings.io/apps/blings-studio/design-in-studio/scenes-and-timeline.md): Control layer timing, scene duration, animation, keyframes, easing, and work area review in Studio
- [Connectors](https://help.blings.io/apps/blings-studio/connectors.md): Choose and configure Studio connectors for dynamic MP5 layers, interactions, and runtime behavior
- [Text Connector](https://help.blings.io/apps/blings-studio/connectors/text-connector.md): Configure dynamic text, template values, formatting, fallback copy, and Platform-editable text
- [Media Connector](https://help.blings.io/apps/blings-studio/connectors/media-connector.md): Configure dynamic images, video, audio, fit behavior, fallbacks, and Platform-editable media
- [Color Connector](https://help.blings.io/apps/blings-studio/connectors/color-connector.md): Configure dynamic colors for text, shapes, brand themes, fallbacks, and live controls
- [Layer Hide](https://help.blings.io/apps/blings-studio/connectors/layer-hide.md): Configure dynamic layer visibility with data, direct settings, expressions, and preview states
- [Countdown](https://help.blings.io/apps/blings-studio/connectors/countdown.md): Configure countdown date sources, time units, live updates, conditional layers, and edge cases
- [Expression](https://help.blings.io/apps/blings-studio/connectors/expression.md): Use custom JavaScript expressions when connector logic cannot be represented by fields or direct edits
- [Input Field](https://help.blings.io/apps/blings-studio/connectors/input-field.md): Configure viewer-editable input fields inside an MP5 experience
- [Submit Form](https://help.blings.io/apps/blings-studio/connectors/submit-form.md): Configure form submission actions for viewer-entered MP5 values
- [Open Link](https://help.blings.io/apps/blings-studio/connectors/open-link.md): Configure clickable MP5 actions that open URLs, email links, phone links, or generated destinations
- [Jump to Frame](https://help.blings.io/apps/blings-studio/connectors/jump-to-frame.md): Configure interactive layers that jump to a specific frame inside the same scene
- [Branch Timeline](https://help.blings.io/apps/blings-studio/connectors/branch-timeline.md): Configure interactive routing from one scene path to another scene or timeline entry point
- [Scene Offset](https://help.blings.io/apps/blings-studio/connectors/scene-offset.md): Configure scene or timeline offsets for dynamic entry points and routed playback
- [Custom Change](https://help.blings.io/apps/blings-studio/connectors/custom-change.md): Configure custom layer or keyframe changes driven by data, direct values, or code paths
- [Advanced Config](https://help.blings.io/apps/blings-studio/connectors/advanced-config.md): Configure advanced text rendering behavior such as right-to-left text and Arabic support
- [Player Events](https://help.blings.io/apps/blings-studio/connectors/player-events.md): Configure custom code that runs on player lifecycle events such as play, pause, frame, mute, and replay
- [Data in Studio](https://help.blings.io/apps/blings-studio/data.md): Define Studio data fields, live controls, data types, defaults, and runtime values for MP5 connectors
- [Draft Preview and Publishing](https://help.blings.io/apps/blings-studio/flow-preview-and-publishing.md): Save Studio changes, review the draft player, and publish completed updates


---

# 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://help.blings.io/apps.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.
