# Customizing UI

- [Custom Inspector Fields](https://docs.appmixer.com/6.0/5.1/customizing-ui/custom-inspector-fields.md)
- [Custom Theme](https://docs.appmixer.com/6.0/5.1/customizing-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/5.1/customizing-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 API](https://docs.appmixer.com/6.0/5.1/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
- [Custom Component Strings](https://docs.appmixer.com/6.0/5.1/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Custom Component Shapes](https://docs.appmixer.com/6.0/5.1/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
- [Custom Auth Popups](https://docs.appmixer.com/6.0/5.1/customizing-ui/custom-auth-popups.md)


---

# 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/5.1/customizing-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.
