> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/faq/action/19.md).

# 4. 인스타그램 링크를 연결하고 싶어요.

**먼저, 관리자 웹에서** [**항목**](/main/guide/dictionary/item.md) **추가를 해줄 거예요. 그 이유는 인스타그램 링크를 하나의 데이터로 등록해 주기 위함이에요.**&#x20;

* 관리자 웹 > 운영 모드 > 좌측 메뉴바에서 원하는 메뉴 선택 > 우측 상단의 설정 버튼 클릭 > '+항목 추가' 버튼 클릭 > 텍스트 타입 선택 > 텍스트 선택 > [항목 ID](/main/guide/dictionary/item-id.md) 입력 (ex. instagramLink), [항목명](/main/guide/dictionary/item-name.md) 입력 (ex. 인스타그램 주소) 후 변경사항 저장&#x20;

**그리고 인스타그램 링크로 이동할 수 있도록** [**액션**](/main/guide/develop_app/command-execute-function/action.md)**을 설정해 주고 앱 화면에서 바로 가기 버튼을 만들어 줄 거예요.**

1. 관리자 웹 > 앱 설정 > 좌측 메뉴바에서 메뉴(메타)선택 > 인스타그램 링크를 추가할(보여줄) 화면 선택 (ex.[목록 화면](/main/guide/dictionary/list.md), [상세 화면](/main/guide/dictionary/read.md) 등)&#x20;
2. 선택한 화면의 '화면 구성 항목' 폴더 선택 > [변수 텍스트 레고](/main/guide/develop_app/4/block/text/variable-text.md) 추가 > 변수 텍스트 레고의 레고 속성에서 '텍스트' 입력 칸에 텍스트를 입력해 주세요. (ex. 사용자의 인스타그램으로 바로 가기)&#x20;
3. 우측 사이드바에서 '액션/체인'을 선택해 '[액션](/main/guide/develop_app/command-execute-function/action.md) 추가'를 클릭해 주세요.
4. 액션 타입에 [해당 링크로 이동](/main/guide/develop_app/command-execute-function/action/link.md)을 선택하고 '컬럼 id'에, 위의 항목 추가 과정에서 만든 인스타그램 [항목 ID](/main/guide/dictionary/item-id.md) (ex. instagramLink) 입력해 주세요.
5. 변경 사항을 저장해 주세요.

> \#인스타그램 링크 연결하기, #인스타그램 링크 연동하는 방법, #인스타그램 링크로 이동, #해당 링크로 이동

2023.08.02 Jinny


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/faq/action/19.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
