This is a WIP community resource, containing contributions from community members.
Codex is an AI coding agent that can inspect a project, edit files, run commands, review diffs, and help you iterate on a task while you stay in control of the final code. Codex now lives in the ChatGPT desktop app as a separate view for software development work.
Unlike IDE plugins such as Copilot or Windsurf, Codex works through a standalone desktop app. The IDE you use does not matter; what matters is that Codex can access the project folder and the project can be built and tested locally.
For official details beyond this short setup guide, refer to the ChatGPT desktop app guide and Codex best practices.
Continue to sign in if you are using a school-provided or subscription-based plan.Sign in another way only if you are using an API key.ChatGPT to Codex.New chat. From the empty workspace screen, click on the folder icon Choose project.

+ New project, then click on Add folders Codex can read and edit to select your project.

Project name is optional. You can just select the folder that contains your project and click Create project.You do not need to configure everything before using Codex. Start with these basic settings and learn the advanced options later from the official guides.
Full access unless you understand what the command will do. See Sandboxing and approvals for details.Local so you can inspect the change in your normal project folder. For larger experiments, use Worktree to let Codex work in a separate Git checkout. See Worktrees for details.AGENTS.md instead of repeating them in every prompt. See AGENTS.md for details.Use Codex for small, reviewable tasks, such as tweaking a UI component or refactoring a code fragment.
add green borders for each contact card

After you are comfortable with the basic workflow, you can refer to these official guides to learn more about using Codex effectively:
/plan, /review, and /status.Contributors: Hwang Jihun (@hwangjihun)