# Other Features

Here are some other cool small features Amica comes with:

### Mid-Phrase Interrupt

You can interrupt Amica via microphone input detection or text at anytime during a conversation. This feature is useful for interrupting Amica if you want to change the topic or ask a follow-up question.

### Load/Save VRM Feature

Amica supports loading and saving customizable VRM avatars, allowing users to personalize their virtual assistant. Avatars can be loaded or saved for future use, with dynamic expression of emotions and lip-syncing in real-time.

### Load/Save Conversation Feature

Users can load and save chat conversations as `.txt` files. This feature is ideal for storing conversation histories, reviewing past discussions, or continuing from where a previous session left off.

### Wake Word Feature

Amica includes a wake word detection feature, allowing users to activate the assistant with a specific phrase. This enables hands-free operation and provides a more natural interaction with the system.

### Chat Mode Feature

In Chat Mode, Amica’s avatar minimizes into a corner of the screen, providing a compact interface. This feature is useful for multitasking, allowing users to interact with Amica while focusing on other tasks.

### Plugin System (Function Calling) Feature

Amica Life supports a customizable plugin system that allows users to add their own function calls. By placing scripts in the designated plugin folder, new functionalities can be seamlessly integrated, expanding Amica's capabilities.


---

# 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://docs.heyamica.com/overview/other-features.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.
