---
title: Upcoming and recently launched features
description: "Tracker of Fliplet features recently shipped or in beta, linking to their developer documentation."
type: how-to
tags: [upcoming]
v3_relevant: true
deprecated: false
---

# Upcoming and recently launched features

Tracker of Fliplet features recently shipped or in beta, linking to their developer documentation.

<section class="blocks alt">
  <a class="bl two" href="/API/core/ai">
    <div>
      <span class="pin">Open beta</span>
      <h4>AI</h4>
      <p>Learn how to use and integrate AI (Artificial Intellicence) capabilities to your apps.</p>
      <button>Browse documentation &rarr;</button>
    </div>
  </a>
  <a class="bl two" href="/API/core/app-actions">
    <div>
      <span class="pin">Now available to all customers</span>
      <h4>App Actions</h4>
      <p>Learn how App Actions allow you to define scheduled and complex automations for your app screens and solve some challenging use cases.</p>
      <button>Browse documentation &rarr;</button>
    </div>
  </a>
</section>
<hr />
<section class="blocks alt">
  <a class="bl two" href="/Data-source-security">
    <div>
      <span class="pin">Now available to all customers</span>
      <h4>Data Source Custom Access rules</h4>
      <p>Learn how Data Sources now support writing custom access rules with JavaScript code.</p>
      <button>Browse documentation &rarr;</button>
    </div>
  </a>
  <a class="bl two" href="/API/fliplet-payments">
    <div>
      <span class="pin">Now available to all customers</span>
      <h4>Payments</h4>
      <p>Fliplet Payments allow you to add payment and checkout functionality in your apps. Browse the documentation for this feature we just released.</p>
      <button>Browse documentation &rarr;</button>
    </div>
  </a>
</section>