Features

GPT Models Voice Mode Vision & Images Plugins & Tools Custom GPTs API Access

Plans

Free Plan ChatGPT Plus Team Enterprise Compare Plans

Resources

Getting Started Prompt Engineering Use Cases Integrations AI Safety

Company

About Security Help Centre Contact Us Login Guide Privacy Policy

ChatGPT Plugins & Tools — Extend Your AI With Real-World Capabilities

A language model that only generates text is half the picture. ChatGPT connects to the live internet, generates images from descriptions, executes Python scripts in a sandbox, and taps into thousands of third-party tools through the GPT Store. Each plugin transforms ChatGPT from a conversational assistant into an operational tool.

Whether you need real-time stock data, a generated infographic, or a cleaned dataset exported as Excel, the right combination of plugins makes it possible in a single conversation thread.

ChatGPT plugin interface showing web browsing, DALL-E, and code interpreter tools active

ChatGPT Plugin Ecosystem Snapshot

ChatGPT ships with three built-in tools: web browsing (Bing-powered live search with source citations), DALL-E 3 (text-to-image generation at 1024x1024 resolution), and Advanced Data Analysis (Python code execution in a sandboxed environment supporting pandas, matplotlib, numpy, and scipy). The GPT Store adds thousands of community-built custom GPTs covering research, productivity, coding, design, education, and marketing. Free-tier users access browsing and limited DALL-E. Plus, Team, and Enterprise subscribers unlock full tool access with higher usage limits. All tools operate within SOC 2 Type II, GDPR, CCPA, and ISO 27001 compliance boundaries.

Built-in Tools That Ship With Every ChatGPT Account

Three core capabilities come pre-loaded. No configuration required, no plugins to install.

Web Browsing — Live Internet Access Inside ChatGPT

ChatGPT web browsing queries Bing search, reads relevant web pages, and synthesizes answers with inline source citations. Ask about today's news, a recent software release, current exchange rates, or a research paper published last week. The browsing tool fetches, reads, and summarizes in a single response cycle.

Unlike a standard search engine that returns ten blue links, ChatGPT reads the content behind those links for you. It extracts the specific data points you asked about, cross-references multiple sources, and flags contradictions. A marketing manager can ask for competitor pricing updates and receive a structured comparison table in seconds, sourced from live web data.

Browsing respects robots.txt directives and site access policies. All retrieved data processes through the same security infrastructure that handles direct conversations, meeting SOC 2 Type II certification requirements. The U.S. Department of Energy (DOE) uses similar web-integrated AI tools for research synthesis across their national laboratory network.

DALL-E 3 — Generate Images From Text Descriptions

Type a description and DALL-E 3 generates a high-resolution image. Request "a watercolor painting of a mountain village at sunrise" and receive a unique, original composition. Ask for "a technical diagram showing microservices architecture" and get a clean, labeled illustration. DALL-E handles photorealistic renders, illustrations, logos, UI mockups, and abstract art.

Resolution defaults to 1024x1024 pixels with options for landscape and portrait aspect ratios. ChatGPT refines your prompt before sending it to DALL-E, adding detail and specificity that produce better results than raw text-to-image systems. You can iterate by saying "make the sky more dramatic" or "change the color scheme to blue and gold" without rewriting the entire prompt.

Content policy filters block requests for photorealistic depictions of real public figures, violent content, and other restricted categories. Generated images belong to the user with no usage restrictions for commercial or personal projects.

Advanced Data Analysis — Run Python Code in Real Time

Formerly called Code Interpreter, Advanced Data Analysis executes Python code inside a sandboxed Jupyter-like environment. Upload a CSV file and say "show me the top 10 customers by revenue with a bar chart." ChatGPT writes the pandas and matplotlib code, runs it, and displays the chart inline. Download the processed data as Excel, CSV, or any standard format.

The sandbox pre-loads popular libraries: pandas for data manipulation, numpy for numerical computing, scipy for statistics, matplotlib and seaborn for visualization, Pillow for image processing, and sympy for symbolic mathematics. File uploads support CSV, Excel (.xlsx), JSON, PDF, plain text, Python scripts, and image files up to 512 MB.

Real-world applications range from financial modeling and sales forecasting to academic data analysis and report generation. A product manager can upload survey results and receive sentiment analysis, demographic breakdowns, and publication-ready charts in a single conversation. According to the National Science Foundation (NSF), computational data analysis tools like these are transforming how researchers across disciplines process and interpret datasets.

The GPT Store and Third-Party Plugin Ecosystem

Beyond built-in tools, thousands of specialized GPTs handle domain-specific tasks with pre-configured knowledge and actions.

How the GPT Store Works

The GPT Store is a curated marketplace inside ChatGPT where developers and businesses publish custom GPTs. Each custom GPT combines specific instructions, uploaded knowledge files, and optional API actions into a purpose-built assistant. Browse by category — writing, productivity, research, programming, education, lifestyle — or search for specific tasks. Featured GPTs appear based on community ratings and usage metrics.

Revenue Sharing for Creators

GPT creators earn revenue based on user engagement with their published GPTs. The program launched in 2024, with payments calculated from a combination of unique user counts and conversation volume. Builders can track analytics through the creator dashboard, including total users, returning users, and conversation counts. This incentive structure attracts domain experts — lawyers, doctors, engineers, teachers — who build GPTs with genuine specialized knowledge rather than generic wrappers.

Third-Party Actions and API Integrations

Custom GPTs support external API calls through the Actions feature. A travel GPT can query flight prices from airline APIs. A legal GPT can search case law databases. A CRM GPT can pull customer records from Salesforce. The builder configures API endpoints using OpenAPI schema definitions, and ChatGPT handles authentication, request formatting, and response parsing. Users interact in natural language without knowing the underlying API structure. Visit our Custom GPTs Builder page to learn how to create your own.

ChatGPT Built-in Tools vs Third-Party Plugins

Compare capabilities, access requirements, and use cases across the ChatGPT tool ecosystem.

Feature Web Browsing DALL-E 3 Advanced Data Analysis GPT Store (Third-Party)
TypeBuilt-inBuilt-inBuilt-inCommunity / Third-party
Free Tier AccessYesLimitedLimitedUse only
Plus AccessUnlimitedHigher limitsUnlimitedCreate & use
Primary FunctionLive web searchImage generationPython executionDomain-specific tasks
File UploadNoNoYes (up to 512MB)Varies by GPT
File DownloadNoYes (images)Yes (any format)Varies by GPT
Source CitationsYes (inline)N/AN/AVaries
API ActionsNoNoNoYes (OpenAPI)
Custom KnowledgeLive webTraining dataUploaded filesBuilder-defined
Setup RequiredNoneNoneNoneSelect from store
Enterprise SupportYesYesYesAdmin-approved GPTs

Real Workflow Examples Using ChatGPT Plugins

Concrete examples of how professionals combine multiple tools in a single conversation.

Market Research in Under Five Minutes

A product manager opens ChatGPT and asks: "Research the top five project management tools by market share in 2024, create a comparison table, and generate a presentation-ready chart." ChatGPT activates web browsing, searches for current market data, compiles findings into a structured table, then switches to Advanced Data Analysis to generate a matplotlib bar chart. The entire workflow completes in one conversation without switching applications.

Content Creation Pipeline

A marketing team uses ChatGPT to draft a blog post about cybersecurity trends. Web browsing pulls recent breach statistics and regulatory updates. The text generation produces a 1,500-word draft with proper source attributions. DALL-E creates a custom header image matching the brand's visual guidelines. Advanced Data Analysis processes the team's internal analytics data to generate engagement prediction charts. Four tools, one thread, no context switching.

Academic Data Processing

A graduate researcher uploads a 200MB CSV of survey responses. Advanced Data Analysis cleans the data (removes duplicates, handles missing values, standardizes formats), runs statistical tests (ANOVA, chi-square, regression), generates visualizations, and exports a formatted results table. The researcher asks follow-up questions in plain language: "Is the correlation between variables X and Y significant after controlling for Z?" ChatGPT writes and executes the appropriate statistical code, then explains the results in accessible language. Explore more capabilities on our GPT Models page and learn about building custom workflows with the ChatGPT API.

Start Using ChatGPT Plugins Today

Access web browsing and DALL-E on the free plan, or upgrade to Plus for unlimited Advanced Data Analysis and GPT Store access.

Get Started Free

Frequently Asked Questions About ChatGPT Plugins

Detailed answers about tool capabilities, access requirements, and integration options.

What plugins are available in ChatGPT?

ChatGPT includes three built-in tools: web browsing (Bing-powered search with source citations), DALL-E 3 (text-to-image generation), and Advanced Data Analysis (Python code execution with file upload/download). Beyond these, the GPT Store hosts thousands of community-built custom GPTs for specialized tasks across writing, productivity, research, programming, education, design, and lifestyle. Browse the store from the ChatGPT sidebar by clicking "Explore GPTs." Learn more about specialized assistants on our Custom GPTs page.

How does ChatGPT web browsing work?

When you ask about current events or request up-to-date information, ChatGPT formulates search queries and sends them to Bing. It reads the returned web pages, extracts relevant information, and synthesizes a response with inline source citations. The tool handles follow-up searches automatically if the first results are insufficient. Browsing respects website robots.txt access policies and processes all data within ChatGPT's SOC 2 Type II certified infrastructure.

What is the ChatGPT Code Interpreter?

Code Interpreter, now officially called Advanced Data Analysis, provides a sandboxed Python execution environment within ChatGPT. Upload files (CSV, Excel, PDF, images, Python scripts up to 512 MB), describe what you want in plain language, and ChatGPT writes and runs the code for you. It supports pandas, numpy, scipy, matplotlib, seaborn, Pillow, and many other popular Python libraries. Results display inline, and you can download generated files in any standard format.

Is DALL-E included with ChatGPT?

DALL-E 3 is built directly into ChatGPT. Free users receive a limited number of image generations per day. ChatGPT Plus ($20/month), Team ($25/user/month), and Enterprise subscribers get significantly higher limits. Describe images in natural language and DALL-E produces original compositions at up to 1024x1024 resolution. Landscape and portrait aspect ratios are supported. Generated images belong to the user for commercial or personal use. See plan details for specific generation limits.

What is the GPT Store and how do I access it?

The GPT Store is a marketplace within ChatGPT where developers and businesses publish custom GPTs. Access it from the ChatGPT sidebar by selecting "Explore GPTs." Browse categories including writing, productivity, research, programming, education, and lifestyle, or search for specific tasks. Each GPT combines tailored instructions, knowledge files, and optional API actions. Creators earn revenue through a usage-based sharing program. All users can use GPTs from the store; creating and publishing requires a Plus subscription. Build your own on our Custom GPTs page.

Explore More ChatGPT Features

Discover additional capabilities that work alongside ChatGPT plugins and tools.