> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/time-extension/cbo-edit-time-extension.md).

# CBO: Edit Time Extension

## Context

A time extension request is created and sent for approval. There should be an option to view all the requests that have been raised so far and the option to edit if a request is sent to CBO for correction.

## Solution <a href="#solution" id="solution"></a>

### Scope <a href="#scope" id="scope"></a>

Time Extension Request

### Actors <a href="#actors" id="actors"></a>

CBO

Role: CBO ADMIN

### Details <a href="#details" id="details"></a>

1. To view the requests, the My Requests feature is provided.
2. My Requests lists all the requests (Closure/ Time Extension) created for the works assigned to logged-in CBO users, and segregated by In Progress and Approved requests.
3. An approved request can not be edited.
4. In Progress closure, the request can be edited only when the request is sent back for correction.
5. The edit time extension request form allows users to change the extra days required for completion of the project and then submit again.

### Validations <a href="#validations" id="validations"></a>

Field level validations.

### Configurations <a href="#configurations" id="configurations"></a>

Not applicable.

### Actions <a href="#actions" id="actions"></a>

Edit and Submit.

### Notifications <a href="#notifications" id="notifications"></a>

Not applicable.

## User Interface <a href="#userinterface" id="userinterface"></a>

The same as create time extension request.

## Acceptance Criteria <a href="#acceptancecriteria" id="acceptancecriteria"></a>

After changing the extension period, on submit request is again placed to the verifier.


---

# 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:

```
GET https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/specifications/functional-requirements/user-stories/time-extension/cbo-edit-time-extension.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.
