# Prebuilt Organization components for iOS and Android

Clerk's native mobile SDKs now include prebuilt Organization management UI for iOS and Android. These views cover account switching and Organization settings.

<div style="{ display: 'grid', gridTemplateColumns: 'repeat(2, 160px)', gap: '16px', alignItems: 'start', justifyContent: 'center', overflowX: 'auto' }"><div></div><div></div></div>

## What's new

- **[`OrganizationSwitcher`](https://clerk.com/docs/reference/views/organization/organization-switcher.md)** renders the active Organization or personal account, then opens native controls for switching accounts, accepting invitations and suggestions, creating Organizations, and managing the active Organization.
- **[`OrganizationListView`](https://clerk.com/docs/reference/views/organization/organization-list-view.md)** provides a standalone account picker for selecting a personal account or Organization, including memberships, invitations, suggestions, and Organization creation when available.
- **[`OrganizationProfileView`](https://clerk.com/docs/reference/views/organization/organization-profile-view.md)** renders permission-gated Organization management for profile details, members, invitations, requests, verified domains, leaving Organizations, and deleting Organizations.
