# Introduction to Gomboc

### What is Gomboc?

Gomboc is an AI-powered coding platform that automatically generates merge-ready code fixes. Instead of generating alerts and findings like traditional scanners, Gomboc delivers deterministic, reviewable pull requests that clear your code issues backlogs and keep your pipelines moving.&#x20;

{% embed url="<https://www.youtube.com/watch?v=lAIZYB8vHQY>" fullWidth="false" %}

***

### How Gomboc Works

Gomboc's deterministic AI engine operates through a multi-stage process that transforms high-level policies into precise, validated code changes. Unlike generative AI which is probabilistic and can produce inconsistent results, Gomboc uses a deterministic approach for reliable, repeatable code fixes. You’re always in control.

#### The Gomboc Workflow

```
Policy Definition → Code Analysis → Deterministic Fix Generation → PR Delivery
```

1. Understands your environment
2. Turns policies into executable rules
3. Analyzes your code with full context
4. Generates deterministic fixes with [ORL (Open Remediation Language)](https://docs.gomboc.ai/policy-management/orl-overview)&#x20;
5. Delivers merge-ready PRs

***

### Choose your path

#### Community Edition (Free)

Community Edition (CE) is the fastest way to try Gomboc in your workflow, ideal for individual and small teams getting hands-on with scanning and fixes through developer-native integrations. Whether you use VS Code, AI editors like Cursor, or need actionable pull request in GitHub, every step is covered to make sure you’re shipping code that’s ready to go live.  ➡️ [Get started with CE](https://docs.gomboc.ai/getting-started-ce).

#### Gomboc Platform (Pro)

Gomboc Platform (Pro) is for teams that need centralized policy, reporting/analytics, broader integrations, and enterprise workflows, so you can operationalize continuous remediation at scale. [Book a demo](https://meetings.hubspot.com/gomboc-demo/one?uuid=02ec3652-7555-49d9-ab35-b01b2dc09cdb&__hstc=239846108.d9abb7a6c8409d9962c467d347a3b69a.1747674668709.1771607018868.1771619176053.93&__hssc=239846108.3.1771619176053&__hsfp=36b799a02b3d61e1a71fb88f8f5d5cb5).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gomboc.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
