1.. _quick-start: 2 3########### 4Quick-start 5########### 6 7To get started with Native Client: 8 9#. Read the :doc:`Technical Overview <overview>` to understand what Native 10 Client is, how a Native Client application is structured and to get a feel 11 for what you need to do to port existing code. 12#. Play with some of the applications in the :doc:`Application Gallery 13 <community/application-gallery>` to see what others have done so far. 14#. Go through the :doc:`Getting Started Tutorial <devguide/tutorial/index>`. The 15 tutorial walks you through how to get Native Client set up for the first 16 time and check for browser version compatibility. 17#. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some 18 of the examples. You can learn how to build and run the example applications 19 on the :doc:`Running the SDK Examples <sdk/examples>` page. 20#. Browse through the :doc:`Developer's Guide <devguide/index>` and the 21 :doc:`Pepper API <peppercpp/index>` reference documentation. The 22 :doc:`Glossary <glossary>` defines some terms and names commonly used 23 throughout the documentation. 24 25