# Features Overview

- [AI Agent Customization](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization.md): Guide for customizing your Interworky AI Chat Bot
- [Website Sync](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/website-sync.md): This guide explains syncing your website knowledge and forms into your AI Agent
- [Naming & Personality](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/naming-and-personality.md): Customize your AI Agent Name and Personality to represent your Brand
- [Profile Picture](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/profile-picture.md): Add a profile picture to your AI Agent
- [Opening Statement](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/opening-statement.md)
- [First Message](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/first-message.md): Curate your customer experience by defining the first message your AI Agent sends
- [Custom Knowledge Base](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/custom-knowledge-base.md): Adding a Custom Knowledge Base to your AI Agent
- [Customizing the Theme](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/customizing-the-theme.md): This section allows you to define the color scheme of your Agent, ensuring it matches your brand and provides a pleasant user experience.
- [Knowledge Files](https://interworky.gitbook.io/interworky-docs/features-overview/ai-chat-bot-customization/knowledge-files.md): AI Agent Knowledge Files are a powerful feature that allows you to enrich your AI agent’s knowledge base by uploading documents and files containing relevant information.
- [Capabilities](https://interworky.gitbook.io/interworky-docs/features-overview/capabilities.md)
- [Managed Capabilities](https://interworky.gitbook.io/interworky-docs/features-overview/capabilities/managed-capabilities.md)
- [Custom Capabilities](https://interworky.gitbook.io/interworky-docs/features-overview/capabilities/custom-capabilities.md): Custom capabilities allow you to add new functionalities or modify existing ones. This is done by defining specific instructions for how your AI Agent should handle certain requests.
- [Importing Custom Capabilities via Postman Collection](https://interworky.gitbook.io/interworky-docs/features-overview/capabilities/importing-custom-capabilities-via-postman-collection.md)
- [Interworky Dashboard](https://interworky.gitbook.io/interworky-docs/features-overview/interworky-dashboard.md): Learn More About Interworky Dashboard
- [Interworky AI Agent](https://interworky.gitbook.io/interworky-docs/features-overview/interworky-ai-chatbot.md): Learn More About Interworky AI Agent
- [Post-Visit Survey AI Agent](https://interworky.gitbook.io/interworky-docs/features-overview/post-visit-survey-ai-chatbot.md): Learn More About Interworky Post-Visit Survey AI Agent
- [Appointments System](https://interworky.gitbook.io/interworky-docs/features-overview/appointments-system.md): Learn more about Interworky appointment system


---

# 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.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.
