Skip to content

Latest commit

 

History

History
77 lines (72 loc) · 4.42 KB

File metadata and controls

77 lines (72 loc) · 4.42 KB
layout default
title Support — DocRouter
permalink /support/
description Get help with DocRouter—documentation, email support, and technical assistance for your document processing workflows.

Support

We're here to help

Get the help you need to make the most of DocRouter's document processing platform.

Support resources

Documentation

Browse the docs →
                    <div class="flex items-center gap-4">
                        <div class="solution-challenge-icon solution-challenge-icon--inline text-blue-600 flex-shrink-0">
                            <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
                            </svg>
                        </div>
                        <div>
                            <p class="text-sm font-semibold text-[#1a2b4c] m-0 mb-1">Email support</p>
                            <a href="mailto:andrei@docrouter.ai" class="text-blue-600 hover:text-blue-800 text-sm no-underline">
                                andrei@docrouter.ai
                            </a>
                        </div>
                    </div>
                </div>
            </div>

            <div>
                <h2 class="text-2xl font-bold text-[#1a2b4c] mb-8">Get help</h2>
                <div class="space-y-4">
                    <a href="mailto:andrei@docrouter.ai?subject=Support Request"
                       class="enterprise-btn-primary block w-full text-center px-8 py-4 rounded-lg font-semibold text-base transition-colors duration-200 no-underline">
                        Submit support ticket
                    </a>
                    <a href="{{ site.calendly_url }}"
                       target="_blank"
                       rel="noopener noreferrer"
                       class="enterprise-btn-secondary block w-full text-center px-8 py-4 rounded-lg font-semibold text-base transition-colors duration-200 no-underline">
                        Schedule technical call
                    </a>
                </div>
            </div>
        </div>
    </section>

    {% include enterprise-cta.html
        title="Need hands-on implementation help?"
        description="Schedule a demo to discuss deployment, integrations, and professional services for your document workflows." %}
</main>