C3 AI Documentation Home

Configure the favicon of the application

By default, the UI Framework includes a built-in favicon for each application. You can override this default by adding a custom favicon to your application package.

To use a custom favicon:

  1. Create or locate your custom favicon. Use a PNG file named favicon.png with recommended dimensions of 16x16 pixels.
  2. Open your application package.
  3. Place the favicon at {package}/ui/content/c3/favicon.png. Create any missing directories if needed.

After these steps, provision your package to display your custom favicon in the application.

Was this page helpful?