# Other

- [Installing](/other/installing.md)
- [1. Install VSCode](/other/installing/vscode.md)
- [2. Install .NET Core SDK](/other/installing/.net-core.md)
- [3. Install Node.js](/other/installing/node.js.md)
- [4. Test installation](/other/installing/test-installation.md)
- [Integrations](/other/integrations.md): There are a few integrations you may want to consider.
- [Stripe](/other/integrations/stripe.md): For managing subscriptions or product purchases.
- [Subscription Options](/other/integrations/stripe/subscription-options.md): NetcoreSaas Demo implements out of the box these types of pricing.
- [Getting the API Keys](/other/integrations/stripe/getting-the-api-keys.md)
- [Creating Stripe Products](/other/integrations/stripe/creating-subscriptions.md): We will create 3 products with different pricing, billing periods and trial days.
- [Creating the Customer Portal](/other/integrations/stripe/creating-your-customer-portal.md): You can download invoices, upgrade, downgrade or cancel subscriptions within the app, but Stripe implemented a very pretty and easy to use customer portal.
- [Email](/other/integrations/email.md): Sending Welcome, Reset password and User invite emails to your users
- [SMTP](/other/integrations/email/smtp.md): Write your custom templates.
- [Postmark](/other/integrations/email/postmark.md): If you don't want to write custom email templates you can sign up for postmark.
- [Social Login](/other/integrations/social-login.md)
- [Google Sign In](/other/integrations/social-login/google.md): Users will be able to Sign up and Log in using their Google account.
- [Conversations](/other/integrations/conversations.md): Chat with your customers/users.
- [Intercom](/other/integrations/conversations/intercom.md): Chat with your customers with Intercom.
- [Drift](/other/integrations/conversations/drift.md): Chat with your customers with Drift.
