> For the complete documentation index, see [llms.txt](https://docs.luciq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luciq.ai/references/user-interface-design.md).

# User Interface:Design

- [Set Theme](https://docs.luciq.ai/references/user-interface-design/set-theme.md): API reference for setting the UI theme in Luciq. Configure light or dark mode for the Luciq interface to match your app's visual theme.
- [Set Primary Color](https://docs.luciq.ai/references/user-interface-design/set-primary-color.md): API reference for setting the primary color in Luciq's UI. Customize the Luciq interface to match your app's brand colors and design system.
- [Set Floating Button Position](https://docs.luciq.ai/references/user-interface-design/set-floating-button-position.md): API reference for the Luciq floating button position. Choose which screen edge it sits on and how far down it appears by default.
- [Set Video Recording Button Position](https://docs.luciq.ai/references/user-interface-design/set-video-recording-button-position.md): API reference for configuring the video recording button position in Luciq. Customize the floating recording button placement in your app.
- [Manipulating the Welcome Message](https://docs.luciq.ai/references/user-interface-design/manipulating-the-welcome-message.md): API reference for the Luciq welcome message. Control the first-launch tutorial and choose the beta tester or live user variant.
- [Set Welcome Message Mode](https://docs.luciq.ai/references/user-interface-design/manipulating-the-welcome-message/enable-or-disable-welcome-message.md): API reference for the Luciq welcome message mode. Choose the beta tester or live user message, or disable it on the first app launch.
- [Manually Show Welcome Message](https://docs.luciq.ai/references/user-interface-design/manipulating-the-welcome-message/manually-show-welcome-message.md): API reference for manually showing the Luciq welcome message. Pass an enum to choose the beta tester or live user version at any time.
- [Set Locale](https://docs.luciq.ai/references/user-interface-design/set-locale.md): API reference for setting the Luciq SDK locale. Pass a locale enum to switch the language of the reporting interface for your users.
- [Change String Values](https://docs.luciq.ai/references/user-interface-design/change-string-values.md): API reference for changing string values in the Luciq SDK. Replace individual interface strings without switching the whole locale.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.luciq.ai/references/user-interface-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
