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

# 세소정의 소개

세소정은 "**세상에서 가장 작은 정육점"**&#xC785;니다.

세소정무인 키오스크로 신선 정육 상품을 24시간 판매할 수 있으며, 과냉각 기술의 세소정은 진공 포장된 냉장육을 30일간 신선하게 보관할 수 있습니다.

세소정 무인 키오스크의 터치 스크린은 21.5인치와 43인치 중 선택할 수 있습니다.

<figure><img src="/files/iIF3ihn8qAIDs35ri7fA" alt="" width="332"><figcaption></figcaption></figure>

<figure><img src="/files/YzHslMqrUyDUkboa9caF" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://seller.docs.sesojung.com/introduce/introduce.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.
