# 링크

**링크 블록은 언제 사용하나요?**

* 웹 URL 링크로 바로 가기 기능이 필요할 때 사용해요.&#x20;
* 주로 [목록 화면](/main/guide/dictionary/list.md), [상세 화면](/main/guide/dictionary/read.md)에서 링크 주소를 보여주기 위해 사용해요.
* 등록/수정 화면에서 링크를 입력할 때 사용해요.

**링크 블록의 특징은 무엇인가요?**

* 링크 블록은 [항목](/main/guide/dictionary/item.md)을 먼저 만들어 준 후, 블록 속성에서 [항목 ID](/main/guide/dictionary/item-id.md)를 입력해 연결할 수 있어요. (관리자 웹 ➡︎ 원하는 메뉴 선택 ➡︎ 우측 상단 '설정' 클릭 ➡︎ 항목 추가 ➡︎ '텍스트 타입' 선택 ➡︎ 링크 ➡︎ 항목 명과 항목ID 입력 ➡︎ 저장)
* 웹 URL 링크를 정확히 입력해야 데이터가 등록돼요.
* 입력된 링크를 클릭하면 웹 URL 페이지로 이동해요.

<div align="left"><figure><img src="/files/NtzzatB6ewtiILOEM4Fg" alt="" width="563"><figcaption></figcaption></figure></div>

> \#바로가기, #링크 추가, #링크 보여주기, #URL 바로가기, #URL

\
2023.09.06 Ruru


---

# 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/4/block/etc/link.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.
