> For the complete documentation index, see [llms.txt](https://interworky.gitbook.io/interworky-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interworky.gitbook.io/interworky-docs/features-overview.md).

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