> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/readme/26-07-13-3.md).

# \[26-07-13] 고객정보창 내역 탭 개선

안녕하세요, 오늘상담입니다!

이번 업데이트에서는 <mark style="color:$primary;">**고객정보창 내역 탭의 명칭과 순서**</mark>를 더 직관적으로 개선했어요.

각 탭에서 어떤 정보를 확인할 수 있는지 더 쉽게 구분할 수 있고,\
실제 업무 흐름에 맞게 순서를 정리해, 필요한 내역을 더 빠르게 찾을 수 있게 되었어요.

{% hint style="success" %}
**주요 업데이트 내용**

* 고객정보창 내역 탭 이름이 더 짧고 직관적으로 변경되었어요.
* 탭 순서가 업무 흐름에 맞게 정리되었어요.
* 2분할·3분할 화면에서도 탭을 더 편하게 확인할 수 있어요.
  {% endhint %}

> **업데이트 일시 :** 2026-07-13 (월) 이후 순차 적용

자세한 내용은 아래에서 확인해 보세요.

***

### 🗂️ 고객정보창 내역 탭 명칭 개선

{% hint style="info" %}
메뉴 명칭을 직관적으로 정리해 어떤 기능인지 한눈에 확인할 수 있어요.
{% endhint %}

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

<table><thead><tr><th width="131">변경 전</th><th width="141">변경 후</th><th>변경 이유</th></tr></thead><tbody><tr><td><strong>응답 내역</strong></td><td><mark style="color:$danger;"><strong>설문·동의서</strong></mark></td><td>설문·동의서 기능임을 더 직관적으로 확인할 수 있어요</td></tr><tr><td><strong>발급 내역</strong></td><td><mark style="color:$danger;"><strong>증빙 서류</strong></mark></td><td>고객에게 발급하는 증빙용 서류임을 더 명확하게 표현했어요</td></tr><tr><td>문서 발급</td><td>서류 발급 </td><td>위 <code>증빙 서류</code> 내 메뉴를 문서 기능과 구분하여<br>서류 발급이라는 명칭으로 변경했어요</td></tr><tr><td>그 외 내역</td><td><code>내역</code> 표현 정리</td><td>탭 이름이 짧아져 화면에서 더 보기 편해졌어요</td></tr></tbody></table>

***

### ✨화면 구성 개선 및 탭 순서 정리

{% hint style="info" %}
고객정보창에서 자주 확인하는 흐름에 맞춰 탭 순서와 화면 구성을 정리했어요.
{% endhint %}

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

<table><thead><tr><th width="146">개선 내용</th><th>설명</th></tr></thead><tbody><tr><td>화면 구성 개선</td><td>명칭 변경으로 2분할·3분할 화면에서도 전체 메뉴를 더 편하게 확인할 수 있어요</td></tr><tr><td>탭 순서 정리</td><td>자주 확인하는 내역을 먼저 확인할 수 있도록 순서를 정리했어요</td></tr></tbody></table>

***

궁금한 점은 오늘상담 고객센터로 문의해 주세요.

앞으로도 더 편리한 사용 경험을 위해 지속적으로 개선해 나가겠습니다.

감사합니다.


---

# 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://sangdamtoday.gitbook.io/intro/readme/26-07-13-3.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.
