# Getting Started

- [Introduction](https://docs.spurtcommerce.com/getting-started/introduction.md): Welcome to Spurtcommerce Docs – Your Ultimate Guide for a Potential Use of this eCommerce Solution.
- [Prerequisites](https://docs.spurtcommerce.com/getting-started/prerequisites.md): If you want to deploy Spurtcommerce into your server, you need to have the following software installed in your system.
- [Server Configuration (Minimal)](https://docs.spurtcommerce.com/getting-started/prerequisites/server-configuration-minimal.md): The Minimal Configuration that you need to have in place for Installation and Setup of Spurtcommerce.
- [Set up development environment](https://docs.spurtcommerce.com/getting-started/prerequisites/set-up-development-environment.md): This document will guide you to set up your development environment to efficiently and properly use Spurtcommerce.
- [Development and  Setup](https://docs.spurtcommerce.com/getting-started/development-and-setup.md): A Step-by-Step guide on setting up the Development Environment to start using Spurtcommerce to develop your eCommerce Portal.
- [API Setup](https://docs.spurtcommerce.com/getting-started/development-and-setup/api-setup.md): This document is the step by step guide for the setting up of Back End API for your eCommerce portal.
- [Environment Configuration](https://docs.spurtcommerce.com/getting-started/development-and-setup/environment-configuration.md): This part of the document provides you with the Environmental file configuration required in API code of Spurtcommerce.
- [Store Front Setup](https://docs.spurtcommerce.com/getting-started/development-and-setup/store-front-setup.md): Navigate to the pages having step-by-step guide for the Storefront setup - Angular and React.
- [Angular Store Front](https://docs.spurtcommerce.com/getting-started/development-and-setup/store-front-setup/angular-store-front.md): Follow this step-by-step guide for initial setup of your Angular Storefront and to run your application.
- [React Store Front](https://docs.spurtcommerce.com/getting-started/development-and-setup/store-front-setup/react-store-front.md): Get the most aspired React Storefront for your eCommerce portal, using this step-by-step guide for setup.
- [Flutter store front](https://docs.spurtcommerce.com/getting-started/development-and-setup/store-front-setup/flutter-store-front.md)
- [Angular Admin Setup](https://docs.spurtcommerce.com/getting-started/development-and-setup/angular-admin-setup.md): Follow these steps for initial setup and running your angular admin application.
- [Angular Vendor Setup](https://docs.spurtcommerce.com/getting-started/development-and-setup/angular-vendor-setup.md): Follow these steps for initial setup and running your angular vendor application.
- [Deployment Using Builds](https://docs.spurtcommerce.com/getting-started/development-and-setup/deployment-using-builds.md)
- [Deployment Using CLI](https://docs.spurtcommerce.com/getting-started/development-and-setup/deployment-using-cli.md)


---

# 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.spurtcommerce.com/getting-started.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.
