# SDK Customizations

After integrating the Luciq SDK into your application, you will automatically be collecting data in the background of your app. This is done for accurate crash reporting, User Steps, Network Logs, View Hierarchy, Session Profiler, and other useful features that help you investigate bugs and improve the quality of your app.

However, you'll need to gather other information that requires input from your app users, such as for bug reporting, in-app surveys, and feature requests

To make your users' experience as simple and seamless as possible, you can customize the colors of all Luciq screens, change the language, modify the messages and text that appear, change the invocation events, as well as control which popup should appear to your users and when.

The SDK Customizations section of the Luciq docs is divided as follows:\
1.[ **Welcome Message**](/android/set-up-luciq-for-android/sdk-customizations/welcome-message.md)\
This discusses how you can on-board your users and teach them how to reach you using Luciq for either beta testers or live users.

2.[ **Prompt Options**](/android/set-up-luciq-for-android/sdk-customizations/prompt-options.md)\
In this section, you'll learn how to control the default menu that pops up when Luciq is invoked in your app.

3.[ **UI Color & Theme**](/android/set-up-luciq-for-android/sdk-customizations/ui-color-and-theme.md)\
This section discusses how to customize the SDK to match your app's design and brand palette.

4.[ **SDK Locale**](/android/set-up-luciq-for-android/sdk-customizations/sdk-locale.md)\
This section discusses how to change the language of the SDK as well as the content of all the messages that your users see.


---

# 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.luciq.ai/android/set-up-luciq-for-android/sdk-customizations.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.
