> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipapp.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform features

> Guides for Flip capabilities that work across list pages and everyday workflows.

export const PageUpdated = ({date}) => <p className="mt-8 border-t border-gray-200 pt-4 text-sm text-gray-500 dark:border-gray-800 dark:text-gray-400">
    Last updated on {date}
  </p>;

<PageUpdated date="27 July 2026" />

Platform features are shared tools you use across Flip — not tied to one catalogue area. Start here when you want to understand how searching, filtering, and similar list behaviours work anywhere in the product.

## Guides in this section

<Card title="Search" icon="search" href="/user-guides/platform-features/search" horizontal>
  Find records faster on list pages with indexed, normalized search.
</Card>
