# 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.


---

# 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.talkstack.ai/authentication.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.
