# Quick Start Guide Here is the most minimal example of adding Webamp to an HTML page: ```html
``` :::tip For more examples you can copy from, see [Examples](./04_examples.md). ::: ## Next Steps 1. [Installation](./02_install.md) - Learn how to install Webamp in your project, including how to use it with npm or a CDN. 2. [Initialization](./03_initialization.md) - Learn about initializing Webamp, including how to create a Webamp instance and render it in your HTML document. 3. API - Learn about the Webamp API, including how to control playback, add tracks, and more. - [Webamp Constructor Options](./06_API/02_webamp-constructor.md) - Learn about the options you can pass to the Webamp constructor. - [Webamp Instance Methods](./06_API/03_instance-methods.md) - Learn about the methods you can call on a Webamp instance.