# Dark / Night mode

The SDK has a default configuration for the dark mode. In order to change the dark mode styles you have to change the values inside the file **uq-styles-dark.plist**.

By default the SDK will follow the OS setting, that means, that if the dark mode is enabled the SDK will automatically load the **uq-styles-dark.plist** configuration file.

If your application doesn’t support the dark mode you have to programmatically enforce the light mode setting the appearance mode in the uqudo builder, see [Uqudo Builder Enrolment Configuration](/docs/kyc/uqudo-sdk/integration/ios/enrolment-flow.md#uqudo-builder-enrolment-configuration).


---

# 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://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/ios/ui-customisation/dark-night-mode.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.
