# Plugins Intro

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.

You can easily add your own plugins and api calls, by examining the plugin folder.


---

# 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/plugin-system/plugin-intro.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.
