# Custom fields

## Create custom fields

Custom fields provide additional data about your launches and can enable prioritization frameworks.

1. Click the **eye icon** at the top of the roadmap table
2. Click "**Create new field**"
3. Configure the field:
   * **Field name** (e.g., "Engineering Effort", "Client Tier", "Revenue Impact")
   * **Field type:** Text, Number, Formula, Rating, Multi-select
   * **For formula fields**: Reference other native or custom fields for calculations
4. Click "Create"

The custom field appears as a new column in the roadmap table.

## Application: use custom fields for prioritization

**Example: RICE score framework**&#x20;

* Create a formula field that calculates prioritization scores: `(Reach * Impact * Confidence Level * 2) / RICE Effort`
* Where Reach, Impact, Confidence Level, and Effort are individual custom fields.

**Benefits:**

* Sort launches by calculated priority scores
* Make data-driven roadmap decisions
* Standardize prioritization across teams
* Track business impact metrics


---

# 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.withluna.ai/roadmaps/custom-fields.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.
