# Customizing Embedded UI

- [Custom Theme](https://docs.appmixer.com/6.0/6.3/customizing-embedded-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
- [Custom Strings](https://docs.appmixer.com/6.0/6.3/customizing-embedded-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom Component Strings](https://docs.appmixer.com/6.0/6.3/customizing-embedded-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.


---

# 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.appmixer.com/6.0/6.3/customizing-embedded-ui.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.
