quickstart.md +4 −5
1# Quickstart1# Quickstart
2 2
33ChatGPT Plus, Pro, Business, Edu, and Enterprise plans include Codex. Using Codex with your ChatGPT subscription gives you access to the latest Codex models and features.Every ChatGPT plan includes Codex.
4 4
5You can also use Codex with API credits by signing in with an OpenAI API key.5You can also use Codex with API credits by signing in with an OpenAI API key.
6 6
7For a limited time, **try Codex for free in ChatGPT Free and Go**, or enjoy
8**2x Codex rate limits** with Plus, Pro, Business and Enterprise
9subscriptions.
10
11## Setup7## Setup
12 8
13The Codex app is available on macOS (Apple Silicon).9The Codex app is available on macOS (Apple Silicon).
41- Find and fix bugs in my codebase with minimal, high-confidence changes.36- Find and fix bugs in my codebase with minimal, high-confidence changes.
42 37
43 If you need more inspiration, check out the [explore section](https://developers.openai.com/codex/explore).38 If you need more inspiration, check out the [explore section](https://developers.openai.com/codex/explore).
39 If you’re new to Codex, read the [best practices guide](https://developers.openai.com/codex/learn/best-practices).
44 40
45 [Learn more about the Codex app](https://developers.openai.com/codex/app)41 [Learn more about the Codex app](https://developers.openai.com/codex/app)
46 42
694. Use Git checkpoints654. Use Git checkpoints
70 66
71 Codex can modify your codebase, so consider creating Git checkpoints before and after each task so you can easily revert changes if needed.67 Codex can modify your codebase, so consider creating Git checkpoints before and after each task so you can easily revert changes if needed.
68 If you’re new to Codex, read the [best practices guide](https://developers.openai.com/codex/learn/best-practices).
72 69
73 [Learn more about the Codex IDE extension](https://developers.openai.com/codex/ide)70 [Learn more about the Codex IDE extension](https://developers.openai.com/codex/ide)
74 71
1004. Use Git checkpoints974. Use Git checkpoints
101 98
102 Codex can modify your codebase, so consider creating Git checkpoints before and after each task so you can easily revert changes if needed.99 Codex can modify your codebase, so consider creating Git checkpoints before and after each task so you can easily revert changes if needed.
100 If you’re new to Codex, read the [best practices guide](https://developers.openai.com/codex/learn/best-practices).
103 101
104[Learn more about the Codex CLI](https://developers.openai.com/codex/cli)102[Learn more about the Codex CLI](https://developers.openai.com/codex/cli)
105 103