## Turtle Start ## @prefix : <#> . @prefix schema: . :WhatCoreFeaturesAreIncludedQ a schema:Question ; schema:name "What Core Features are included?" ; schema:answer :WhatCoreFeaturesAreIncludedA . :WhatCoreFeaturesAreIncludedA a schema:Answer ; schema:text """ Every plan offers full access to the Bubble application editor, and includes hosting for your app. This includes our powerful backend database and workflow system, rapid API publisher, connections to hundreds of third-party services, the ability to add custom Javascript plugins, and secure payment processing and e-commerce. """ . ## Turtle End ##