.. raw:: html
========================================= Quickstart (to get a demo up and running) ========================================= When you download a specific release of *Converse.js* there will be two minified files inside the zip file. * builds/converse.min.js * css/converse.min.css You can include these two files inside the ** element of your website via the *script* and *link* tags: .. code-block:: html You need to initialize Converse.js with configuration settings according to your requirements. Please refer to the :ref:`configuration-variables` section for info on all the available configuration settings. To configure and initialize Converse.js, put the following inline Javascript code at the bottom of your page (after the closing ** element). .. code-block:: javascript The `index.html