Welcome to

App4Legal Documentation Center


App4Legal is composed of 3 Components: 

1. Core Application: web application collaboration tool.

2. Integration with OutlookMobile App for Smart Phones.

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


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">
<h3>Need help?</h3>
<!--<p>Here you go!</p>-->
</div>

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

<div class="app4legal-layer-title">
<h3>Need more help?</h3>
<p>Reach us by phone or email</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:first-child{
    padding-bottom: 25px;
}

.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 */
    </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>

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