# What's new in the Chathive docs?

The most recent updates includes file upload to both Chatbot and AI form.

## January 2026

* [Tool timeouts](https://developers.chathive.app/tools/overview#timeout)
* [Tool response body limit](https://developers.chathive.app/tools/overview#response-size)

## September 2025

* Fetch private projects through API
* Configure conversation timezone
* [Agent triggers api](https://developers.chathive.app/triggers/api-trigger)
* [Custom SDK events](https://developers.chathive.app/sdk/custom-tool-events)

## June 2025

* Allow file upload in the chatbot or AI form
* Layout changes to accommodate the file upload changes
* Crawler config changes
  * New config
    * **followRedirect** let's the crawler follow a redirected url and not see it as deleted
  * Updated config
    * **pathsToMatch** has been changed to a array to allow for more simpler regex patterns
    * **pathsToExclude** has been changed to a array to allow for more simpler regex patterns
  * Crawler will now log any errors with incorrectly configured  **pathsToMatch** or **pathsToExclude** regex patterns
* [Analytics REST API](https://developers.chathive.app/api/rest-api#analytics-endpoints)
  * Get conversation statistics&#x20;

## May 2025

* [Crawler login playbook](https://developers.chathive.app/crawler/crawler-config/login#playbook)
* Extended [Tools template variabels](https://developers.chathive.app/tools/overview#template-variabels) with conversation object

## April 2025

* Manage tags through the API

## February 2025

* [Chathive tools](https://developers.chathive.app/tools)
* **Link** field add to customer&#x20;

## November 2024

* [Crawler overview page](https://developers.chathive.app/crawler/overview)
  * Fixed user agent
  * List with approved IP addresses
* Crawler can now crawl documents
  * Excel
  * Microsoft Word, Google Docs and LibreOffice
  * PDF
  * Powerpoint
  * Text, Markdown, richText
* Crawler config has been expended
  * &#x20;documentsToExclude
  * documentsToInclude

## October 2024

* [Sessions REST API](https://developers.chathive.app/api/rest-api#session-endpoints)
* AI form SDK [static methods](https://developers.chathive.app/sdk/ai-form/methods#static-methods)

## September 2024

* Updated Chathive's developer documentation
* [AI form SDK](https://developers.chathive.app/sdk/ai-form)

## August 2024

* [Crawler config](https://developers.chathive.app/crawler/crawler-config) added

## April 2024

* [Embed widget](https://developers.chathive.app/sdk/chatbot#embed-in-your-page) into your app
* Open widget on init
* Provide [customer data](https://developers.chathive.app/sdk/attributes#customer-data) to the SDK to identify you customers&#x20;
* Provide [context](https://developers.chathive.app/sdk/chatbot/methods#context) to the SDK to give the agent where information about the current customer

## March 2024

* New mobile design, Widget is now fullscreen when opened
* Add new SDK methods to [enable or disable notifications](https://developers.chathive.app/sdk/chatbot/methods#notifications)
