# Quickstart

{% stepper %}
{% step %}

### [**Sign up & Create your Store**](/documentation/documentation-v1.1/getting-started/sign-up-and-login.md)

Create a store manually if you don’t use Shopify.  \
**Connect your Shopify store** directly to ScaleFlows for automatic syncing.
{% endstep %}

{% step %}

### [Connect Your Email](/documentation/documentation-v1.1/getting-started/email-connection.md)

Link your support inbox so ScaleFlows can send fast, professional replies to your customers.
{% endstep %}

{% step %}

### [Set up Knowledge Base](/documentation/documentation-v1.1/workspace/configuring-your-ai-automation.md)

**Set Up Your Knowledge Base**\
Add policies, FAQs, and product details. ScaleFlows uses this to provide accurate answers and prevent refunds.
{% endstep %}

{% step %}

### [Enable Team Alerts](/documentation/documentation-v1.1/workspace/configuring-your-ai-automation/decision-configurations.md)

Decide when you or your team should be notified so nothing important slips through.
{% endstep %}
{% endstepper %}


---

# 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.scaleflows.net/documentation/documentation-v1.1/getting-started/quickstart.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.
