> For the complete documentation index, see [llms.txt](https://docs.thunkable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management.md).

# User Auth & Management

- [Firebase](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/firebase.md)
- [User Sign-Up, Sign-In, and Auth](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/firebase/user-sign-up-sign-in-and-auth.md): In this tutorial, we’ll show you how to use Firebase to authenticate your users and allow them to sign up and sign in to your app.
- [User Sign Out and Password Reset](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/firebase/user-sign-out-and-password-reset.md): In this tutorial, you’ll learn how to allow a Firebase authenticated user to reset their password and sign out of your app.
- [Google](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/google.md)
- [User Sign-Up, Sign-In, Sign-Out, and Auth](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/google/user-sign-up-sign-in-sign-out-and-auth.md): In this tutorial, we’ll show you how to use Google to authenticate your users and allow them to sign in and out of your app.
- [Apple](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/apple.md)
- [User Sign-Up, Sign-In, Sign-Out, and Auth](https://docs.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management/apple/user-sign-up-sign-in-sign-out-and-auth.md): In this tutorial, we’ll show you how to use Apple to authenticate your users and allow them to sign in and out of your app.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.thunkable.com/getting-started/sample-apps-and-tutorials/video-tutorials/user-auth-and-management.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.
