cloud.md +38 −7
12 12
13## Work with Codex web13## Work with Codex web
14 14
1515[### Learn about prompting<BentoContainer>
16 <BentoContent href="/codex/prompting#prompts">
16 17
1718Write clearer prompts, add constraints, and choose the right level of detail to get better results.](https://developers.openai.com/codex/prompting#prompts)[### Common workflows### Learn about prompting
18 19
1920Start with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.](https://developers.openai.com/codex/workflows)[### Configuring environmentsWrite clearer prompts, add constraints, and choose the right level of detail to get better results.
20 21
2122Choose 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 </BentoContent>
23 <BentoContent href="/codex/workflows">
22 24
2325Kick 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### Common workflows
24 26
2527Tag `@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 accessStart with proven patterns for delegating tasks, reviewing changes, and turning results into PRs.
26 28
2729Decide whether Codex can reach the public internet from cloud environments, and when to enable it.](https://developers.openai.com/codex/cloud/internet-access) </BentoContent>
30 <BentoContent href="/codex/cloud/environments">
31
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>