> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.dumgum.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Profile Endpoint

To ensure seamless integration and efficient data synchronisation, it is necessary for you to implement the Profile Cloning Endpoint on your end. This endpoint will serve as a critical connection point, enabling us to retrieve your profiles data when required.

<span style={{ fontSize: '18px' }}>**Your endpoint must implement the [Profile Endpoint OpenAPI webhook specification](/api-reference/content-creation/webhooks/profile-endpoint).**</span>

<Warning>
  **Always include the `timeZone` field, especially on the persona profile.** The Persona reads the current local time from its own profile's `timeZone`. If it's omitted, the Persona falls back to **UTC**, leading to wrong time-of-day references in conversation (e.g. "who's chatting at 4am?" when it's actually 6am for the user). Use an [IANA time zone name](/api-reference/content-creation/additional-resources/supported-time-zones) such as `Europe/Paris`.
</Warning>
