---
title: 6. Next steps
description: Set up SuperTokens core and database for your app with managed or self-hosted options.
sidebar:
  order: 7
---

## Setting up the core and database
<DependentContent group="uses-try-supertokens">
<ContentOption title="Yes" value="yes">

You need to now setup an instance of the SuperTokens core for your app (that your backend should connect to). You have two options:
- [Managed service](/quickstart#3-configure-the-core-service)
- [Self hosted](/deployment/self-host-supertokens) 

</ContentOption>
<ContentOption title="No" value="no">

:::success[You have successfully completed the quick setup! Head over to the "Post login operations" or "Common customizations" section.]
:::

</ContentOption>
</DependentContent>
