# Dynamic Configuration

* `THROTTLING_SETTINGS`: Per-scope throttling limits for login, password-reset, register, and user-unsubscribe scopes (e.g., `{"login":{"count":5,"duration":60}}`).
* `GUEST_USER_REGISTRATION_REQUIRES_EMAIL_VERIFICATION`: When enabled, blocks login for guest users (created during checkout) who have the `verification_required` attribute until they verify their email address. These users are automatically assigned `verification_required=true` when created via the checkout process.
* `SMS_OTP_EXPIRE_TIME`: Time in seconds before an SMS OTP code expires. Default: 180 seconds. Set to 0 to disable expiration.


---

# 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-3/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.
