# 기술 가이드

- [유동성 추가하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/add-liquidity.md)
- [페어(거래쌍) 생성하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/create-a-pair.md)
- [사용자 포지션](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/user-position.md)
- [토큰 스왑하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/swap-tokens.md)
- [유동성 제거하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/removing-liquidity.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/technical-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.
