# URI 선정

## User

회원가입 : users/regist

로그인 : users/login

아이디 중복 체크 : users/regist/check

유저 정보 페이지 : users/{id}

유저 정보 수정 : users/{id}/update

회원 탈퇴 : users/{id}/unregist

## Shop

가게 등록 : shops/regist

가게 조회 : shops/{id}

가게 정보 수정 : shops/{id}/update

가게 삭제 : shops/{id}/unregist

## Cart

장바구니 조회 : carts

장바구니 등록 : carts/add

장바구니 수정 : carts/update

장바구니 삭제 : carts/clear

## Post

전체 게시물 조회 : posts

게시물 조회 : posts/{id}

게시물 작성 : posts/write

게시물 수정 : posts/{id}/update

게시물 삭제 : post/{id}/delete

## Order

결제 : orders/save

주문 조회 : orders/{id}

주문 취소 : orders/{id}/delete

## Chat

채팅 목록 : chats

채팅방: chats/{id}

채팅방 삭제 : chats/{id}/delete


---

# 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://minseokgos-organization.gitbook.io/api/uri.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.
