> For the complete documentation index, see [llms.txt](https://jiniroy00.gitbook.io/air-seoul-baggage-policy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jiniroy00.gitbook.io/air-seoul-baggage-policy/air-seoul-baggage-policy.md).

# Air Seoul Baggage Policy

[Air Seoul Baggage Policy](https://www.baggageinfo.com/blog/air-seoul-baggage-policy/) provides a straightforward and easy-to-understand luggage policy to ensure a stress-free and pleasurable travel experience. In addition to one small personal item, such as a laptop case or handbag, travelers are permitted to bring one piece of carry-on luggage up to 10 kg (22 lbs) in weight and no more than 55 x 40 x 20 cm. Depending on the route and tariff level, Economy Class travelers are often allowed one checked bag up to 23 kilograms (50 lbs). Before leaving, additional baggage can be bought online at a discount. Weighing and measuring your items in advance is advised because overweight or oversized baggage can result in additional fines. Under some restrictions, Air Seoul also allows special commodities like sporting goods and musical instruments. Before their flight, passengers should always check the official Air Seoul website for the most up-to-date and accurate information.


---

# 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://jiniroy00.gitbook.io/air-seoul-baggage-policy/air-seoul-baggage-policy.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.
