> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/feature-flag/create-and-configure/ff-create.md).

# Create a Feature Flag

This document introduces how to create a new Feature Flag in the Hackle Dashboard.

{% hint style="info" %}
Note

1. **Feature Flags can be created in both the Production Environment and the Development Environment.**\
   A Feature Flag created in the Production Environment is also created identically in the Development Environment, and vice versa.
2. **Try copying an existing Feature Flag to get started quickly.**\
   If the settings for a new Feature Flag you want to create are the same as or similar to an existing Feature Flag, you can conveniently create a new Feature Flag by copying the existing one.
   {% endhint %}

![Active Feature Flag list](https://143363954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyAVlNQhS253reum0Ce94%2Fuploads%2Fgit-blob-42113c5c317ee83da61be74b6cb75dff548f002e%2Fa47f88c-List_page_-__12306628855cbec7.png?alt=media)

{% stepper %}
{% step %}

### Finding the Create Button

Click the **`+ Create New Feature Flag`** button in the upper right corner.

![](https://143363954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyAVlNQhS253reum0Ce94%2Fuploads%2Fgit-blob-74f13cf0615067621aa6987b87768f514f4c9d97%2F4930602-FF_-_List_page_-__ca4f3e1ab1f6c5b2.png?alt=media)
{% endstep %}

{% step %}

### Entering Information

Clicking the Create button displays a dialog.

![](https://143363954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyAVlNQhS253reum0Ce94%2Fuploads%2Fgit-blob-0234d7afcb240d5b18da1e370d67d9533111316f%2Faba039b-FF_-__-__48413aaf5dd75a25.png?alt=media)

* The Feature Flag name is required. Write it in a way that makes the feature easy to understand.
* The Feature Flag description is optional. Add any information the name alone does not convey.
  {% endstep %}

{% step %}

### Creating the Feature Flag

Click the **`Create`** button.

The Feature Flag is created immediately. You are taken to the detail screen.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/en/feature-flag/create-and-configure/ff-create.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
