> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/user-guide/4-enter-plans-and-budgets/4-2-insert-budget-approval-status.md).

# 4.4 - Insert budget approval status

Planning sheets support structured approval tracking with field types such as dropdowns, date fields, and checkboxes. These fields capture approval status, timelines, and decision points directly within the sheet. Approval workflows remain aligned with business processes by combining configurable input controls with planning data.

Learn how to create a list column to track budget approval status in a planning sheet. Use a predefined approval status list, assign a default status, update status values, and copy values across hierarchy levels.

1. In the **Planning** ribbon, select **Insert Column > List**, and then select **Single Select**.

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

2. Enter *Approval Status* as the column name.

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

3. Select **Presets** to use a predefined approval status list.

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

4. Select the **Approval Status** preset, and then select **Apply**.

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

4. Select *Submitted* as the default value and select **Create**.

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

5. Select a cell in the *Approval Status* column, and then select *In Review* from the list.

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

6. Select the **Copy** icon, and then choose a hierarchy level to copy the approval status values to other rows.

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

7. Approval status values are copied at the selected hierarchy level.

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


---

# 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.fabricplan.com/user-guide/4-enter-plans-and-budgets/4-2-insert-budget-approval-status.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.
