# Why don't I see delivery accuracy for Kanban boards?

#### Why Delivery Accuracy isn’t shown for kanban boards:

1. **Sprint-Based Metrics**:
   * Delivery Accuracy calculates the planned vs. completed work based on a **sprint cycle**. This includes determining the percentage of tickets completed relative to those planned for the sprint.
   * Since Kanban does not operate with defined time-boxed sprints, this metric is incompatible with its continuous delivery flow.
2. **Kanban’s continuous nature**:
   * Kanban focuses on **workflow optimization and throughput**, with no strict boundaries like sprint start or end dates.
   * Without those boundaries, measuring planned vs. completed work over a set timeframe (as required for Delivery Accuracy) would yield incomplete or misleading results.

{% hint style="info" %}
You may notice sprints appearing in the sprint filter for Kanban boards; these are weekly dummy sprints generated from the backend to provide a trend representation in the Issue tab.
{% endhint %}


---

# 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.hivel.ai/faqs/pr-issues-and-workflow-faqs/why-dont-i-see-delivery-accuracy-for-kanban-boards.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.
