> For the complete documentation index, see [llms.txt](https://docs.limecall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limecall.com/managers-handbook/customize-the-widget.md).

# Customize the Widget

While LimeCall's Widget is ready to use once you've configured the settings, it is also highly customizable. With just a few clicks, you can easily align it with your website branding.

* [Widget](https://docs.limecall.com/getting-started/widget-setup/customize-the-widget-design): Customize the Widget to reflect your wedsite.
* [Language and Basic Settings](https://docs.limecall.com/getting-started/widget-setup/widget-display-basic-settings): change the Widget language and set the welcome message and other features.
* [Availability](https://platform.limecall.com/widgets): Set business hours to decide if the customer can leave a message or connect only when agents are online.
* [Routing Rules](https://platform.limecall.com/widgets): Divide incoming leads by departments, e.g. Directing leads and customers to sales and support teams. Assign your teams to the widget.

Experimentation and exploration are crucial when setting up and configuring LimeCall for your website. It's important to find the settings and customization options that work best for your business and customer needs. If you're unsure about certain settings or want to try different configurations, keep in mind that most changes are easily reversible with just a click.

Here are a few tips to encourage experimentation and maximize your LimeCall experience:

1. Start with default settings: Begin by using the default settings provided by LimeCall. This allows you to get a feel for the basic functionality and understand the platform's standard features.
2. Make incremental changes: Rather than making multiple changes at once, try making small adjustments and test them. This way, you can isolate the impact of each change and determine what works best for your website and customers.
3. Monitor and analyze results: Keep track of the metrics and feedback to evaluate the impact of any changes you make. Assess factors like chat engagement, response time, customer satisfaction, and conversion rates to gauge the effectiveness of your LimeCall setup.
4. Seek support when needed: If you encounter any difficulties or have specific questions, don't hesitate to reach out to LimeCall support team. They are there to assist you and provide guidance throughout the setup and configuration process.


---

# 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.limecall.com/managers-handbook/customize-the-widget.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.
