> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainlit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

You can tailor your Chainlit Application to reflect your organization's branding or personal style. Our intention is to provide a good level of customization to ensure a consistent user experience that aligns with your visual guidelines.

In this section we will go through the different options available.

<CardGroup cols={2}>
  <Card title="Custom Logo and Favicon" icon="image" color="#ea5a0c" href="/customisation/custom-logo-and-favicon">
    Learn how to display your own logo and favicon
  </Card>

  <Card title="Custom CSS" icon="paint-roller" color="#0285c7" href="/customisation/custom-css">
    Learn how to provide your own CSS stylesheet.
  </Card>

  <Card title="Translation Files" icon="file-code" color="#007bff" href="/customisation/translation">
    Learn how to navigate and modify translation files for UI text customization.
  </Card>

  <Card title="Theme" icon="palette" color="#16a34a" href="/customisation/theme">
    Learn about creating your own theme.
  </Card>
</CardGroup>
