# Authentication and Authorization

- [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.


---

# 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/authentication-and-authorization.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.
