> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codecobra.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to CodeCobra

> Build custom Odoo modules by describing what you need — CodeCobra handles the development for you.

CodeCobra is the fastest way to build custom Odoo modules. Describe what you need in plain language, and CodeCobra plans, builds, tests, and deploys the code — so you can focus on running your business.

No programming experience required. Whether you need a simple custom field or an entirely new workflow, you describe it in your own words and CodeCobra handles the rest.

## What you can do with CodeCobra

<CardGroup cols={2}>
  <Card title="Explore and learn Odoo" icon="magnifying-glass">
    Not sure what Odoo can do? Ask CodeCobra to explain features, walk you through modules, and help you discover capabilities you might not know about — before you commit to building anything.
  </Card>

  <Card title="Describe your needs" icon="message-lines">
    Tell CodeCobra what you want in everyday language. Describe a business problem, a workflow improvement, or a new feature — and get a clear development plan back.
  </Card>

  <Card title="Get a development plan" icon="clipboard-list">
    Review a detailed plan before any code is written. See exactly what will be built, ask questions, and request changes until the plan is exactly right.
  </Card>

  <Card title="Preview live changes" icon="eye">
    See your customizations running in a live Odoo instance before anything goes to production. Click through the interface, test with different users, and verify everything works.
  </Card>

  <Card title="Deploy with confidence" icon="rocket">
    Merge changes to staging first, test them in your environment, then push to production when ready — or download the module as a ZIP to install manually.
  </Card>

  <Card title="Collaborate with your team" icon="users">
    Create an organization, invite team members, and control who can create projects, merge to staging, and deploy to production with team-based permissions.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Create a project">
    Set up a project for your Odoo instance. Choose your Odoo version (17, 18, or 19) and edition (Community or Enterprise), and optionally connect your GitHub repositories for code deployment.
  </Step>

  <Step title="Explore or plan">
    Start a task and chat with CodeCobra. You can ask questions about Odoo to understand what's already possible, or describe a customization you want to build. There's no pressure to start development right away — many users begin by exploring.
  </Step>

  <Step title="Review the development plan">
    When you're ready to build, CodeCobra produces a detailed development plan. Read through it, ask questions, suggest changes, and iterate until you're confident in the approach.
  </Step>

  <Step title="Build and preview">
    Approve the plan and CodeCobra writes the code. A live Odoo instance spins up so you can see and test the changes yourself — exactly as they'll appear in your real environment.
  </Step>

  <Step title="Deploy">
    When everything looks good, merge your changes to staging for further testing, then promote to production when ready. You can also download the module as a ZIP for manual deployment.
  </Step>
</Steps>

## Get started

<CardGroup cols={3}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Go from zero to your first customization in minutes.
  </Card>

  <Card title="Create your account" icon="user-plus" href="/getting-started/create-account">
    Sign up and configure your account.
  </Card>

  <Card title="Connect GitHub" icon="github" href="/projects/github-integration">
    Link your repositories to start deploying code.
  </Card>
</CardGroup>

## Explore features

<CardGroup cols={2}>
  <Card title="Explore and learn Odoo" icon="magnifying-glass" href="/tasks/explore-odoo">
    Use CodeCobra to discover Odoo features and get answers before building anything.
  </Card>

  <Card title="Projects" icon="folder" href="/projects/overview">
    Organize your Odoo customizations by project.
  </Card>

  <Card title="Tasks" icon="list-check" href="/tasks/overview">
    The core workflow — explore, plan, build, and deploy.
  </Card>

  <Card title="Organizations" icon="building" href="/organizations/overview">
    Collaborate with your team on shared projects.
  </Card>

  <Card title="Billing" icon="credit-card" href="/billing/overview">
    Manage your balance, payment methods, and invoices.
  </Card>

  <Card title="Support" icon="life-ring" href="/support">
    Get help, report issues, or share feedback.
  </Card>
</CardGroup>
