> For the complete documentation index, see [llms.txt](https://docs.taskade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taskade.com/changelog/changelog-2026/march-2026/march-13-2026.md).

# March 13, 2026

## What's New:

### Import & Export your Taskade Apps

You can now export your Taskade apps as portable `.tsk` app kits! Send them to a teammate or client, and they can import them into their workspaces directly.

#### Exporting:

<figure><img src="/files/QVHuxl8QgTk7aKqzPDzZ" alt="" width="563"><figcaption></figcaption></figure>

#### Importing:

<figure><img src="/files/qpLvc9XHbEqG8xWZ1gmZ" alt="" width="563"><figcaption></figcaption></figure>

***

### \[Mobile] New EVE Chat Drawer

We're moving the EVE chat drawer to the bottom of the screen. This should make it easier to review EVE's responses while trying to to manage your workspace.

<figure><img src="/files/RQkCMPuJ0OLbLSMJghqe" alt="" width="300"><figcaption></figcaption></figure>

***

## Improvements & Fixes:

* EVE will now try to remember important information.
* Increased the agent's knowledge displayed per page to 50 items.
* The extra invite button in the main page has been removed to prevent the elements from overlapping.
* The 404 pages of custom domain apps are now white-labeled.
* Added a brief description to inform paid plan users when the monthly AI credits reset.
* Fixed an issue where the paywall was popping up after sending in a prompt in /create.
* Fixed an issue where the credits referral success notification was displaying incorrect information.
* Fixed an issue where if the "Ask Agent" tool was enabled while using a Gemini model, the agent will return an error.
* Fixed an issue where duplicating an app will result in an empty app.
* Fixed an issue where the theme bar settings will not apply to, and will not save for apps with a dark theme.
* Fixed an issue where archived workspaces were showing incorrect breadcrumbs.


---

# 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.taskade.com/changelog/changelog-2026/march-2026/march-13-2026.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.
