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

# Custom Policies

> Store organization-specific guidance as versioned policy definitions that Cloudgeni can use as durable context for security and infrastructure work.

# Custom Policies

Custom Policies are the place to store organization-specific instructions that should outlive any
single prompt.

The current product exposes them as policy definitions under `Compliance` -> `Policies`.

## What A Policy Is In Today’s Product

A policy is:

* A named definition
* Optional description
* Markdown-style policy content
* A versioned record with history

This is closer to durable operational guidance than to a standalone rule engine UI.

## What You Can Do

The current UI supports:

* Create from scratch
* Start from a template
* Edit and version a policy
* Duplicate or deactivate it
* Inspect history and processed metadata

The detail view also shows whether the policy has been processed successfully.

## Good Uses

Use a custom policy when you need Cloudgeni to remember local standards such as:

* Naming conventions
* Required tags or labels
* Repository structure expectations
* Internal security guardrails

Keep the policy short and specific. Long narrative documents are harder for both people and tools to
apply consistently.

## What Not To Assume

Do not describe custom policies as if they were a separate enforcement engine with their own large
runtime surface. In the current product they are reusable guidance artifacts that feed Cloudgeni’s
workflows.

## Related Pages

<CardGroup cols={2}>
  <Card title="AI DevOps" icon="robot" href="/features/ai-devops">
    Use policies to give agent sessions better organization-specific context.
  </Card>

  <Card title="Pull Request Reviews" icon="git-alt" href="/features/pull-request-reviews">
    Pair policies with PR review workflows when review standards need to be repeatable.
  </Card>
</CardGroup>
