> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/release-note/untitled/archives/01.md).

# January 2026

## v2026.01.10 <a href="#v2026-01-10" id="v2026-01-10"></a>

***

### ✨ New Features

* **Web Chat Message Box Gradient Effect Toggle**: A gradient effect toggle has been added to the admin console settings, allowing message box styling to be customized to match brand visual requirements and providing more flexible interface customization options.
* **PDF Immersive Translation**: The immersive translation feature for PDF documents has been restored. After uploading a PDF file, you can read it directly in the system with real-time content translation, ideal for teams handling multilingual documents.
* **Deep Research Enhancement**: AI deep research capabilities have been strengthened, enabling more comprehensive information gathering and analysis for complex questions and providing more complete answers.
* **Meeting Recording**: Supports LiveKit video meeting recording, automatically capturing important meeting content for later review and knowledge management.
* **Omnichannel Sender Name Recognition**: All conversation platform channels (Web, Line, Instagram, etc.) can now recognize and use sender names, making AI responses more personalized and conversations feel more welcoming.
* **Team Member Invitation Flow Optimization**: The organization member invitation flow has been improved with a new error handling mechanism, preventing confusion when invitations fail.

### 😊 User Experience & UI Enhancements

* **Chinese Parameter Support in Tool Functions**: The JSON Schema of AI tool functions now supports Chinese keys, making configuration more intuitive and easier to understand.
* **Menu Collapse State Improvement**: Fixed the selected state display when the side menu is collapsed, ensuring consistent visual feedback.

***


---

# 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.maiagent.ai/release-note/untitled/archives/01.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.
