ChatGPT: Advanced
At this level ChatGPT is part of daily work. The gains now come from feeding it your real data through connected apps, packaging repeatable work as a custom GPT, and knowing exactly where your data goes. The discipline underneath all of it is verification: the app gives you traceable evidence, not automated tests.
Apps and connectors: bring your own data
Section titled “Apps and connectors: bring your own data”Apps (the feature was renamed from connectors on 17 December 2025) link ChatGPT to the tools you already use, so it can read (and increasingly write) from inside a chat. Coverage includes Google Drive, SharePoint/OneDrive, Dropbox, Box, Gmail and Outlook, Google and Microsoft Calendar, GitHub, Slack, Teams, Linear, HubSpot, and Asana, among others.
- Read: “Find last quarter’s pricing doc in Drive and summarize the changes.”
- Write: newer actions can draft an email, create a doc or sheet, or schedule a meeting (rolling out through 2026).
Regional availability varies; see the tenant checklist at the end of this page before you build a workflow on a specific app.
Build a GPT: package the repeatable work
Section titled “Build a GPT: package the repeatable work”A GPT is a no-code custom assistant: a set of instructions, optional uploaded knowledge files, and capabilities (web, images, data analysis). Build one when you find yourself pasting the same setup into chat after chat.
- Open the GPT builder and write its instructions: its standing role and rules.
- Upload reference files it should always know.
- Optionally add Actions (REST/OpenAPI calls) so it can reach an external service.
- Share it by link or to your workspace.
Preview code and drafts inline
Section titled “Preview code and drafts inline”On GPT-5.5 and later models, long drafts open in inline writing blocks and code blocks (these replaced Canvas, which OpenAI removed from GPT-5.5 on 28 May 2026). Code blocks can preview and run output directly (HTML, React, SVG, Mermaid, Vega, and runnable Python with console output), so you can see the result instead of guessing.
Write a Mermaid flowchart of this onboarding process, then show me the rendered diagram.Control your data
Section titled “Control your data”This matters most for a Swiss SME handling client data.
| Control | What to know |
|---|---|
| Training | OpenAI does not train on Business, Enterprise, or Edu data. On Free/Plus/Pro, data may be used to improve models unless you toggle that off. |
| Data residency | Europe (EEA + Switzerland) storage is supported on eligible business plans; in-region inference for Europe was added in January 2026 and is arranged through sales, not self-serve. |
| Lockdown Mode | An opt-in mode that blocks the exfiltration paths prompt-injection attacks use. It disables live web browsing (cached content only), web images, deep research, and agent mode while keeping the model usable. |
| Admin controls | SSO/SCIM, retention settings, connector allow-listing, and remote sign-out on Business/Enterprise. |
You’re done when…
Section titled “You’re done when…”- ✅ You’ve connected an App and pulled real data into a chat
- ✅ You’ve built and shared a GPT
- ✅ You’ve previewed runnable output in a code block
- ✅ You can explain where your plan’s data is stored and trained
Next step
Section titled “Next step”Ready to hand ChatGPT a whole task and let it work, under supervision?