Somewhere in your company, there is a document called something like "Good Prompts v7 FINAL." Someone on your team wrote a genuinely great prompt for drafting proposals or answering support tickets, and now everyone copies it into ChatGPT, edits it slightly wrong, and gets slightly different results. That document is the reason custom GPTs exist.
A custom GPT takes that prompt, plus your reference files and your rules, and packages the whole thing into a private tool your team can open with one click. No coding, no copy-paste, no "wait, which version are we using?" And the data says businesses have noticed: OpenAI's own enterprise report found that usage of Custom GPTs and Projects grew 19x in 2025, and they now carry roughly 20 percent of all enterprise ChatGPT messages.
This guide walks through the full build, with the pricing, limits, and privacy details verified against OpenAI's current documentation as of July 2026. It also covers the parts most tutorials skip: what to put in the instructions box, when a GPT is the wrong tool, and the one privacy mistake that catches almost every first-time builder.
A custom GPT is a saved, shareable version of ChatGPT with three things baked in: written instructions that shape its behavior, uploaded files it can reference, and a set of capabilities you switch on or off. When a teammate opens it, they skip straight to useful answers because all the setup already happened.
It helps to be precise about what you are and are not building, because the terms get muddled fast.
| A CUSTOM GPT IS | A CUSTOM GPT IS NOT |
|---|---|
| A configured chatbot living inside ChatGPT | A model you trained from scratch |
| Built through a form and plain English, in under an hour | A software project needing developers |
| Shareable by link, in a workspace, or in the GPT Store | Something users must pay to use (free accounts can use shared GPTs) |
| Able to call outside APIs if you set up Actions | Automatically connected to your CRM or database |
That last row matters. Out of the box, a GPT knows only what you upload and what the underlying model knows. Connecting it to live systems is possible, but it is the advanced level, not the starting point.
The concept caught on immediately. When OpenAI opened the GPT Store in January 2024, it announced that users had already created more than 3 million GPTs in the roughly two months since the builder launched. The audience has only grown since: ChatGPT passed 800 million weekly users in late 2025, and Reuters reported the figure had climbed past 900 million by mid 2026, with OpenAI counting over 1 million business customers.
THE STAT WORTH REMEMBERING About one in five enterprise ChatGPT messages now flows through a Custom GPT or Project rather than a blank chat, per OpenAI's enterprise usage report. Inside companies, the blank chat box is slowly losing to purpose-built tools. |
The reason is boring and wonderful: consistency. A blank chat gives every employee a different answer depending on how they phrase things. A GPT with your style guide, your policy docs, and your rules gives everyone the same starting quality, whether they are a prompt wizard or someone who typed "help with email" and hoped.
Two prerequisites, one obvious and one that surprises people.
Anyone with a ChatGPT account, including free users, can use a custom GPT someone shares with them. But creating one requires a paid plan, and building happens on the web only; the mobile apps can run GPTs but not edit them. Here is the current lineup:
| PLAN | PRICE (JULY 2026) | CAN BUILD GPTS? | BEST FOR |
|---|---|---|---|
| Free | $0 | No (use only) | Testing the waters |
| Go | $8/month | No (use only) | Light personal use |
| Plus | $20/month | Yes | Solo founders, freelancers |
| Business (formerly Team) | $20/user/month annual, $25 monthly, 2-seat minimum | Yes, with shared workspace GPTs | Most small and mid-size companies |
| Enterprise | Custom pricing | Yes, with admin controls | Large or regulated organizations |
Worth knowing: OpenAI renamed the Team plan to Business in August 2025 and cut the price by $5 per seat in April 2026, which makes it cheaper than buying everyone individual Plus accounts. Business and Enterprise also exclude your data from model training by default, a real consideration if your GPT will touch anything proprietary. Nonprofits can get up to 75 percent off, per OpenAI's pricing page.
The best filter comes from Andy Crestodina at Orbit Media, who builds these for marketing work: if you do a task more than twice, or your process involves multiple steps with multiple ad-hoc prompts, it is a candidate. His builds take one to two hours each, and most of that time goes to testing, not setup.
Before opening the builder, write down three things on paper:
▪ The single task (not "help with marketing" but "turn our webinar transcripts into LinkedIn posts in our voice")
▪ The five to ten files it needs (style guide, examples of great past output, FAQ docs, product sheets)
▪ Three real inputs you will use to test it

▸ The homework stage: one task, a short stack of source files, and three real test inputs.
With that homework done, the actual build is quick.

▸ Most builds take one to two hours, and most of that time is testing, not setup.
Go to chatgpt.com/gpts, or click Explore GPTs in the ChatGPT sidebar, then hit Create. You will see two ways to work: a conversational builder where you describe what you want and ChatGPT drafts the GPT for you, and a Configure view where you fill in every field yourself.
The conversational builder is fine for a toy. For a business tool, experienced builders consistently recommend working directly in the Configure tab, because it gives you exact control over the wording of your instructions instead of letting the builder paraphrase you. You will thank yourself the first time you need to fix a specific behavior.
The name and description are what colleagues see in search and the sidebar. "Proposal Draft Assistant (UK clients)" beats "PropBot 3000" every single time someone new joins the team and has to guess what it does.
This is the heart of the build, and it gets its own section below.
You can attach up to 20 files at up to 512 MB each, per OpenAI's documentation. Practical advice: you will rarely want anywhere near that ceiling. Clean, text-forward documents work far better than beautiful PDFs with complex layouts, which the model struggles to parse reliably.
Toggle on only what the job needs (web search, image generation, canvas, or Code Interpreter and Data Analysis). Add three or four conversation starters showing realistic prompts. Then run your three test inputs in the Preview pane, compare against what a good human version looks like, adjust the instructions, and repeat. Changes autosave as a draft; hit Create when it behaves, and Update after future edits. There is a version history under the options menu if you ever need to roll back.
Most custom GPTs fail quietly, producing output that is fine but not better than a blank chat. Almost always, the cause is one of these three choices.
The rule OpenAI itself gives: instructions are for behavior, knowledge files are for reference material. Rules, tone, workflow, and output format go in the instructions box. Facts, examples, and documentation go in files. Duplicating content in both places creates conflicts and confusion.
The instructions field holds roughly 8,000 characters, so structure matters. Compare these:
WEAK 105 / 8,000 You are a helpful assistant that writes social media posts for our company. Be professional but friendly. | STRONG 361 / 8,000 You write LinkedIn posts for Acme Robotics. Process: (1) Ask which product launch or case study the post covers if not stated. (2) Draft 120 to 180 words, hook in the first line, no hashtags, one question at the end. (3) Match the tone in tone-examples.docx. Never invent customer names or statistics. If you lack a real figure, write [ADD STAT] instead. |
The second version encodes a process, a format, a source of truth, and a rule for handling missing information. That last part, telling the GPT what to do when it does not know, is the single highest-value line you can write, because it is your main defense against confident nonsense.
Every toggle is a tradeoff. Web search adds current information but also adds the open internet's noise. Code Interpreter unlocks real data analysis on uploaded spreadsheets, genuinely useful for a reporting GPT, but it also makes knowledge files easier for users to extract (more on that below). OpenAI's own advice is blunt: before adding more tools, tighten instructions and add examples, because that fixes problems faster than features do.
Actions let a GPT call external APIs you define with an OpenAPI schema, so it can pull live data or trigger workflows in other systems. They are powerful and they are also the point where "no coding required" stops being true. One current constraint from OpenAI's docs: a GPT can use either connected apps or custom Actions, not both at once. My honest advice: ship version one without Actions, prove the GPT earns daily use, and only then invest engineering time.
If you want proof this compounds beyond one team, the best-documented example is Spanish banking group BBVA, straight from OpenAI's published case study.

BBVA BY THE NUMBERS ▪ Started May 2024 with 3,300 ChatGPT Enterprise licenses, expanded to 11,000 employees ▪ Employees built more than 20,000 custom GPTs, with about 4,000 in frequent use across teams ▪ Users report saving nearly three hours per week, with over 80 percent engaging daily ▪ Now rolling out to all 120,000 employees across 25 countries |
Two of their builds show the pattern worth copying. A Credit Analysis Pro GPT extracts and analyzes unstructured data from annual reports and ESG disclosures, work that was previously manual. And a Retail Banking Legal Assistant helps a nine-person legal team respond to roughly 40,000 client legal inquiries a year by drafting answers from internal knowledge sources. Neither is glamorous. Both are narrow, grounded in specific documents, and aimed at a measurable bottleneck. That is the recipe.
When you publish, you choose an audience:
| OPTION | WHO CAN ACCESS | BUSINESS USE CASE |
|---|---|---|
| Only me | Just you | Personal workflow tools |
| Anyone with the link | Whoever holds the URL | Clients, contractors, quick pilots |
| Your workspace | Colleagues on Business/Enterprise | Internal tools (the default for most companies) |
| GPT Store | Any ChatGPT user | Marketing, lead generation, public tools |
Now the mistake. Treat every knowledge file as if a determined user could read it. MIT Sloan's guidance on custom GPTs warns plainly that people using a GPT may be able to download its knowledge base files, and enabling Code Interpreter makes extraction easier still. Clever prompting can also coax a GPT into revealing its own instructions.
THE PRACTICAL RULE Upload nothing to a link-shared or public GPT that you would not email to a stranger. Pricing floors, unreleased plans, customer data, and internal margins belong only in workspace-restricted GPTs on Business or Enterprise plans, where data is excluded from training by default and admins control access. |
One more housekeeping item: the model landscape underneath your GPT shifts. OpenAI retired GPT-4o, GPT-4.1, and several other models from ChatGPT in February 2026, and the builder now includes a "recommended model" setting that nudges users toward the right option for your task. Set it, and put a quarterly reminder in your calendar to retest your GPT after model changes, because behavior can drift.
A little honesty saves a lot of wasted effort. Skip the GPT builder when:
▪ You need it embedded in your website or product. GPTs live inside ChatGPT. Customer-facing chat on your own site means the API or a chatbot platform.
▪ The task is one distinct question. A GPT earns its keep through repetition. For one-offs, a good saved prompt is enough.
▪ You need guaranteed accuracy with zero review. These tools draft, summarize, and accelerate. A human still signs off on anything with legal, financial, or medical weight.
▪ Your team lives in another ecosystem. The same pattern exists as Gemini Gems, Claude Projects, and Copilot Agents. Build where your people already work.
Here is a first week that actually happens, as opposed to the ambitious one that does not:
▪ Day 1: Pick one recurring task and gather five to ten source files
▪ Day 2: Build in the Configure tab, write structured instructions, run your three test inputs
▪ Day 3: Share with two colleagues and collect what confused them
▪ Day 4: Fix the instructions (not the files) based on their feedback
▪ Day 5: Publish to your workspace and announce it where your team will see it

▸ The real success metric: colleagues opening it in week two without being reminded.
Then watch one number: does anyone open it in week two without being reminded? BBVA built 20,000 GPTs and only 4,000 stuck. A 20 percent survival rate at one of the world's most successful deployments tells you something freeing: your first GPT does not need to be perfect. It needs to be narrow, tested on real work, and easy to find. Build the small boring one that saves someone twenty minutes every Tuesday. That is the one that survives.
Comments