> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/~/revisions/5vNgx1SBLaM9wSz456q7/admin-and-settings/initiatives.md).

# Initiatives

## Overview

The Initiatives settings page in Birdie provides tools to standardize project tracking across your organization. It allows administrators to define custom statuses and establish consistent timeframes for performance measurement and reporting.

<figure><img src="/files/lDuLEUWlccf09o1mHOVy" alt=""><figcaption></figcaption></figure>

## Viewing & Searching

The "Custom Statuses" tab displays a comprehensive list of all active initiative states. The table provides a clear view of:

* Status Label: The name assigned to the workflow stage.
* Color: The visual indicator used in dashboards and dropdowns.
* Triggers Release Date: A checkbox indicating if a status change logs a completion/release event.
* Default Tag: Identifies the starting status for new initiatives.

## Creating New Data

{% stepper %}
{% step %}

### Click the "+ Create new" button

<figure><img src="/files/U3TkE6M9jyjKHZX0YDZw" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fill in the form

<figure><img src="/files/tnPA8Wf5ZK4DCktGYqkJ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Fields in the form

* **Status Label**, the name of the status.
* **Color,** to distinguish the status visually.
* **Triggers Release Date**, (Optional) if reaching this status signifies the initiative is finished.

## Modifying Existing Data

{% stepper %}
{% step %}

### Click the more menu ⋮

<figure><img src="/files/YJ1kLrtSV4iJOQCr9PLT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Edit

<figure><img src="/files/tnPA8Wf5ZK4DCktGYqkJ" alt=""><figcaption></figcaption></figure>

### Fields in the form

* **Status Label**, the name of the status.
* **Color,** to distinguish the status visually.
* **Triggers Release Date**, (Optional) if reaching this status signifies the initiative is finished.
  {% endstep %}

{% step %}

### Save

Save the changes.
{% endstep %}
{% endstepper %}

## Removing Data

Statuses can be removed via the three-dot menu on the right of the specific row. However, please note that system-defined statuses like "To Do" are required for platform logic and cannot be deleted.

<figure><img src="/files/YJ1kLrtSV4iJOQCr9PLT" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
To maintain data integrity, a status can only be removed once it is no longer assigned to any active initiatives. If you wish to delete a status, ensure all associated initiatives are first transitioned to a different state.
{% endhint %}

## Advanced & Unique Features

### Reordering

Use the drag icon (six dots) on the left side of the table to move statuses up or down. This determines their order in the initiative dropdown menu.

<figure><img src="/files/ZsHzOqqpbFDZQ568n67c" alt=""><figcaption></figcaption></figure>

### Measurement Timeframe

Under the second tab, users can select the specific time interval used to compare initiative start and completion dates.

Timeframe setting is organization-wide; changing this window updates performance calculations across all reports and dashboards to ensure data consistency.

<figure><img src="/files/yWY3u239nPelZApBs4yU" alt=""><figcaption></figcaption></figure>

## Troubleshooting & FAQs

* "Why is the delete option missing for "To Do"?\
  Solution: "To Do" is a system-required statfussf sthat serves as the default entry point for all initiatives; therefore, it cannot be removed.
* "Why did my dashboard metrics shift?"\
  Solution: If the Measurement Timeframe is changed, the platform recalculates the comparison window for all initiatives, which may update your performance data.


---

# 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://ask.birdie.ai/~/revisions/5vNgx1SBLaM9wSz456q7/admin-and-settings/initiatives.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.
