Exploring OpenAI's App Integrations in ChatGPT

Exploring OpenAI's App Integrations in ChatGPT
source: gettyimages
December 30, 2025

OpenAI has introduced a range of app integrations within ChatGPT, allowing users to seamlessly connect their accounts and leverage the assistant for various tasks. These integrations enhance productivity and personalization, making ChatGPT a versatile tool across different services.

How to Connect Your Apps

To get started, ensure you're logged into ChatGPT. You can connect individual apps by typing the app’s name at the beginning of your prompt, and ChatGPT will guide you through signing in and linking your account. Alternatively, visit the Settings > Apps and Connectors menu to browse available apps, select those you want, and authenticate your accounts.

Note: Connecting apps involves sharing your data with ChatGPT. It’s important to review permissions carefully—your playlists, browsing history, or shopping details may be accessible to personalize your experience. You can disconnect apps at any time from Settings.

Available Applications and Their Features

Booking.com

Helps travelers find accommodations with personalized suggestions based on location, dates, budget, and preferences (such as proximity to public transport or including breakfast). Once linked, ask ChatGPT for hotel recommendations, then visit Booking.com to complete bookings.

Canva

Aids in generating quick graphic designs usable for social media, posters, or presentations. Connect your Canva account, then instruct ChatGPT to create designs with specific formats, colors, fonts, and dimensions. Users can further customize Canva creations afterward.

Coursera

Enables quick discovery of online courses tailored to your skill level. For example, ask for "an intermediate Python course," compare options by reviews and duration, and get summaries of course content before enrolling.

DoorDash

Facilitates meal planning and grocery shopping. Ask ChatGPT for meal ideas, add ingredients to your DoorDash cart, and review or place your order directly. Currently available only to U.S. users, partnering with major retailers like Kroger and Safeway.

Expedia

Find flights and hotels for your trips directly through chat. Narrow options by preferences like star rating or travel dates, then proceed to Expedia for booking.

Figma

Generates diagrams, flowcharts, and visual workflows. Upload files and request visual representations or product roadmaps to assist project planning and brainstorming sessions.

Spotify

Create personalized playlists based on your mood or favorite artists, discover new songs, and manage your library. ChatGPT can also recommend podcasts and audiobooks, and perform playlist modifications on your behalf.

Target

A beta feature enabling shopping assistance—get gift ideas, add items to your Target cart, and purchase with your account. It supports same-day pickup, drive-up, or shipping options.

Uber

In the U.S., request rides or check Uber Eats from within ChatGPT. For rides, select options like UberX or Black. For food, browse menus and order within the chat, completing payment in the Uber app.

Zillow

Simplifies home searches by allowing you to specify criteria such as price, bedrooms, or neighborhoods directly via prompts, making property hunting easier and more tailored.

What's Next?

OpenAI plans to introduce additional app integrations like OpenTable, PayPal, and Walmart in 2026. Currently, these features are limited to users in the U.S. and Canada, with Europe and the U.K. temporarily excluded.

This article was updated to include recent integrations, highlighting how ChatGPT is becoming an increasingly connected and powerful assistant.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 143 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644609,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}