# 지식 센터

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

## **젤라또 지식 센터란?**

AI가 답변을 만들 때, 문서를 참고하여 정확한 답변을 제공하는 방식을 사용하기 위해 회사나 사이트의 전문 지식 문서를 업로드하는 메뉴입니다.

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

1. RAG 문서 목록: 업로드한 파일 리스트를 확인할 수 있습니다.
2. 파일 업로드: \[파일 업로드] 버튼 클릭 시 우측 패널에서 파일을 업로드할 수 있습니다.

{% hint style="success" %}
[RAG](/gelatto/getting-started/overview/rag.md) 문서를 참고해 주세요.
{% endhint %}

### **1. RAG 문서 목록**

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

a. 파일 업로드: 버튼을 클릭하면 신규 파일을 업로드할 수 있는 우측 패널이 노출됩니다.&#x20;

b. 파일 리스트: 업로드한 RAG 문서를 업로드 시간 순으로 확인할 수 있습니다.

* 파일명을 클릭하면 파일 내용을 미리보기 창에서 확인할 수 있습니다.

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

{% hint style="info" %}
용량이 큰 파일은 다운로드하여 확인해 주세요.\ <sub>- PDF: 50MB 초과 파일 / TXT: 5MB 초과 파일</sub>
{% endhint %}

### **2. 파일 업로드**

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

a. 파일 업로드: 신규 파일을 1개부터 최대 10개까지 한 번에 업로드할 수 있습니다.\ <sub>- 업로드 가능 확장자: PDF, TXT</sub>\ <sub>- 한 파일당 최대 200MB까지 가능, 한 번에 최대 200MB 업로드 가능</sub>\ <sub>- 파일명에 사용할 수 없는 문자 (\* # | ? \[ ] : ; " ' < >)</sub>

{% hint style="warning" %}
한 번에 최대 10개씩 업로드 할 수 있으며, 10개 초과 시 요청 순서에 따라 처음 10개의 문서만 업로드됩니다.
{% endhint %}

{% hint style="danger" %}
잠금 설정된 파일은 제외하고 업로드해 주세요. 잠김 파일 업로드 시 손상된 파일 에러가 발생합니다.
{% endhint %}


---

# 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://groobee.gitbook.io/gelatto/ai-chatbot/knowledge-center.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.
