# Users

- [Sign Up](https://j1p3ter.gitbook.io/astraphe/users/sign-up.md): 회원가입 기능입니다. ADMIN 권한으로의 가입은 불가합니다.
- [Get User Info](https://j1p3ter.gitbook.io/astraphe/users/get-user-info.md)
- [Get Users Info](https://j1p3ter.gitbook.io/astraphe/users/get-users-info.md)
- [Delete User](https://j1p3ter.gitbook.io/astraphe/users/delete-user.md): 회원 탈퇴 기능입니다.
- [Update User Info](https://j1p3ter.gitbook.io/astraphe/users/update-user-info.md): 구매자는 자신의 정보를 수정할 수 있습니다.
- [Log In](https://j1p3ter.gitbook.io/astraphe/users/log-in.md): 모든 사용자는 로그인 후 JWT 액세스 토큰이 발급됩니다.


---

# 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://j1p3ter.gitbook.io/astraphe/users.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.
