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

# Prompt

> Present a prompt that readers can copy or open in Cursor

The default action is `copy`.

## Usage

```mdx theme={null}
<Prompt description="Copy this prompt" actions={["copy", "cursor"]}>
  Explain this API in one paragraph.
</Prompt>
```

Set `actions={[]}` to hide the actions. `icon` and `iconType` are optional.

## Example

<Prompt description="Copy this prompt" actions={["copy", "cursor"]}>
  Explain this API in one paragraph.
</Prompt>
