1# Codex web1# Web – Codex
2 2
3Codex is OpenAI's coding agent that can read, edit, and run code. It helps you build faster, fix bugs, and understand unfamiliar code. With Codex cloud, Codex can work on tasks in the background (including in parallel) using its own cloud environment.3Codex is OpenAI’s coding agent that can read, edit, and run code. It helps you build faster, fix bugs, and understand unfamiliar code. With Codex cloud, Codex can work on tasks in the background (including in parallel) using its own cloud environment.
4 4
5## Codex web setup5## Codex web setup
6 6
7Go to [Codex](https://chatgpt.com/codex) and connect your GitHub account. This lets Codex work with the code in your repositories and create pull requests from its work.7Go to [Codex](https://chatgpt.com/codex) and connect your GitHub account. This lets Codex work with the code in your repositories and create pull requests from its work.
8 8
9Your Plus, Pro, Business, Edu, or Enterprise plan includes Codex. Learn more about [what's included](https://developers.openai.com/codex/pricing). Some Enterprise workspaces may require [admin setup](https://developers.openai.com/codex/enterprise/admin-setup) before you can access Codex.9Your Plus, Pro, Business, Edu, or Enterprise plan includes Codex. Learn more about [what’s included](https://developers.openai.com/codex/pricing). Some Enterprise workspaces may require [admin setup](https://developers.openai.com/codex/enterprise/admin-setup) before you can access Codex.
10 10
11---11---
12 12
13## Work with Codex web13## Work with Codex web
14 14
15<BentoContainer>15[### Learn about prompting
16 <BentoContent href="/codex/prompting#prompts">
17 16
18### Learn about prompting17Write clearer prompts, add constraints, and choose the right level of detail to get better results.](https://developers.openai.com/codex/prompting#prompts)[### Common workflows
19 18
20Write clearer prompts, add constraints, and choose the right level of detail to get better results.19Start with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.](https://developers.openai.com/codex/workflows)[### Configuring environments
21 20
22 </BentoContent>21Choose the repo, setup steps, and tools Codex should use when it runs tasks in the cloud.](https://developers.openai.com/codex/cloud/environments)[### Delegate work from the IDE extension
23 <BentoContent href="/codex/workflows">
24 22
25### Common workflows23Kick off a cloud task from your editor, then monitor progress and apply the resulting diffs locally.](https://developers.openai.com/codex/ide/features#cloud-delegation)[### Delegating from GitHub
26 24
27Start with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.25Tag `@codex` on issues and pull requests to spin up tasks and propose changes directly from GitHub.](https://developers.openai.com/codex/integrations/github)[### Control internet access
28 26
29 </BentoContent>27Decide whether Codex can reach the public internet from cloud environments, and when to enable it.](https://developers.openai.com/codex/cloud/internet-access)
30 <BentoContent href="/codex/cloud/environments">
31 28
32### Configuring environments
33
34Choose the repo, setup steps, and tools Codex should use when it runs tasks in the cloud.
35
36 </BentoContent>
37 <BentoContent href="/codex/ide/features#cloud-delegation">
38
39### Delegate work from the IDE extension
40
41Kick off a cloud task from your editor, then monitor progress and apply the resulting diffs locally.
42
43 </BentoContent>
44 <BentoContent href="/codex/integrations/github">
45
46### Delegating from GitHub
47
48Tag `@codex` on issues and pull requests to spin up tasks and propose changes directly from GitHub.
49
50 </BentoContent>
51 <BentoContent href="/codex/cloud/internet-access">
52
53### Control internet access
54
55Decide whether Codex can reach the public internet from cloud environments, and when to enable it.
56
57 </BentoContent>
58</BentoContainer>