# System Management

- [Introduction](https://developer.emporix.io/ce/system-management/introduction.md): System management tools in Emporix are designed to help you take full advantage and maximize Emporix capabilities.
- [Authentication and Authorization](https://developer.emporix.io/ce/system-management/authentication-and-authorization.md): Enable proper authentication and authorization measures to keep the system secure.
- [Authentication](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authentication.md)
- [User Authentication](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authentication/user-authentication.md)
- [Emporix Single Sign-On (SSO)](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authentication/user-authentication/sso.md): Integrate single sign-on mechanism.
- [Customer Authentication](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authentication/customer-authentication.md)
- [Auth0](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authentication/customer-authentication/auth0.md): Authenticate users with Auth0.
- [Keycloak](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authentication/customer-authentication/keycloak.md): See how to integrate with Keycloak.
- [Authorization](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authorization.md)
- [Identity and Access Management (IAM)](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authorization/iam.md): IAM Service provides out-of-the-box identity and access management.
- [Site Permissions](https://developer.emporix.io/ce/system-management/authentication-and-authorization/authorization/site-permissions.md): Site permissions provide granular access control over commerce data, such as companies (legal entities), customers, carts, orders, and quotes, across various brands, regions, or markets for employees.
- [Webhook Event Publishing](https://developer.emporix.io/ce/system-management/webhooks-user-guide.md): Set up webhook events to ensure smooth interaction between services and systems.
- [HTTP Webhook Strategy - HMAC Configuration](https://developer.emporix.io/ce/system-management/webhooks-user-guide/hmac-configuration.md): Configure webhooks HMAC to ensure additional authentication layer.
- [HTTP Webhook Strategy - Integration with Azure Service Bus](https://developer.emporix.io/ce/system-management/webhooks-user-guide/azure-service-bus-integration.md): See the example integration with Azure Service Bus through webhooks.
- [HTTP Webhook Strategy - Integration with Amazon Simple Queue Service (SQS)](https://developer.emporix.io/ce/system-management/webhooks-user-guide/amazon-sqs-integration.md): See the example of integration Amazon Simple Queue Service through webhooks.
- [Search](https://developer.emporix.io/ce/system-management/search.md): Good search possibility is a key to achieving sales targets.
- [Universal Search Connector](https://developer.emporix.io/ce/system-management/search/universal-search-connector.md): Universal Search Connector allows you to optimize the system and automate indexing of your products.
- [Search Configuration](https://developer.emporix.io/ce/system-management/search/search-configuration.md): Learn the possibilities for configuring search in Emporix.
- [Indexing Service](https://developer.emporix.io/ce/system-management/search/indexing.md): Configure search indexer to bring great searching experience on your storefront.
- [Optimistic Locking](https://developer.emporix.io/ce/system-management/optimistic-locking.md): Ensure smooth simultaneous work for multiple users with optimistic locking mechanism.


---

# 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/ce/system-management.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.
