<!-- TITLE: FAQ - Magento 2 module documentation--> <!-- SUBTITLE: Author: Paweł Wasiluk --> # FAQ Module ## Module overview Make your customers life easier with FAQ, a module , thanks to which, they can have their questions answered without waiting for your reply. You can create FAQ & knowledge base that will have all the answers your clients are looking for on your Magento Store. Separate your Q&A into categories to make them easier to find. ## Module compatibility This module is compatibile with Magento Community versions: **2.2** and **2.3**. ## How it works After installing the module, head to Admin Panel to add first Faq Category. Go to Content > Faq Category. Click on Add New Category button to add category. ![Faq 1](/uploads/simple-faq/faq-1.jpg "Faq 1") Here you will find three sections: Category information, Search Engine Optimisation, Post Position. ![Faq 2](/uploads/simple-faq/faq-2.jpg "Faq 2") Enable Category – enable & disable categories visibility Category Name – assign name to your categories Description – if needed you can add description to each category Store View – a store/store view that this category should be visible in Sort Order – keep your FAQ organised by sorting categories ![Faq 3](/uploads/simple-faq/faq-3.jpg "Faq 3") Url – create a custom url for FAQ category Meta Title – create custom meta title Meta Description – create custom meta description ![Faq 4](/uploads/simple-faq/faq-4.jpg "Faq 4") Here you can find your FAQ questions that are assigned to desired category. Added category will be shown in Content > Faq category grid. ![Faq 5](/uploads/simple-faq/faq-5.jpg "Faq 5") To add question with an answer, head to Content > Faq Items. Then click on Add New Post button. ![Faq 6](/uploads/simple-faq/faq-6.jpg "Faq 6") In add new post page you will see one section Post Information. ![Faq 7](/uploads/simple-faq/faq-7.jpg "Faq 7") ![Faq 8](/uploads/simple-faq/faq-8.jpg "Faq 8") Enable post – turns on or off visibility of your post Question – type your question here Answer – write an answer to a question, you can either use html editor or WSWIG Category – assign a post to a category or categories, it will be shown under those categories Sort Order – set a number to sort your posts Added posts should be seen in Content > Faq items grid. ![Faq 9](/uploads/simple-faq/faq-9.jpg "Faq 9") FAQ module content is located under homepage/faq location. Faq redirect button will be added to your page footer. ![Faq 10](/uploads/simple-faq/faq-10.jpg "Faq 10") Structure of Faq content looks like this, Faq categories are located on the left side, whereas Faq items are in the middle. By default you are redirected to Show All category. ![Faq 11](/uploads/simple-faq/faq-11.jpg "Faq 11") Clicking on the question will trigger an answer to open. ![Faq 11](/uploads/simple-faq/faq-11.jpg "Faq 11") ## Demo demo3.magecreation.com ## Installation ### Composer 1. Add repo to composer.json: ```text "repositories": [ ... { "type": "vcs", "url": "git@git.auroracreation.com:aurora-modules/easy-faq-management.git" } ... ], ``` 2. Add package to composer.json: ```text "require": { ... "aurora/module-faq": "*" ... }, ``` 3. In Magento root folder run commands: ```text composer update aurora/module-faq php bin/magento module:enable Aurora_Faq php bin/magento setup:upgrade ``` ### Manual 1. Unzip archive. 2. Upload extension files on your server to: ```text {Magento root} └── app/ └── code ``` 3. In Magento root folder run commands: ```text php bin/magento module:enable Aurora_Faq php bin/magento setup:upgrade ``` ### Thank you for your interest in our products!