> For the complete documentation index, see [llms.txt](https://docs.amitysolutions.com/ekoai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amitysolutions.com/ekoai/announcements/agentic.md).

# Agentic

## Release Note 24 Nov 2025

We are excited to introduce a **personal AI assistant** available to all users across the network.\
Users can now **train and customize their assistant’s skills** directly through our web platform.

<figure><img src="https://114949873-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkGjT4d6YfxBhnPZQPQSC%2Fuploads%2FyIrSbYx3rtgTXXT3ZqoO%2FScreenshot%202568-11-24%20at%2015.55.38.png?alt=media&amp;token=5a9c3efe-bfad-4b61-b30e-de0fcbdb9446" alt=""><figcaption></figcaption></figure>

<table data-full-width="false"><thead><tr><th width="144.9013671875">Platform</th><th width="315.34765625" align="center">Train Skill</th><th align="center">Question &#x26; Answ</th></tr></thead><tbody><tr><td>Web</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>iOS</td><td align="center">✅</td><td align="center">❌</td></tr><tr><td>Android</td><td align="center">❌</td><td align="center">❌</td></tr></tbody></table>

Supported file type

<table data-full-width="false"><thead><tr><th width="145.025390625" align="center">File type</th><th width="208.6015625" align="center">Knowledge Skill</th><th width="216.7578125" align="center">File Input from user</th><th align="center">File answer generated</th></tr></thead><tbody><tr><td align="center">txt</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center">docx</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center">csv</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td align="center">pdf</td><td align="center">✅</td><td align="center">✅</td><td align="center">❌</td></tr><tr><td align="center">png</td><td align="center">❌</td><td align="center">✅</td><td align="center">❌</td></tr><tr><td align="center">jpeg</td><td align="center">❌</td><td align="center">✅</td><td align="center">❌</td></tr></tbody></table>

{% hint style="warning" %}

### **Supported File Types for Skill Training**

* Maximum file size: **20 MB per file**
* Maximum uploads: **Up to 5 files per skill**
* Supported file formats: **All standard formats except PNG and JPEG**
  * **PNG and JPEG files cannot be used with trigger-based skills.**
  * Only **Lead Agents** have the ability to process image files.
    {% endhint %}


---

# 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://docs.amitysolutions.com/ekoai/announcements/agentic.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.
