Welcome to App4Legal Documentation Center

App4Legal is composed of 3 Components: 

1. Core Application: web application collaboration tool.

2. Customer Portal: interactive interface for the legal team's Customers.

3. Integration with OutlookMobile App for Smart Phones.

This site offers you an access to the Documentation Center of App4Legal. You will have in one single place User Guides, FAQs and legal documents related to your App4Legal Account.

This a part of our self-service portals that we provide to our users to have full information about App4Legal features, release notes and news.    

<div class="app4legal-layer-title">
<h1>Need help?</h1>
<!--<p>Here you go!</p>-->
</div>

<div class="app4legal-layer-title">
<h1>Featured Products</h1>
<!--<p>Here you go!</p>-->
</div>

<div class="app4legal-layer-title">
<h1>Featured Products</h1>
<!--<p>Here you go!</p>-->
</div>

    <style>
        /* Controlling Contact Us Layer Start */
        
        .app4legal-contact-us-phone-div i {
            font-size: 100px;
            color: #404040;
        }
        
        .app4legal-contact-us-phone-number {
            font-size: 25px;
            color: #404040;
            font-weight: bold;
        }
        
        .app4legal-contact-us-phone-text {
            color: #404040;
        }
        
        .app4legal-contact-us-phone-div i:last-child {
            margin-top: 10px;
        }
        
        .app4legal-contact-us-phone-div i:hover,
        .app4legal-contact-us-phone-number:hover {
            color: #155D8E !important;
        }
        
        a {
            border: 0px !important;
        }
        /* Controlling Contact Us Layer End */
        
        .app4legal-need-more-help-sentence {
            height: 100%;
        }
    </style>

 <div class="container-fluid p-0">
        <div class="row text-center">
            <div class="col-lg-6 col-sm-12">
                <!--<div class="row">
                    <div class="col-12 app4legal-contact-us-phone-div">
                        <a href="tel:+96199999999" class="text-decoration-none">
                            <i class="fas fa-mobile-alt"></i>

                            <div class="app4legal-contact-us-phone-number">
                                9999999
                            </div>
                        </a>
                    </div>

                    <div class="col-12">
                        <div class="app4legal-contact-us-phone-text">
                            Call our customer support team. Available M–F from 7AM-7PM CT.
                        </div>
                    </div>
                </div>-->

                <div class="row align-items-center app4legal-need-more-help-sentence">
                    <div class="col-12">
                        <h1>Need more help?</h1>
                        <p>Reach us by email</p>
                    </div>
                </div>

            </div>

            <div class="col-lg-6 col-sm-12">
                <div class="row">
                    <div class="col-12 app4legal-contact-us-phone-div">
                        <a href="mailto:help@app4legal.com" class="text-decoration-none">
                            <i class="fas fa-envelope"></i>
                            <div class="app4legal-contact-us-phone-number">
                                help@app4legal.com
                            </div>
                        </a>
                    </div>

                    <div class="col-12">
                        <div class="app4legal-contact-us-phone-text">
                            Submit a request to our customer support team.
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>