# 클립보드에 복사(clipboard)

특정 문구를 복사하고 싶을 때 **클립보드에 복사(clipboard)** 액션을 활용해요.

**복사 문구**에 복사할 텍스트 항목 id, 복사할 문구를 입력할 수 있어요.

<figure><img src="/files/fTfkZlkDrCgbKsODhe3S" alt=""><figcaption></figcaption></figure>

24.07.31 Jihwan


---

# 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.ohmyapp.io/main/guide/develop_app/command-execute-function/action/clipboard.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.
