translation_pending: true Title: Guides These pages contain further information in a more informal way. * [Discover Sling in 15 minutes ]({{ refs.discover-sling-in-15-minutes.path }}) - title says it all * [Resources]({{ refs.resources.path }}) -- Presents the Resource as the object around which Sling is built * [Servlet Resolution]({{ refs.servlet-resolution.path }}) -- How Sling resolves the servlet or script responsible for rendering a Resource. * [Request Parameters]({{ refs.request-parameters.path }}) -- Explains how Sling provides request parameters to servlets, scripts and filters. * [Repository Based Development]({{ refs.repository-based-development.path }}) -- Shows how WebDAV is supported by Sling. * [Bundle Management]({{ refs.installing-and-upgrading-bundles.path }}) -- Explains how to install, upgrade and uninstall Bundles using the Sling Management console. These pages refer to the old Component API and launcher, and remain referred to here until more up to date documentation has been prepared: * [Getting and Building Sling]({{ refs.getting-and-building-sling.path }}) -- A short recount on the first step for getting a running Sling instance after checking out the source from the SVN repository * [Default Mapping and Rendering]({{ refs.default-mapping-and-rendering.path }}) -- Explains default mapping of repository nodes to Content instances and selection of a default Component. * [Dispatching Requests]({{ refs.dispatching-requests.path }}) -- Explains how a Component may dispatch requests to include further content renderings in the response to the client's request