# 리포트에 대괄호 사용

## Q 문의&#x20;

* 양식에서 대괄호를 사용할 수 있는 방법이 없나요?&#x20;

## A 답변&#x20;

* 리포트 양식에서 대괄호 사용법에 대해 설명해 드리겠습니다.&#x20;

{% hint style="info" %}
**※ 대괄호는 변수를 입력받기 위해 사용하는 기호입니다.**\
따라서 양식에 대괄호를 출력하기 위해서는 아래와 같은 방법으로 입력해야 합니다.
{% endhint %}

* 대괄호 열기 \[ 를 출력하고 싶을 때 \['\[']
* 대괄호 닫기 ] 를 출력하고 싶을 때 \[']']

이처럼 문구를 입력해 주시면 됩니다.

**※ 예를 들어 출력물에 아래와 같이 출력하고 싶다면**

원하는 출력 내용 :  \[대괄호 테스트]

* 양식편집 시 아래와 같이 메모에 입력하시면 됩니다.

![리포트 디자이너 메모 컨트롤](/files/-MOo1ejgWgxHh7DTjlkE)

* \['\[']대괄호 테스트\[']']&#x20;

![리포트 출력 시](/files/-MOo1hljB4gjAGM8_xTA)

* \[대괄호 테스트]로 출력되는 것을 확인할 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://help.ilabs.co.kr/faq/03/03-001.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
