> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/settings/workspace-settings.md).

# 워크스페이스

이 문서에서는 설정 카테고리에 포함된 워크스페이스 관련 설정과 관리 항목의 전체 구성을 설명합니다. 워크스페이스에서는 작성·편집·보관·삭제 등의 관리에 더해, 기본 정보나 MCP 연결, 멤버 관리 설정을 할 수 있습니다.

## 워크스페이스 관리

워크스페이스의 신규 작성, 편집, 보관, 복원, 삭제 절차는 [워크스페이스 작성·관리](/features-ko/settings/workspace-settings/workspace-creation-and-management.md) 참조.

## 워크스페이스 설정

워크스페이스 설정 화면에서 하는 기본 정보 변경, 외부 MCP 연결 관리, 플러그인, 멤버 관리는 [워크스페이스 설정](/features-ko/settings/workspace-settings/workspace-configuration.md) 참조.


---

# 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://help.genesis.autify.com/features-ko/settings/workspace-settings.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.
