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

# Copy Task as AI Prompt

> Copy any task's details as a formatted AI prompt so you can paste it directly into ChatGPT, Claude, or any other AI tool.

Copy Task as AI Prompt adds a one-click action to any task that packages the task's identifier, title, and description into a ready-to-use prompt. Paste it into any AI tool and start working immediately without manually copying individual fields.

The copied prompt looks like this:

```
Start implementation of the following Arca task:

Task ID: WORKSPACE-123
Task Title: Your task title here

Description:
Your task description here
```

<Note>This app is available to all members except viewers.</Note>

***

## Enable Copy Task as AI Prompt

This app is **on by default**. A workspace Owner or Admin can disable it from **Settings → Arca Apps** if the workspace does not need it.

***

## Copy a task as a prompt

<Steps>
  <Step title="Open a task">Click any task to open it.</Step>

  <Step title="Open the task menu">
    Click the **⋯** menu in the task header.
  </Step>

  <Step title="Copy as prompt">
    Click **Copy as AI Prompt**. The formatted prompt is copied to your
    clipboard immediately.
  </Step>

  <Step title="Paste into your AI tool">
    Open ChatGPT, Claude, or any other AI tool and paste the prompt.
  </Step>
</Steps>

<Tip>
  The prompt includes the full task description in Markdown format, so
  formatting like headings, lists, and code blocks is preserved.
</Tip>
