> 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/develop_app/4/ui_pkg/1.md).

# 다른 유저 프로필 화면

다른 유저 프로필 화면 UI 패키지 사용 방법을 알려드릴게요.

커뮤니티 탭에서 게시글의 작성자 정보를 누르면 다른 유저 프로필 화면으로 이동되게 설정할 거예요.

다른 유저 프로필 화면 UI 패키지는 빈 화면에 추가하는 걸 추천해요.

관리자 웹 ➡︎ 앱 설정 ➡︎ 화면 메타 생성하기 버튼을 클릭해 주세요.

<div align="left"><figure><img src="/files/cXNEwlpRfLbk5m4TnqyN" alt="" width="375"><figcaption></figcaption></figure></div>

메타 유형은 복합 메타를 선택하고 메타 ID는 otherUserProfile, 메타 이름은 다른 유저 프로필 화면을 입력해서 화면 메타를 생성해 주세요.

생성한 화면 메타를 선택하고 우측 사이드 바에서 UI 패키지를 선택해 주세요.

검색창에 '유저'를 검색한 뒤 다른 유저 프로필 화면 UI 패키지를 커스텀 화면 폴더 안에 넣고 저장해 주세요.

좌측 메뉴 바에서 커뮤니티 메뉴로 이동하고 커스텀 화면 안의 listByMeta를 클릭해서 선택 메타 편집을 눌러주세요.

상세 화면의 화면 구성 항목을 펼치고 작성자 정보가 들어있는 grid 폴더를 선택해 주세요.

<div align="left"><figure><img src="/files/NNlzWJ3Dw7Z2QJ2kb3r3" alt="" width="283"><figcaption></figcaption></figure></div>

우측 사이드 바에서 액션/체인을 선택하고 액션 추가 버튼을 눌러주세요.

액션 타입은 '커스텀 화면으로 이동'을 선택해 주세요.

메타 코드는 다른 유저 프로필 화면을 선택하고 isPredocument는 참, 툴바 사용 여부는 거짓을 선택해 주세요.

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

저장 후, 앱을 새로고침하면 커뮤니티 탭 상세 화면에서 작성자 정보를 눌렀을 때 다른 유저 프로필 화면으로 이동하는 걸 확인할 수 있어요.

다른 메타의 작성자 정보 블록에도 위와 같은 방법으로 액션을 설정하면 다른 유저 프로필 화면으로 이동해요.

다른 유저 프로필 화면으로 이동이 필요한 블록에 액션을 설정해 보세요.

2023 11 14 RURU


---

# 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/develop_app/4/ui_pkg/1.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.
