ChatGPT Astra User Guide (2026): Setup, What to Build, and How Not to Use It

ChatGPT Astra User Guide: Setup, What to Build, and How Not to Use It (2026)

GPT-6 Astra launched September 3, 2026 — and most people paying $20/month still can't find it. This guide covers the setup confusion nobody explains, twelve things you can genuinely build with it, and the honest list of what you should never hand to an AI.

Start Here: Astra Is Probably Not Where You're Looking

OpenAI announced Astra for "all ChatGPT Plus users," then put Plus access inside Work and Codex — not the regular Chat model picker. If you're on Plus and Astra is missing, you're not broken and your account isn't behind. You're in the wrong surface. Jump to the setup section for the fix.

Released
Sept 3, 2026
Replaces
GPT-5.6 Sol
API Price
$10 / $50 per M
Context
1.05M tokens
Knowledge Cutoff
April 30, 2026
Free Access
None

What Astra Actually Is (And Isn't)

GPT-6 Astra is OpenAI's frontier model released September 3, 2026, succeeding GPT-5.6 Sol. The important framing: Astra is not pitched as a better chatbot. It's pitched as a computer operator. It's trained to act rather than converse — it clicks, fills fields, reads what appears on screen, and chains steps on its own.

OpenAI positions it around three areas: state-of-the-art computer use, a step change in professional work output, and a significant jump in cybersecurity capability. On the OSWorld 2.0 computer-use benchmark it scores 72.6% while taking roughly 47% less time per task than Sol. It saturates FrontierMath Tier 4 at 97.6%.

What's genuinely new

Finished artifacts, not drafts

Astra is trained to output polished documents, slides, and spreadsheets that follow your templates — rather than generic first drafts you then have to rebuild.

Sites: prompt to live website

Through Sites in ChatGPT, Astra can create, host, and share websites, web apps, and games directly from a prompt. No deploy step.

Asks before assuming

When instructions are ambiguous, Astra asks focused questions on consequential decisions and proceeds with sensible assumptions on routine gaps. In Codex it can ask asynchronously while continuing unrelated work.

Stays oriented longer

Better at holding task boundaries across long multi-step work. The failure mode it was designed against is drift — the agent touching files you never mentioned.

What Astra is not

It's not free, anywhere. It doesn't natively accept audio or video input. It doesn't support fine-tuning. And it isn't uniformly ahead of everything — on expert general knowledge and on coding agents taken as a whole, Anthropic's Claude models match or lead it. Astra's lead sits specifically in driving a screen, holding long context, and mathematical reasoning.

A note on the safety rating: Astra is the first OpenAI model classified at the "Critical" level for cybersecurity under their Preparedness Framework — the highest rung. That classification reflects capability, not intent, and OpenAI ships it with corresponding safeguards and monitoring. Practically, it means the model is deployed with more restrictions than its predecessors, and some capabilities are gated behind Business and Enterprise verification.

The Access Matrix: Who Gets What

This is the single most confusing thing about Astra, and it's why this guide exists. OpenAI's launch copy and OpenAI's own help documentation described access differently, and the community forums filled up with people convinced their account was broken.

PlanPriceAstra in ChatAstra in Work / CodexAllowance per 5h
Free$0NoNoNone — defaults to GPT-5.6 Luna
GoLow tierNoNoNone — defaults to GPT-5.6 Luna
Plus$20/moNoYes (limited)~5–45 messages
Business StandardPer seatRolling outYes (limited)~5–45 messages
Pro $100$100/moYes (as GPT-6 Pro)Yes (full allowance)~25–225 messages
Pro $200$200/moYes (as GPT-6 Pro)Yes (full allowance)~100–900 messages
Business PremiumPer seatYesYes (full allowance)Full existing allowance
EnterpriseCustomYes (admin-gated)Yes (admin-gated)Full — default is OFF
APIPay-per-tokenn/agpt-6-astraUnlimited (you pay)

The short version: if you pay $20/month for Plus, you have Astra — but only inside Work and Codex, and only in limited quantity. If you're on Free or Go, you don't have it at all, and the "Think" button won't give it to you (that still runs Luna). Allowance figures are OpenAI estimates, not fixed caps.

Setup: 5 Steps to Find and Enable Astra

1

Confirm your plan is eligible

Free and Go never show Astra anywhere. If you're on one of those, no amount of troubleshooting will surface it — you need at minimum a Plus subscription. Check your plan at Settings → Account.

2

Open the right surface (this is the fix for 90% of people)

On Plus, stop looking in regular Chat. Open the ChatGPT desktop app, click ChatGPT in the top-left menu, then use the toggle at the top to switch to Work. Astra appears there. Codex is the other surface where Plus users have access.

3

Update your clients

Astra requires Codex CLI 0.153.0 or newer plus the latest desktop app. An out-of-date client silently omits the model from the picker rather than telling you why. Update both before assuming rollout hasn't reached you.

4

Check admin permissions (Business and Enterprise)

Business and Enterprise admins can restrict model access per-user. On Enterprise, the default is off. If you're on a company account and Astra isn't there, the answer is almost always an admin toggle, not a rollout delay. Ask your IT admin to enable GPT-6 Astra.

5

Set your reasoning effort deliberately

Astra supports five reasoning levels: low, medium, high, xhigh, max. Higher reasoning burns your allowance dramatically faster. Default to low or medium for ordinary work. Reserve high and above for genuinely hard problems where you'd otherwise spend an hour yourself.

API setup

If you're using the API instead, the model string is gpt-6-astra. It's also available through Amazon Bedrock and Microsoft Foundry. Astra uses the Responses API for agent tool calls, supports text and image input, a 1,050,000-token context window, and up to 128,000 output tokens.

Model: gpt-6-astra Pricing: $10 / 1M input tokens $50 / 1M output tokens Context: 1,050,000 tokens in 128,000 tokens out Input: text + image (no audio/video) Cutoff: April 30, 2026 Tuning: not supported

Usage Limits Explained (Why Yours Vanishes So Fast)

OpenAI does not publish one fixed message count. Allowances run on rolling five-hour windows and consumption varies enormously by task. Four things drain it faster than people expect:

Reasoning effort

A max-effort request can consume many times what a low-effort one does. This is the single biggest lever you control.

Input and output size

Dumping an entire repository into context costs more than sending the three files that matter. Scope your inputs.

Tool and computer use

Browsing, clicking, and multi-step automation each consume allowance. An agent that explores broadly costs more than one with a stop condition.

Correction loops

Correcting Astra after it has begun a broad investigation is expensive. Correcting it in the brief before it starts is nearly free.

The allowance-preservation workflow

1

Prepare the work package elsewhere

Use a cheaper model (GPT-5.6, or Claude, or whatever you have) to assemble the file list, summarize context, and write the brief. Don't spend Astra allowance on gathering.

2

Write an explicit brief with a stop condition

Name the exact files, the acceptance criteria, and when to stop. "Review these 4 files against this checklist, stop when complete" costs a fraction of "look at my repo and find problems."

3

Send only the high-judgment part to Astra

Medium reasoning, Fast mode off, read-only access where possible. Save the output and a next-step checkpoint so that when your window resets you resume from evidence rather than rebuilding context.

SignalWhat to do
Clear file list, known acceptance testKeep Astra at medium — or do it in a cheaper model entirely
Conflicting evidence across modulesSend only the conflict package to Astra
Browsing or computer use requiredSpecify exact sites, allowed actions, and a stop condition
Repetitive formatting or summarizationKeep it out of Astra's allowance entirely

12 Things You Can Actually Build With Astra

Not feature-list theory — concrete projects that use what Astra is specifically good at. Each one plays to computer use, long context, or finished-artifact generation.

For solo builders and creators

1. A live site from a prompt

Using Sites in ChatGPT, describe the site and Astra creates, hosts, and shares it. Genuinely useful for landing pages, portfolios, and event microsites where speed beats customization.

2. A playable browser game

Astra's stronger visual judgment extends to games. Prompt it to build, then ask it to play-test its own output and fix what feels wrong. The loop is the interesting part.

3. Templated deliverables at scale

Feed it your existing report or deck template, then generate filled versions from raw data. Astra follows templates rather than producing generic layouts.

4. Frontend QA on your own site

Point it at a staging URL with a checklist. It navigates, clicks through flows, and reports what breaks — a job that's tedious for humans and well-suited to computer use.

For small business operations

5. CRM hygiene runs

Astra can update records, deduplicate entries, and fill gaps across a web-based CRM. Give it read-only access first and review a sample before granting write.

6. Structured research briefs

Multi-source browsing with a defined output format. Name the sources, the questions, and the template. You get a brief, not a wall of links.

7. Invoice and expense reconciliation

Matching line items across statements and systems. Verify the output — the point is speed on the tedious 90%, not unsupervised accuracy on the 10% that matters.

8. Calendar and inbox triage

Organizing, categorizing, and drafting responses across long threads. The 1M-token context means it can hold an entire quarter of correspondence.

For technical work

9. Architecture review with full repo context

The 1,050,000-token window means whole-codebase reasoning is realistic. Best use of expensive allowance: one high-judgment review, not fifty small edits.

10. Data analysis and plot generation

Upload datasets, get analysis plus the charts. Astra produces finished visualizations rather than code you then have to run and debug.

11. Legacy code archaeology

Understanding an undocumented codebase. Long context plus "stays oriented as the task evolves" is exactly the shape of this problem.

12. Environment setup and troubleshooting

Astra can install software and troubleshoot what it sees on screen. Useful for reproducible dev-environment setup; give it a sandbox, not your production machine.

Pattern to notice: every good use above has a clear input, a defined output, and a way for you to check the result. That's not a coincidence — it's the test for whether a task belongs to an AI at all. See the next section.

How to Prompt Astra (It's Different From Chat)

Prompting a computer operator is not prompting a chatbot. The things that matter change.

Do this

  • Name the exact files, URLs, or records in scope
  • Define a stop condition explicitly
  • State what "done" looks like before it starts
  • Say which actions are allowed and which are not
  • Ask it to report before acting on consequential steps
  • Give it your template rather than describing your template
  • Set reasoning effort to match actual difficulty

Not this

  • "Look at my project and fix what's wrong"
  • Open-ended exploration with no boundary
  • Granting write access before a read-only pass
  • Assuming it will ask before doing something destructive
  • Running max reasoning on routine formatting
  • Letting it run two hours unattended on a first attempt

A working prompt template

CONTEXT I am working on [project]. The relevant files are [exact list]. The goal is [specific outcome]. TASK [One clear task. Not three.] BOUNDARIES - Only read/modify: [explicit list] - Do not touch: [explicit list] - Ask me before: [consequential actions] DONE WHEN [Specific, checkable acceptance criteria] OUTPUT FORMAT [Template, or example of what good looks like]

The boundaries block is the part people skip and the part that matters most with an agentic model. Astra is better than its predecessors at holding task boundaries — but "better" is not "perfect," and the cheapest correction is the one you make before it starts.

How to Use AI Well: The Working Rules

These aren't Astra-specific. They're the rules that separate people who get real leverage from AI from people who generate a lot of plausible-looking output and quietly lose time.

1

Only delegate what you can verify

The single most important rule. If you cannot evaluate whether the output is correct, you have not saved work — you have transferred risk to a place you can't see it. Use AI to go faster on things you understand, not to substitute for understanding.

2

Bring the context; don't make it guess

Generic input produces generic output. Your actual files, your actual template, your actual constraints. The quality gap between "write me a proposal" and "here are three proposals I've won with, write a fourth for this client" is enormous.

3

Use AI for the first draft and the last mile, not the thinking in between

It's excellent at getting you from blank page to something to react to, and at polishing something nearly-done. The judgment in the middle — what matters, what to cut, what the point is — stays yours.

4

Iterate in small steps on anything consequential

Short cycles with review beats one long autonomous run. When an agent works for two hours unsupervised, errors compound silently. When it works for ten minutes and reports, errors surface while they're cheap.

5

Keep a record of what worked

Save the prompts that produced good output. Your prompt library becomes a genuine asset faster than you'd expect, and it's the difference between using AI and having a system.

6

Match the model to the job

Astra is expensive in allowance and money. Most tasks don't need it. Reformatting, summarizing, routine drafting — a cheaper model does these identically. Save frontier capability for genuinely hard problems.

How NOT to Use AI: The Honest List

This section exists because almost nobody writes it. Every guide tells you what AI can do. Far fewer tell you where it will quietly cost you.

Don't use AI as your only source for consequential decisions

Medical, legal, financial, and tax decisions are the obvious ones. AI output on these reads confident and is sometimes wrong in ways that are expensive and hard to detect. Use it to understand your situation and formulate better questions — then take those questions to a professional who is accountable for the answer.

Don't trust citations you haven't opened

Models produce plausible-looking references that don't say what they're claimed to say, and occasionally don't exist. This is not solved. If a citation matters, click it. If you wouldn't click it, don't include it.

Don't hand it work you can't evaluate

If you don't know enough to spot a wrong answer, you cannot supervise the output — and unsupervised AI output in a domain you don't understand is a liability wearing the costume of productivity. This is the most common way people lose time while feeling efficient.

Don't give an agent write access on the first pass

With agentic models specifically: read-only first, review what it proposes, then grant write access for the scoped action. The failure mode isn't malice — it's an agent confidently doing the wrong correct-looking thing across forty files.

Don't put confidential or regulated data into consumer tools

Client data, patient information, unreleased financials, credentials. Know which tier you're on and what its data policy actually says. Enterprise and Business tiers have different handling than consumer ones. If you're unsure, assume it's not appropriate.

Don't use it to replace the skill you're supposed to be building

If you're learning to write, code, or design, generating the output skips the part where you get better. Use AI to review your work, explain what you got wrong, and show you alternatives — that accelerates learning. Using it to produce the work instead of you does the opposite, and the gap shows up later.

Don't let it make judgment calls about people

Hiring, performance evaluation, credit, discipline. Even where it's legal, it's a bad idea — the model has no accountability, its reasoning is not auditable in the way these decisions require, and the failure modes land on people who had no say.

Don't assume the output is original or safe to publish as-is

Check facts. Check whether it has reproduced something copyrighted. Check whether it's said something you don't actually believe. Your name goes on it; the model's doesn't.

The single-sentence version: AI is a force multiplier on judgment you already have. It is not a substitute for judgment you don't. Everything on this list is a variation of that one idea.

Beginner Mistakes That Waste Your Allowance

MistakeWhat it costsDo instead
Looking for Astra in Chat on PlusHours of confusionSwitch to Work in the desktop app
Running max reasoning by defaultAllowance gone in a few promptsStart at low/medium, escalate only when needed
Pasting an entire repoHuge input cost, worse focusSend the 3–5 files that matter
Vague task with no stop conditionBroad exploration, expensive correctionExplicit scope + acceptance criteria
Using Astra for formatting/summarizingFrontier pricing for commodity workUse a cheaper model for these
Not saving the output before the window resetsRebuilding context from scratchSave brief, output, and next-step checkpoint
Correcting mid-investigationWasted reasoning on the wrong pathCorrect the brief before it starts
Outdated Codex CLIModel silently missing from pickerUpdate to 0.153.0 or newer

FAQ: The Questions Nobody Answers

Why can't I see Astra in my model picker on Plus?
Because Plus doesn't get Astra in regular Chat. It's in ChatGPT Work and Codex only. Open the desktop app, select ChatGPT from the top-left menu, then switch to Work with the toggle at the top. This is the answer for the large majority of "Astra is missing" reports.
Is GPT-6 Astra free?
No, and there's no free path. Free and Go plans default to GPT-5.6 Luna, and the Think button also runs Luna — not Astra. The cheapest access is the limited allowance inside a $20/month Plus subscription, in Work and Codex. The API has no free tier.
What exactly are the usage limits?
OpenAI publishes estimates per five-hour window: roughly 5–45 messages on Plus and Business Standard, 25–225 on Pro $100, 100–900 on Pro $200. These are estimates, not fixed caps — task size, reasoning effort, and tool use all change consumption. Local and cloud messages share an allowance, and weekly limits may also apply.
Can I buy more Astra usage?
Yes. Once your included allowance runs out you can purchase credits for additional usage. Note that buying credits does not grant early rollout access — if Astra hasn't reached your account yet, credits won't change that.
What's the API price and model string?
$10 per million input tokens, $50 per million output tokens. The model string is gpt-6-astra. Also available via Amazon Bedrock and Microsoft Foundry. A Pro tier exists for Pro, Business, and Enterprise plans.
How big is the context window?
1,050,000 tokens of input, up to 128,000 tokens of output. Knowledge cutoff is April 30, 2026. Accepts text and image input. No native audio or video input, and fine-tuning isn't currently supported.
Astra vs GPT-5.6 Sol — is it worth switching?
For computer use, browsing, long-context work, and math: clearly yes — roughly 47% less time per task on computer-use benchmarks. For ordinary chat, drafting, and summarizing: no. Sol is cheaper in allowance and does these identically. Match the model to the job.
Astra vs Claude — which is better?
They lead in different places. Astra's advantage is driving a screen, holding very long context, and mathematical reasoning. On expert general knowledge and coding agents taken as a whole, Anthropic's models match or lead. If your work is agentic computer use, Astra. If it's writing quality and code review, test both.
Why does my 5-hour window vanish so fast?
Four causes: reasoning effort set too high, oversized inputs (whole repos instead of relevant files), broad tool and browsing use without stop conditions, and correction loops after the model has already started a wide investigation. Fix the brief before starting rather than steering mid-task.
Is it safe to let Astra use my computer?
Give it a sandbox or a scoped environment, not your production machine. Start read-only, review the proposed actions, then grant write access for the specific scoped task. The realistic risk isn't malice — it's an agent doing something confidently wrong across many files before you notice.
What should I never use AI for?
Anything you can't verify, sole-source medical/legal/financial decisions, citations you won't open, judgment calls about people (hiring, performance, credit), confidential data in consumer-tier tools, and the skill you're currently trying to learn. See the full section above.
My Business/Enterprise account doesn't have it — why?
Admins can restrict model access per user, and on Enterprise the default is off. If you're on a company account, this is far more likely than a rollout delay. Ask your IT admin to enable GPT-6 Astra for your account.
Can I fine-tune Astra?
No. Fine-tuning is not currently supported for GPT-6 Astra. For task-specific behavior, use detailed system prompts, templates, and few-shot examples in context — the 1M-token window makes in-context approaches unusually practical.
Does Astra work offline or in other tools?
Not offline. It's available in ChatGPT Work, Codex, the OpenAI API, Amazon Bedrock, and Microsoft Foundry. Third-party agent runtimes that support OpenAI models can select it if your account has access — access is account-level, so adding model support in a tool doesn't grant it.

Last updated: September 11, 2026 • All AI ToolsHow to Use AI in 2026

Access details and usage allowances change during rollout — verify against OpenAI's help center before relying on specifics. CreativeToolsAI independently reviews all tools.

Built on Unicorn Platform