# Web Chat Integration and Customization on Your Website

This section offers comprehensive resources for enhancing website functionality through advanced web chat integration and customization. It expands upon the basic configuration and installation steps described on the [Configure & Install the Web Chat](/build-your-ai-agents/configure-and-install-the-web-chat.md) page.

{% hint style="warning" %}
This guide refers to the latest version of our web chat (`v=3`), available on the current indigo.ai platform at [**platform.indigo.ai**](https://platform.indigo.ai).
{% endhint %}

Check out our guides filled with in-depth knowledge and practical tips designed to help you maximize the effectiveness of web chats on your website:

{% stepper %}
{% step %}

#### [Advanced Web Chat Customization and Installation Guide](/tech-deep-dives/web-chat-integration-and-customization-on-your-website/advanced-web-chat-customization-and-installation-guide.md)

Learn how to tailor web chat settings to better fit your needs. Whether you're looking to adjust the web chat's behavior, appearance, or interaction methods, this guide covers a range of topics including:

* Custom triggers for activating we chats, like button clicks or page scrolls.
* Detailed instructions for installing web chat components individually.
  {% endstep %}

{% step %}

#### [Web Chat Integration: Dynamic Interaction and Data Exchange with Your Website](/tech-deep-dives/web-chat-integration-and-customization-on-your-website/web-chat-integration-dynamic-interaction-and-data-exchange-with-your-website.md)

Explore how to seamlessly integrate web chats to facilitate dynamic interactions and data exchange on your site:

* Interacting with widget events to listen for and respond to user actions in real time.
* Using script URLs to pass parameters (e.g. user information) to the web chat for personalized chat experiences from the first contact.
* Practical insights into managing user data and sessions to maintain consistency and personalization across visits.
  {% endstep %}

{% step %}

#### [Code Examples for Common Widget Integrations on Your Web Page](/tech-deep-dives/web-chat-integration-and-customization-on-your-website/code-examples-for-common-widget-integrations-on-your-web-page.md)

Practical examples and code snippets ready for immediate implementation.
{% endstep %}
{% endstepper %}

These resources are designed to equip you with the knowledge and tools necessary to implement sophisticated web chat features, ensuring your website not only engages visitors effectively but also offers personalized and responsive interactions.


---

# 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://guide.indigo.ai/tech-deep-dives/web-chat-integration-and-customization-on-your-website.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.
