# 사용자 가이드

- [Saros DLMM에서 풀(Pool) 생성하기](https://docs.saros.xyz/kr/saros-dlmm/user-guides/create-a-pool.md): Saros DLMM에서 유동성을 제공하기 위해서는, 해당 토큰 페어(거래쌍)에 대한 풀이 아직 존재하지 않는 경우 먼저 풀을 생성해야 합니다. 이 단계가 완료되어야 다른 사람들이 유동성을 추가하고 거래를 시작할 수 있습니다.
- [Saros DLMM에서 유동성 추가 및 제거하기](https://docs.saros.xyz/kr/saros-dlmm/user-guides/add-remove-liquidity.md): 이 가이드는 Saros DLMM에서 유동성을 추가하고 제거하는 방법을 자세히 설명합니다.
- [Saros DLMM에서 스왑하는 방법](https://docs.saros.xyz/kr/saros-dlmm/user-guides/swap.md): 이 가이드는 Saros DLMM에서 토큰 스왑을 수행하는 과정을 단계별로 설명합니다. 단계별 안내를 통해 스왑 과정을 원활하게 진행할 수 있도록 도와드립니다.
- [자주 묻는 질문(FAQs)](https://docs.saros.xyz/kr/saros-dlmm/user-guides/faqs.md)
- [Saros DLMM 수수료: 기본 수수료(Base Fee), 가변 수수료(Variable Fee), 프로토콜 수수료(Protocol Fee)](https://docs.saros.xyz/kr/saros-dlmm/user-guides/faqs/saros-dlmm-fees.md)


---

# 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://docs.saros.xyz/kr/saros-dlmm/user-guides.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.
