# Introduction

> Embed the full Orshot Studio editor directly in your app so your users can create and customize designs

- **URL**: https://orshot.com/docs/orshot-embed/introduction

---

Orshot Embed lets you integrate the full Studio experience directly into your application. Your users can create, edit, and customize designs without leaving your platform.

## What is Orshot Embed?

Think of it as Studio-as-a-Service. Instead of redirecting users to a separate design tool, you embed the entire Orshot Studio interface right in your app. Users get the complete design experience - templates, editing tools, customization options - all seamlessly integrated.

## Video Walkthrough

<div className="mb-4">
  <iframe
    width="100%"
    height="400"
    src="https://www.youtube.com/embed/ft4axXQSNIQ"
    title="Orshot Embed Walkthrough"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowFullScreen
    className="rounded-lg"
  ></iframe>
</div>

## Getting Started

1. **Enable Embed** in your workspace settings
2. **Configure permissions** for what users can do
3. **Copy the embed code** and paste it in your app
4. **Customize the experience** with your branding

## Basic Setup

The simplest embed looks like this:```html
<iframe
  src="https://orshot.com/embeds/your-embed-id"
  title="Orshot Embed"
  allow="clipboard-write"
  style="width: 100%; height: 100%; min-height: 500px; border: none; border-radius: 8px;"
></iframe>
```Open with a specific template:```html
<iframe
  src="https://orshot.com/embeds/your-embed-id?templateId=123"
  title="Orshot Embed"
  allow="clipboard-write"
  style="width: 100%; height: 100%; min-height: 500px; border: none; border-radius: 8px;"
></iframe>
```With a specific language:```html
<iframe
  src="https://orshot.com/embeds/your-embed-id?templateId=123&lang=spanish"
  title="Orshot Embed"
  allow="clipboard-write"
  style="width: 100%; height: 100%; min-height: 500px; border: none; border-radius: 8px;"
></iframe>
```## Key Features

- **White-label Integration**: Match your app's branding
- **Permission Controls**: Decide what users can and can't do
- **Per-User Data**: Each user gets their own templates, images, fonts, and colors
- **Custom Asset Picker**: Replace upload dialogs with your own asset library
- **Multi-language Support**: Choose from available languages
- **Webhook Events**: Get notified when users create, update, or delete templates
- **Domain Security**: Restrict usage to your domains only

## Use Cases

- **Marketing Platforms**: Let customers create their own graphics
- **E-commerce**: Product image customization
- **Content Management**: Built-in design tools
- **Client Portals**: Collaborative design workflows
- **SaaS Applications**: Add design capabilities to any product

## What's Next?