# AI Agent Customization

{% hint style="success" %}
Start your free trial now at <https://interworky.com>
{% endhint %}

Overview of Customization Features

<figure><img src="/files/6KATFKrfn7yMOCXArW3u" alt=""><figcaption><p>Customize your AI Agent in Interworky Dashboard</p></figcaption></figure>

1. [Website Sync](/interworky-docs/features-overview/ai-chat-bot-customization/website-sync.md)

* Seamless Integration:
  * Sync your website’s content with your AI Agent so that it can leverage all the data—from forms to articles—to answer user queries effectively.
* Multilingual Capabilities:
  * Enable your AI Agent to present information and interact in multiple languages based on your website’s content.
* Transparent Interactions:
  * Every interaction is recorded, allowing you to review full chat logs and ensure your Agent is delivering accurate responses.

<br>

2. [Naming & Personality](/interworky-docs/features-overview/ai-chat-bot-customization/naming-and-personality.md)

* Custom AI Agent Name:
  * Choose a unique name that appears at the top of the chat interface. Whether you opt for a friendly “Space Helper” or a formal branded name, this is your agent’s first impression.
* Personality Settings:
  * Define the tone of your AI Agent’s responses.

<br>

3\. [Custom Knowledge Base](/interworky-docs/features-overview/ai-chat-bot-customization/custom-knowledge-base.md)

* Data Handling Instructions:
  * Specify how your AI Agent should use the data from your website. For example, direct pricing inquiries to a specific URL, provide support details, or promote new offers.
* Handling Capabilities:
  * Write clear, human-like instructions to define when and how your AI Agent should execute certain actions—such as fetching account details or triggering an appointment mode—ensuring a natural and intuitive user experience.<br>

4. [Theme Customization](/interworky-docs/features-overview/ai-chat-bot-customization/customizing-the-theme.md)

* Customize Appearance:
  * Adjust color schemes and branding elements to ensure that your AI Agent’s look aligns with your website. Modify primary and secondary colors, text colors, and error highlights to create a cohesive design.
* Real-Time Preview:
  * Use the Test Agent feature to see live updates of your changes before going live.

5. Curate the Experience

* [Opening Statement: ](/interworky-docs/features-overview/ai-chat-bot-customization/opening-statement.md)Define the opening statement that appears next to your AI Agent on your website
* [First Message:](/interworky-docs/features-overview/ai-chat-bot-customization/first-message.md) Define the first message your AI Agent start the conversation with

{% hint style="info" %}
By following this guide, you can make your AI Agent truly your own, ensuring it reflects your brand and meets your clients’ needs. Start customizing today and elevate your user experience!
{% endhint %}


---

# 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://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization.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.
