# Tutorials

- [Add a login page](https://docs.appkickstarter.com/tutorials/add-a-login-page.md)
- [Add a screen with tab bars](https://docs.appkickstarter.com/tutorials/add-a-screen-with-tab-bars.md)
- [Add a settings screen](https://docs.appkickstarter.com/tutorials/add-a-settings-screen.md): Display a settings screen for updating profile name, profile picture, knowing user subscription state, see notifications, manage theme, etc)
- [Display an In-App Changelog for a new published version](https://docs.appkickstarter.com/tutorials/display-an-in-app-changelog-for-a-new-published-version.md): In-App Changelog is a great way to engage your users. Learn here how to display the In-App Changelog with a new published version
- [Update localizations](https://docs.appkickstarter.com/tutorials/update-localizations.md)
- [Update theme](https://docs.appkickstarter.com/tutorials/update-theme.md)
- [Customize onboarding](https://docs.appkickstarter.com/tutorials/customize-onboarding.md)
- [Setup your paywall](https://docs.appkickstarter.com/tutorials/setup-your-paywall.md)
- [Setup your first notifications](https://docs.appkickstarter.com/tutorials/setup-your-first-notifications.md)
- [Format dates and save on database](https://docs.appkickstarter.com/tutorials/format-dates-and-save-on-database.md)
- [Using a Different Backend Instead of Firebase](https://docs.appkickstarter.com/tutorials/using-a-different-backend-instead-of-firebase.md)
- [Make an infinite list with pagination](https://docs.appkickstarter.com/tutorials/make-an-infinite-list-with-pagination.md)


---

# 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.appkickstarter.com/tutorials.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.
