# Quickstart

- [Emporix API](https://developer.emporix.io/api-references/quickstart/api-intro.md): Get familiar with Emporix API.
- [List of API Services](https://developer.emporix.io/api-references/quickstart/list-of-api-services.md): Browse the list of our services with links to downloadable specification files.
- [OpenAPI Generator](https://developer.emporix.io/api-references/quickstart/openapi-generator.md): Create SDKs from Emporix API specifications for seamless integration with the Commerce Engine using OpenApi Generator.
- [Emporix Terraform Provider](https://developer.emporix.io/api-references/quickstart/emporix-terraform-provider.md): Manage Emporix resources and configuration with the Terraform provider.
- [Emporix Java SDK](https://developer.emporix.io/api-references/quickstart/emporix-java-sdk.md): A comprehensive Java SDK for integrating with Emporix Commerce APIs.
- [Authentication and Authorization](https://developer.emporix.io/api-references/quickstart/authentication-and-authorization.md)
- [Tokens and Scopes](https://developer.emporix.io/api-references/quickstart/authentication-and-authorization/tokens-and-scopes.md): Tokens and scopes grant access to employee users, your storefront customers assigning them relevant permissions level to specific resources. Dedicated tokens are also required for external system-to-s
- [Customer Authentication](https://developer.emporix.io/api-references/quickstart/authentication-and-authorization/customer-authentication.md): Learn how customer authentication works in Emporix.
- [SSO Authentication](https://developer.emporix.io/api-references/quickstart/authentication-and-authorization/customer-authentication/sso-authentication.md): Implement SSO solution to authenticate your customers on the storefront.
- [Token Exchange](https://developer.emporix.io/api-references/quickstart/authentication-and-authorization/customer-authentication/token-exchange.md): Implement token exchange as a way to authenticate your customers on the storefront.
- [Multi-Site Architecture](https://developer.emporix.io/api-references/quickstart/multisites.md): Learn how to build multi-site architecture with Emporix. Discover the core concepts and how they connect to enable flexible commerce across countries, brands, and customer segments.
- [Initial Tenant Checkout Configuration](https://developer.emporix.io/api-references/quickstart/initial-tenant-checkout-config.md): Start configuring a fresh tenant to enable your online store quickly and efficiently.


---

# 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://developer.emporix.io/api-references/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.
