> For the complete documentation index, see [llms.txt](https://docs.mercuryx.ai/dxp-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuryx.ai/dxp-guide/brandspace/faq/user.md).

# 사용자 및 권한

<details>

<summary>사용자 초대 제한이 있나요?</summary>

사이트당 최대 50명까지 사용자를 초대할 수 있습니다.\
50명을 초과하는 경우, 기존 사용자를 삭제한 뒤 새 사용자를 초대해 주세요.

</details>

<details>

<summary>사용자 권한에 따라 사용할 수 있는 기능이 다른가요?</summary>

브랜드스페이스와 솔루션 모두, 권한에 따라 접근 가능 여부와 기능 사용이 제한됩니다.\
자세한 내용은 안내 가이드를 확인해 주세요.

[사용자 권한 자세히 보기](/dxp-guide/brandspace/setting/role.md)

</details>

<details>

<summary>소유자도 변경할 수 있나요?</summary>

네 가능합니다.

운영 중 사이트를 양도하거나 모든 운영관리 담당자가 변경되는 경우 소유권을 양도할 수 있습니다.\
자세한 내용은 가이드 내용을 확인해 주세요.

[소유권 양도 방법 보기](/dxp-guide/brandspace/setting/member.md#undefined-5)

{% hint style="danger" %}
소유권 양도로 인해 발생한 피해에 대해서는 머큐리엑스가 책임지지 않습니다.\
소유권 양도 시 양수자 정보를 정확하게 확인해 주세요.
{% endhint %}

</details>


---

# 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.mercuryx.ai/dxp-guide/brandspace/faq/user.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.
