ChatGPT GPTs: How to Find, Use, and Create Custom GPTs

ChatGPTHow-To GuidesUpdated May 16, 2026
Quick Answer

GPTs are customized versions of ChatGPT built for specific tasks — a coding assistant, a writing coach, a customer support bot. Find them in the GPT Store at chat.openai.com/gpts. Click any GPT to open it and start chatting. Creating your own GPT requires a ChatGPT Plus account; using public GPTs is available on the free plan. No code required to build one.

What GPTs Are

GPTs are purpose-built assistants that run on top of ChatGPT's models. They combine three things:

  • Custom instructions — a preset system prompt that defines how the GPT behaves
  • Enabled tools — web browsing, image generation, code execution, or custom APIs
  • Knowledge files — uploaded documents the GPT can reference when answering

The result: a focused assistant that does not need you to explain context every time. A legal research GPT knows it is dealing with legal topics. A brand voice GPT knows your company's tone guidelines.

Over two million GPTs have been created. Most are free to use.

How to Find and Open a GPT

  1. Go to chat.openai.com and sign in
  2. Click Explore GPTs in the left sidebar (or go to chat.openai.com/gpts)
  3. Browse by category or use the search bar
  4. Click any GPT to open its detail page
  5. Click Start Chat to begin

The GPT opens like a regular chat window. Type your first message and the GPT responds according to its instructions.

The GPT Store: Categories Worth Exploring

  • Writing — Copywriting, editing, tone adjustment, essay feedback
  • Productivity — Summarizers, meeting note takers, email drafters
  • Research & Analysis — Web research assistants, data interpreters
  • Programming — Code review, debugging, language-specific tutors
  • Education — Subject tutors, language learning, quiz generators
  • Image Generation — Specialized DALL-E wrappers with style presets

Finding high-quality GPTs: Sort by number of conversations. A GPT with 500,000+ chats has been validated by a large user base. Read the description carefully — the best GPTs explain exactly what they do and do not do.

How to Pin Frequently Used GPTs

If you use a GPT regularly, pin it for quick access:

  1. Hover over the GPT in your sidebar or recent conversations
  2. Click the three-dot menu (⋯)
  3. Select Pin — it appears at the top of your sidebar permanently

You can also pin GPTs from the store page before starting a conversation.

How to Create Your Own GPT (Plus Required)

Step 1: Open the GPT Builder

Go to chat.openai.com/gpts → Create. You will see a split screen: the builder chat on the left, the preview on the right.

Step 2: Describe What You Want

In the builder chat, type what your GPT should do:

"Create a GPT that helps me write product descriptions for an e-commerce store selling handmade jewelry. It should ask for the product name, materials, and target customer before writing. Output should be 80–120 words, SEO-friendly, with no clichés."

The builder generates a name, profile image, and initial instructions automatically.

Step 3: Refine the Instructions

Switch to the Configure tab to see and edit the raw instructions. Review:

  • Name and description — what shows up in the store and sidebar
  • Instructions — the system prompt that defines behavior
  • Conversation starters — suggested prompts shown on the GPT's opening screen
  • Knowledge — upload files (PDFs, text) the GPT should reference

Step 4: Enable Tools

Choose which tools to give your GPT:

  • Web Search — lets the GPT browse the internet
  • DALL-E Image Generation — creates images on request
  • Code Interpreter — runs Python code, analyzes files and data

Only enable tools your GPT actually needs — every additional tool increases the chance of the GPT going off-task.

Step 5: Set Visibility and Save

  • Only me — private, only visible to your account
  • Anyone with the link — unlisted, accessible via direct URL
  • Everyone — published to the GPT Store

Click Save. Your GPT is live immediately.

Common Mistakes to Avoid

  • Using a GPT for tasks outside its scope — A writing GPT will handle code worse than regular ChatGPT. Switch to the right tool for the task.
  • Trusting GPT Store descriptions blindly — Anyone can publish a GPT. Test a few messages before relying on one for important work.
  • Uploading sensitive documents to third-party GPTs — When you upload a file to a GPT you did not build, it may be processed by external APIs attached to that GPT. Only upload non-sensitive documents to untrusted GPTs.
  • Building GPTs with vague instructions — "Be helpful and smart" produces a generic GPT indistinguishable from regular ChatGPT. Specific constraints ("always ask for the target audience before writing," "never use bullet points") produce meaningfully different behavior.
  • Ignoring the conversation starters — These are the first things users see. Use them to show the GPT's range and guide users to its best use cases.

Related Articles

ChatGPT · How-To Guides

More ChatGPT how-to guides guides

Browse all guides in this category to troubleshoot related issues faster.

Browse all guides →

Frequently Asked Questions

A GPT is ChatGPT with a custom system prompt, a specific set of tools enabled, and optionally uploaded knowledge files. The underlying AI is the same, but GPTs have preset instructions that shape how they behave — a coding GPT always focuses on code, a recipe GPT always formats output as recipes. GPTs save you from writing the same context in every conversation. You can think of them as specialized assistants built on top of the general ChatGPT engine.

Related Guides

Continue with nearby guides in the same topic to rule out adjacent causes faster.

ChatGPT Custom Instructions: How to Set Them Up and What to Write

Custom Instructions let you tell ChatGPT facts about yourself and how you want it to respond — once, permanently, across all future conversations. Go to Settings → Personalization → Custom Instructions, fill in the two text boxes, and save. ChatGPT applies these to every new chat automatically. No need to re-explain your role, tone preferences, or formatting expectations in every session.

ChatGPT Memory Feature: How to Use It, Control It, and Fix It

ChatGPT Memory lets the AI remember facts about you across conversations — your job, preferences, ongoing projects — without you repeating yourself every time. Enable it at Settings → Personalization → Memory. You can view, edit, or delete individual memories at any time. Memory is separate from conversation history and works across all devices on the same account.

How to Use ChatGPT: Complete Beginner's Guide

To use ChatGPT, go to chat.openai.com, create a free account with your email or Google, and start typing a message in the chat box. ChatGPT responds immediately. Free accounts use GPT-4o mini; upgrading to Plus unlocks GPT-4o with higher message limits. No setup required — just describe what you need in plain language.

ChatGPT Login Error: Why You Can't Sign In and How to Fix It

ChatGPT login errors are usually caused by a stale browser session, a wrong password, an SSO provider issue (Google or Microsoft login), or a brief OpenAI authentication outage. Fix it by clearing cookies, trying a different sign-in method, or using password reset. If you are redirected in a loop without logging in, clearing all openai.com cookies resolves it in most cases.

ChatGPT Network Error: Why It Happens and How to Fix It

A ChatGPT network error means the connection between your browser and OpenAI's servers was interrupted. The most common causes are unstable internet, VPN interference, browser extension conflicts, or OpenAI server issues. Fix it by refreshing, switching networks, disabling VPN, or trying incognito mode. If the error only appears on long responses, enable the regenerate option and break your prompt into shorter parts.