# Other

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.netcoresaas.com/other.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
