# 사용자 정보 연동

인게임에서 원웹샵 이동 URL에 사용자의 `게임 ID(uid)`와 `서버 ID(sid)` 를 포함하면, 사용자가 원웹샵에 진입할 때 해당 정보가 자동으로 입력되어 별도 입력 없이 바로 구매를 진행할 수 있습니다.

### URL 구조

* **Base URL :** `https://webshop.onestore.net/title/{PID}`
* **Query Params**: `uid`, `sid` (선택)

<table><thead><tr><th width="156.9453125">Name</th><th width="137.0130615234375">Type</th><th width="138.6536865234375">Mandatory</th><th>Description</th></tr></thead><tbody><tr><td><code>uid</code></td><td>String</td><td>Optional</td><td>사용자의 게임 ID (최대 100 byte)</td></tr><tr><td><code>sid</code></td><td>String</td><td>Optional</td><td>사용자의 서버 ID (최대 100 byte)</td></tr></tbody></table>

### Sample URL

```
https://webshop.onestore.net/title/WS00000000?uid=user1234&sid=asia01

//WS00000000 → 타이틀 ID(PID)
//uid=user1234 → 게임 ID
//sid=asia01 → 서버 ID
```


---

# 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://onestore-dev.gitbook.io/dev/tools/webshop/app-links.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.
