> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Draft Management

> Saving and editing task drafts

## What are Drafts

Drafts are tasks saved before schedule settings. You can set a schedule later to execute the task.

## When to Use Drafts

* When you want to prepare task content but decide execution time later
* When you want to verify task settings before execution
* When you want to create multiple tasks in advance

## Viewing the Draft List

<Steps>
  <Step title="Open Task Management Screen">
    Select "Tasks" from the side menu.
  </Step>

  <Step title="Select 'Drafts' Tab">
    Click the "Drafts" tab at the top of the task list.
  </Step>

  <Step title="Review Draft List">
    Tasks in draft state are displayed in a list.
  </Step>
</Steps>

## Editing Drafts

You can edit the content of draft tasks.

<Steps>
  <Step title="Select Draft">
    Click the draft task you want to edit.
  </Step>

  <Step title="Edit Screen Opens">
    The task edit screen opens.
  </Step>

  <Step title="Edit Content">
    Edit the necessary fields:

    * Change agent
    * Change task name
    * Change initial input
  </Step>

  <Step title="Save">
    Click "Save as Draft" to save changes.
  </Step>
</Steps>

## Setting Schedule from Draft

Set execution time for a draft task to transition it to scheduled execution.

<Steps>
  <Step title="Select Draft">
    Click the draft task you want to schedule.
  </Step>

  <Step title="Edit Screen Opens">
    The task edit screen opens.
  </Step>

  <Step title="Set Execution Time">
    Set the date and time in the execution time section.

    {/* TODO: Screenshot - Execution time settings */}
  </Step>

  <Step title="Click 'Set Schedule'">
    Click the "Set Schedule" button when settings are complete.
  </Step>

  <Step title="Transition to Scheduled">
    The task changes to "Scheduled" state and will execute at the specified time.
  </Step>
</Steps>

For more details, see [Scheduled Execution](/en/pages/jinba_app/tasks/schedule-execution).

## Deleting Drafts

You can delete draft tasks that are no longer needed.

<Warning>
  Deleted drafts cannot be recovered.
</Warning>

<Steps>
  <Step title="Select Draft">
    Click the settings menu (⋮) of the draft task you want to delete.
  </Step>

  <Step title="Select 'Delete'">
    Select "Delete" from the menu.
  </Step>

  <Step title="Confirmation Dialog">
    A confirmation dialog appears. Click "Delete" to confirm.
  </Step>
</Steps>

## Duplicating Drafts

You can copy an existing draft to create a new task.

<Steps>
  <Step title="Select Draft">
    Click the settings menu (⋮) of the draft task you want to duplicate.
  </Step>

  <Step title="Select 'Duplicate'">
    Select "Duplicate" from the menu.
  </Step>

  <Step title="Duplicate Created">
    A copy of the original draft is created. "(Copy)" is added to the name.
  </Step>
</Steps>

## Searching Drafts

When you have many drafts, you can quickly find the one you need using the search function.

<Steps>
  <Step title="Enter in Search Box">
    Enter keywords in the search box at the top of the draft list.
  </Step>

  <Step title="Review Results">
    Only drafts matching the task name or initial input are displayed.
  </Step>
</Steps>
