> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-troubleshooting/invalid-access-error.md).

# '올바른 접근이 아닙니다' 문구

{% hint style="info" %}
홈페이지 상단 메뉴 클릭 시 ' 올바른 접근이 아닙니다 ' 라는 문구가 보일 경우, 사이트 메뉴와 페이지가 연결되었는지 확인 해야 합니다. 페이지 연결이 되어 있지 않을 경우 해당 문구가 노출 됩니다.
{% endhint %}

1\. 홈페이지관리 > 디자인관리 > 사이트메뉴관리에 접속합니다.

&#x20;

![](https://help.malgnsoft.com/data/file/67f886eb993599154e9435d8d3d7e349.png)

&#x20;

&#x20;

&#x20;

2\. '**올바른 접근이 아닙니다**' 문구가 나오는 '**사이트메뉴**'를 클릭합니다.

ex) 소개, 강사소개, 수강신청 등&#x20;

![](https://help.malgnsoft.com/data/file/6f16f44f929863a2b907685a50ed74e4.png)

&#x20;

&#x20;

3\. 사이트메뉴 수정에서 **모듈 및 페이지 목록**이 선택되어 있는지 확인합니다.

페이지 목록 연결이 되지 않았을 경우 선택 후 **\[수정]** 버튼 클릭하여 저장합니다. &#x20;

&#x20;

![](https://help.malgnsoft.com/data/file/c4d30f10d280bb30d6d0671d0ff28919.png)

&#x20;


---

# 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://malgn.gitbook.io/cloud/operation-guide/operation-troubleshooting/invalid-access-error.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.
