# Dynamic Configuration

* `THROTTLING_SETTINGS`: Per-scope throttling limits (e.g. `{"register":{"count":5,"duration":60}}`).
* `GUEST_USER_REGISTRATION_REQUIRES_EMAIL_VERIFICATION`: When enabled, newly registered users must verify email before login.
* `CUSTOMER_LOYALTY_CARD_SERVICE`: Defines the loyalty card service class and connection details for loyalty-enabled registration and profile updates.
* `PHONE_NUMBER_UNIQUE_VALIDATOR_ACTIVE`: When enabled, phone numbers must be unique across active users during registration/profile updates.
* `THROTTLING_SETTINGS`: Per-scope limits for registration, permissions, profile update, and other throttled endpoints (e.g. `{"register":{"count":5,"duration":60}}`).


---

# 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://apidocs.akinon.com/commerce-openapis/users/module-4/introduction/dynamic-configuration.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.
