> For the complete documentation index, see [llms.txt](https://docs.styleai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.styleai.io/undefined-1/undefined.md).

# 브랜드 생성

{% stepper %}
{% step %}

#### 왼쪽 상단 브랜드 박스 클릭시 새로운 브랜드를 생성할 수 있는 버튼이 있습니다.

<figure><img src="/files/5qP7nghQprekvVyoVw6I" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 이 버튼을 클릭시 브랜드 명을 설정할 수 있습니다.

<figure><img src="/files/PRsnnRgL73R8Y4gtfEll" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 협업이 필요한 팀원들을 이메일 주소로 초대할 수 있습니다.

<figure><img src="/files/79bMWlfDE675oUP3AWqh" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
회원가입이 완료된 사용자만 브랜드 작업 공간에 초대 가능합니다.&#x20;

팀원들에게 회원가입을 먼저 요청해주세요.&#x20;

[https://design.styleai.io/auth/register ](<https://design.styleai.io/auth/register &#xA;>)
{% endhint %}
{% endstep %}
{% endstepper %}

#### 관리자 권한 (Admin)

관리자는 [팀원 초대 및 삭제](/undefined-1/undefined-1.md)가 가능합니다.&#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://docs.styleai.io/undefined-1/undefined.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.
