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

# 설정

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

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

### 서비스 키

* **서비스 키**는 현재 계정을 식별하는 고유 값으로, API 연동이나 서비스 운영 시 참조됩니다.
* 일반 사용자에게 공유되지 않도록 주의하세요.

### 알림 안내 받기

* 인스턴스를 새로 만들고 전처리 과정이 진행될 때, 사용자가 매번 화면에 들어와 확인하지 않아도 됩니다.
* 전처리 작업이 완료되는 시점에 지정한 이메일 주소로 알림 메일을 발송합니다.


---

# 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.genser.ai/ai-search/setting.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.
