# January 2026

**Released:** January 2026

This is a major release introducing AI-powered presentation generation, enhanced collaboration features, and powerful import capabilities.

## 🤖 AI Story Mode

Transform your figure collections into polished presentations, reports, or tutorials with a single click.

**Key capabilities:**

* AI-generated slide content and narratives
* Full context analysis (source code, metadata, not just images)
* Interactive Q\&A during presentations
* Export to PowerPoint, Word, or Markdown
* Customizable audience targeting

[Full documentation →](/features/story-mode.md)

***

## 💬 Comments & Collaboration

Add comments to any figure, document, or asset for team collaboration.

**Features:**

* Markdown formatting support
* @mentions with email notifications
* Threaded replies
* Emoji reactions
* AI-powered comment generation

[Full documentation →](/features/comments.md)

***

## 📂 Git Repository Import

Import Jupyter notebooks directly from your Git repositories.

**Supported platforms:**

* GitHub
* GitLab
* Bitbucket

**Features:**

* Extract figures from all commits
* Preserve version history
* Automatic attribution
* HTTPS and SSH support

[Full documentation →](/features/git-import.md)

***

## 📄 Document Import

Extract figures from PowerPoint and Word documents.

**Features:**

* AI-powered figure title generation
* Link figures to source documents
* OCR support for UUID extraction
* Maintain complete traceability

[Full documentation →](/features/document-import.md)

***

## 🔍 Enhanced Search

Find figures faster with text and visual search.

**New capabilities:**

* Full-text search across all content
* Image similarity search
* Results grouped by source
* Workspace filtering

[Full documentation →](/features/search.md)

***

## 🏢 Workspace Improvements

Better organization and navigation for teams.

**Updates:**

* Quick workspace switching
* Organization logos
* Improved navigation
* Flexible access controls

[Full documentation →](/features/workspaces.md)

***

## Additional Improvements

* In-browser Python playground for interactive exploration
* Performance optimizations across the platform
* UI/UX refinements based on user feedback

[Full list →](/features/additional-improvements.md)


---

# 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.gofigr.io/releases/2026-01.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.
