(content-library-ref)= # Content Library `algomancy_content` contains a few pre-defined classes that can be used as a starting point for building an application. - A set of [backend components](content-library-backend-ref) to set up a launchable Algomancy app immediately, - A corresponding set of [placeholder pages](content-library-placeholders-ref) to see your progress before having implemented all required pages, - And finally, a set of [standard pages](content-library-standard-pages-ref) that may be sufficient for _quick and dirty_ apps. Each of the provided components is used as an input for `AppConfig`, either through direct imports or by using a string reference. ```{toctree} :maxdepth: 1 :hidden: content/backend/backend content/pages/placeholders content/pages/standardpages ```