> For the complete documentation index, see [llms.txt](https://docs.toucanai.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toucanai.cloud/embed/white-labelling-and-branding/branding-scope-and-limits.md).

# Branding scope and limits

{% hint style="info" %}
**Target Audience**: Developers & Non technical users
{% endhint %}

***

### TL;DR

Toucan AI provides high-level aesthetic customization while maintaining fixed core brand elements and navigation structures to ensure product integrity.

***

### When to use this

Use this page to align expectations regarding white-labeling capabilities and to identify which UI elements will remain static within your integration.

***

### Branding capabilities

The following elements are fully customizable to align with your organization's visual identity:

* **Color Palettes**: You can modify primary, secondary, accent, and background colors for both light and dark modes.
* **Typography**: You can set the font family and adjust font sizes across the interface for a consistent brand voice.
* **Visualization Styles**: You can adjust chart palettes, series colors, axes, legends, and tooltip appearances.
* **UI Components**: You can control border radius and visual details for buttons, cards, and other interactive elements.
* **Sidebar UI**: You can configure the sidebar background, accent, and border colors via the theme settings.

***

### Branding limitations

To maintain platform stability and security, specific elements cannot be modified or white-labeled:

* **Favicon**: The browser favicon is static and remains the default Toucan AI icon.
* **Application Name**: The name "Toucan AI" is hardcoded into the interface and cannot be altered through theme settings.
* **Brand Logo**: The application logo is fixed and does not support user-specific uploads or customization.
* **Navigation Architecture**: The sidebar structure and navigation items are fixed; users cannot add, remove, or reorder these links.
* **System Interfaces**: Onboarding screens, login pages, and error messages may retain default Toucan AI branding.

***

### Rationale for limits

These boundaries exist to preserve product integrity and ensure a consistent user experience across different deployment models. Fixed elements simplify technical support, improve security compliance, and maintain functional reliability.

***

### Advanced branding requirements

If your integration requires white-labeling beyond these standard capabilities, contact the Toucan AI team. Advanced theming and enterprise-level integration options are available to support deeper customization needs.


---

# 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.toucanai.cloud/embed/white-labelling-and-branding/branding-scope-and-limits.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.
