---
title: "Welcome to DoveRunner Docs"
description: "Get started integrating your service or application with DoveRunner End-to-End security."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkCard, CardGrid } from '@astrojs/starlight/components';
import IconLinkCard from "../../components/IconLinkCard.astro";
import LanguageSwitchBanner from "../../components/LanguageSwitchBanner.astro";

<LanguageSwitchBanner />

<section class="p-6 rounded-xl shadow-sm">
## 🚀 Getting Started

First-time Visitor? Check our guides for service onboarding, quickstart, and sample codes on the linked pages below.

<CardGrid>
	<LinkCard 
		title="Getting Started with AppSecurity" 
		href="./mobile-app-security/console/" 
		description="The guide describes all requirements needed for adding security to mobile application without single line of code, tells you how to manage apps, monitor hacking details, how to apply Sealing for Android as well as iOS app."
	/>		
	<LinkCard 
		title="Getting Started with Multi-DRM" 
		href="./content-security/multi-drm/getting-started/" 
		description="You can easily find guide documents that suit your various situations and requirements about DoveRunner Multi-DRM."
	/>
	<LinkCard 
		title="Getting Started with Forensic Watermarking" 
		href="./content-security/forensic-watermarking/getting-started/" 
		description="This section provides basic conceptual explanations and workflow guides to quickly understand and use DoveRunner Forensic Watermarking Service."
	/>
</CardGrid>
<br/><br/>
</section>
 
<section class="p-6 rounded-xl shadow-sm">
## 📱 Mobile App Security Products

Protect mobile apps from hackers and illegal application modification, thus making it secure in run-time with RASP security features.

<CardGrid stagger>
	<IconLinkCard 
		title="AppSecurity Developer Console" 
		href="./mobile-app-security/console/"
		icon="setting"
	>
	This guide will walk you through the configuration of Mobile App Security account on Developer Console.
	</IconLinkCard>
	<IconLinkCard 
		title="Android Application Security" 
		href="./mobile-app-security/android/" 
		icon="rocket"
	>
	DoveRunner Mobile App Security provides comprehensive protection for Android applications through advanced security measures and patented technology.
	</IconLinkCard>
	<IconLinkCard 
		title="iOS Application Security" 
		href="./mobile-app-security/ios/" 
		icon="apple"
	>
	With DoveRunner Mobile App Security’s SDK based solution, you can apply robust application protection to your iOS apps without any impact on the build pipeline.
	</IconLinkCard>
	<IconLinkCard 
		title="On-Premise Deployment" 
		href="./mobile-app-security/on-premise/" 
		icon="seti:docker"
	>
	Deploy Mobile App Security on-premise solution in your own infrastructure for maximum control and security.
	</IconLinkCard>
	<IconLinkCard 
		title="CI/CD Pipeline" 
		href="./mobile-app-security/cicd/" 
		icon="seti:pipeline"
	>
	Integrate DoveRunner Mobile App Security seamlessly into your CI/CD pipelines to automate mobile app protection without manual intervention.
	</IconLinkCard>
</CardGrid>
</section>

<section class="p-6 rounded-xl shadow-sm">
## ▶️ Content Security Products

Enterprise-grade content protection that’s invisible to viewers and impenetrable to pirates.

<CardGrid stagger>
	<IconLinkCard 
		title="Multi-DRM" 
		href="./content-security/multi-drm/" 
		icon="seti:lock"
	>
	DoveRunner Multi DRM service is a cloud-based SaaS (Software as a Service) which consists of packaging solutions that apply DRM to contents, DRM license issuance service, and client solutions for DRM contents playback.
	</IconLinkCard>
	<IconLinkCard 
		title="Forensic Watermarking" 
		href="./content-security/forensic-watermarking/" 
		icon="seti:image"
	>
	DoveRunner Watermarking is a cloud-based SaaS service that allows you to quickly and easily apply watermarking without building complex server environments.
	</IconLinkCard>
	<IconLinkCard 
		title="Distributor Watermarking" 
		href="./content-security/distributor-watermarking/distributor-watermarking-guide/" 
		icon="youtube"
	>
	Distributed copy can carry an invisible fingerprint—giving you the power to pinpoint leaks, shut them down, and protect what’s yours.
	</IconLinkCard>
	<IconLinkCard 
		title="Anti-Piracy" 
		href="./content-security/anti-piracy/anti-piracy-service-guide/" 
		icon="seti:code-search"
	>
	DoveRunner Anti Piracy service offers global monitoring for illegal content leakage, takedown notice, and tracking of leakers through forensic watermarking integration.
	</IconLinkCard>
	<IconLinkCard 
		title="Transcoding & Packaging" 
		href="./content-security/tnp/tnp-service-guide/" 
		icon="seti:webpack"
	>
	Cloud-based SaaS that provides content transcoding and packaging functions and content security.
	</IconLinkCard>
</CardGrid>
</section>

<section class="p-6 rounded-xl shadow-sm">
## 🙋 Need Help?

Visit our Support Center or contact our team for assistance.

<CardGrid>
	<IconLinkCard 
		title="Technical Support" 
		href="https://support.doverunner.com/" 
		icon="comment-alt"
	>
	</IconLinkCard>
	<IconLinkCard 
		title="Contact Us" 
		href="https://doverunner.com/contact-us/" 
		icon="seti:notebook"
	>
	</IconLinkCard>	
</CardGrid>
</section>