# Tab 추가 경고 ( Tab이 생성되고 App에 추가되었지만 보이지 않는 경우)

## 원인

Tab을 생성하여 선택한 App의 Navigation Items에 추가가 되었지만 해당 Tab에 대한 가시성을 설정해주지 않았기 때문에 발생하는 상황입니다.

<figure><img src="/files/lgRntvAOu51nVSoqY9wv" alt=""><figcaption><p>Warning Message</p></figcaption></figure>

## 해결

Tab을 보여주려는 사용자의 프로필에 해당 Tab의 가시성을 '기본값 설정' 으로 변경합니다. 해결 방법은 사용자 설정에서 '향상된 프로필 사용자 인터페이스'가 활성화되어 있는지 여부에 따라 다릅니다.

설정 > 사용자 관리 설정 > 향상된 프로필 사용자 인터페이스 에서 활성화 여부를 확인하여 주세요.

<figure><img src="/files/HaltFVSzBzAs1xWDIxKa" alt=""><figcaption><p>설정 > 사용자 관리 설정 > 향상된 프로필 사용자 인터페이스</p></figcaption></figure>

<mark style="color:yellow;">**case 1 )**</mark> 향상된 프로필 사용자 인터페이스 가 비활성화인 경우

<figure><img src="/files/4lxkNJXywgfOLFDO4Zmf" alt=""><figcaption><p>설정 > 프로필 > 보여주고자 하는 프로필 선택 > 추가한 Tab의 가시성 '기본값설정' 변경</p></figcaption></figure>

<mark style="color:yellow;">**case 2 )**</mark> 향상된 프로필 사용자 인터페이스 가 활성화인 경우

<figure><img src="/files/8M5SWaK2h26YKaFcosVA" alt=""><figcaption><p>설정 > 프로필 > 보여주고자 하는 프로필 선택 > 개체 설정 > 추가한 Tab 선택 > '기본값 설정' 변경</p></figcaption></figure>


---

# 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://help.smallbuilder.com/ko/smallbuilder-troubleshooting/undefined-1/tab-tab-app.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.
