> For the complete documentation index, see [llms.txt](https://docs.talkstack.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talkstack.ai/authentication.md).

# Authentication

- [Signup](https://docs.talkstack.ai/authentication/signup.md): This section provides instructions on using /auth/signup endpoint to use for user signup.
- [Verify Email](https://docs.talkstack.ai/authentication/verify-email.md): This section provides instructions on using /auth/verify-email endpoint to use for verifying user after signup.
- [Resend email verification code](https://docs.talkstack.ai/authentication/resend-email-verification-code.md): This section provides instructions on using /auth/resend-code endpoint to get verification code resent to the provided email.
- [Login](https://docs.talkstack.ai/authentication/login.md): This section provides instructions on using /auth/login endpoint to use for user login.
- [Refresh Token](https://docs.talkstack.ai/authentication/refresh-token.md): This section provides instructions on using /auth/refresh-token endpoint to use for user login.
- [Change Password](https://docs.talkstack.ai/authentication/change-password.md): This section provides instructions on using /auth/change-password endpoint to recover your account. This API is used to change password of the account.
- [Forgot Password](https://docs.talkstack.ai/authentication/forgot-password.md): This section provides instructions on using /auth/forgot-password endpoint to recover your account.
- [Reset Password](https://docs.talkstack.ai/authentication/reset-password.md): This section provides instructions on using /auth/reset-password endpoint to reset account password. Reset password API is to be called after the forgot password API is hit.
