> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/advanced/table.md).

# 테이블 블록

테이블 블록은 표를 만들기 위한 용도로 사용이 됩니다.

테이블은 표 머리 항목과 내용 항목으로 나뉘어져 있습니다. \
각 항목에 맞는 내용을 입력하고 색상, 정렬 등의 설정을 할 수 있습니다.

<figure><img src="/files/GeCNjr12HDK2suSyU5kp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**\[고급 블록(단축키 A) > 테이블(단축키 T)]**&#xB97C; 통해 블록을 추가 할 수 있습니다. \
자세한 방법은 \[[블록 추가하기](/customer_support/guide/design/editor/contents.md#id-1-1)] 가이드를 참고 부탁드립니다.
{% endhint %}

| 설정 항목                                                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>미리보기</strong><br>테이블의 열과 행을 확인하고, 텍스트를 입력 할 수 있습니다.</p><ul><li>미리보기를 통해 선택한 테이블의 행/열 추가, 삭제, 병합을 할 수 있습니다.</li></ul>                                                                                                              |
| <p><strong>색상</strong><br>표머리 색상 / 내용 색상을 설정할 수 있습니다.</p><ul><li>테마 3 선택 시 표 배경 색상이 1열에도 적용이 됩니다.</li></ul>                                                                                                                                  |
| <p><strong>서체</strong><br>테이블에 표시되는 서체를 선택합니다.</p><hr><p><strong>정렬</strong><br>테이블의 정렬 기준을 선택합니다.</p><ul><li>모든 테이블에 동일하게 적용이 됩니다.</li></ul><hr><p><strong>두께</strong><br>글자 두께를 설정합니다.</p><hr><p><strong>크기</strong><br>글자의 크기를 선택합니다.</p> |


---

# 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.qshop.ai/customer_support/guide/design/editor/contents/advanced/table.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.
