> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/whats-new.md).

# What's new

Documentation updates and selected product release notes for Jet Admin.

## Documentation updates

### 14 September 2026: Migration guides

Added [Migrating a project to Jet Admin](https://docs.jetadmin.io/getting-started/migrating-a-project), with guides for [Salesforce](https://docs.jetadmin.io/getting-started/migrating-a-project/salesforce), [HubSpot](https://docs.jetadmin.io/getting-started/migrating-a-project/hubspot), [Shopify](https://docs.jetadmin.io/getting-started/migrating-a-project/shopify), [Stripe](https://docs.jetadmin.io/getting-started/migrating-a-project/stripe), and [Airtable](https://docs.jetadmin.io/getting-started/migrating-a-project/airtable).

The guides cover connection setup, direct and sync modes, prerequisites, and troubleshooting. The overview explains data blending and its read-only limits. We also revised the articles for clarity and restored their links back to the overview.

## Product release archive

These entries summarize previously published announcements. See the [product changelog](https://feedback.jetadmin.io/changelog) for the archive.

### 13 February 2024: SmartSuite, GPT-4, and confirmation dialogs

Added a SmartSuite integration for building internal and customer-facing apps. The OpenAI integration added GPT-4 support, and actions gained customizable confirmation dialogs.

[Read the announcement](https://jetadmin.canny.io/changelog/new-in-jet-admin-smartsuite-gpt4-confirmation-dialogs-and-more).

### 30 January 2024: Figma import

The Figma to Jet plugin imports Figma designs as Jet Admin components. You can add interactions, connect data, and publish the app.

[Read the announcement](https://jetadmin.canny.io/changelog/design-in-figma-launch-in-jet-admin).

### 17 January 2024: Component Designer

Introduced Component Designer for custom components, including states, styling, event handling, and data connections.

[Read the announcement](https://jetadmin.canny.io/changelog/pixel-perfect-apps-component-designer).


---

# 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.jetadmin.io/whats-new.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.
