# Login, Signup Flow

## **Login**

![Login screen](https://cdn-images-1.medium.com/max/720/1*CpfTC1F1fuXoifaBIln_xA.jpeg)

This page can be accessed from the Signup page as the app loads. By clicking on the sign-in button at the top right of the header, after the required entries in the input field, it redirects you to the home page.

The login page can be used to perform login action with username/email and password. Currently, the login is only for demo purposes.

The login page also contains “Need Help” and “Signup” page navigations.

## **Signup — Load**

![](https://cdn-images-1.medium.com/max/720/1*fD1YHBIDcjeAOnqXOaAl7g.jpeg)

This page can be accessed as the app loads. By clicking on the “Join Free For A Month” button it redirects you to the Plan page.

The signup page can be used to register a user with a username/email and password. Currently, the signup is only for demo purposes.

The signup page also contains “Login page “ page and “Help” page navigations.

## &#x20;**Signup — Choose a Plan**

![Choose a plan page](https://cdn-images-1.medium.com/max/720/1*lGo6-sXsgqII0Q1qg7tS8Q.jpeg)

This page can be accessed from the signup loading page by clicking on the Join Free For a Month button at the bottom of the page.\
This page navigates to the Plan List page.

## **Signup —  Plan List**

![Choose a plan from the list](https://cdn-images-1.medium.com/max/720/1*sYy7885h3aHTJbrB4vqupg.jpeg)

This page can be accessed from the choose a plan page by clicking on the set the plan button at the bottom of the page.\
This page navigates to the Create an account page.

## **Signup — Create an account**

![Create your account](https://cdn-images-1.medium.com/max/720/1*cjq0UovvRz87Z_ze_rIxxQ.jpeg)

This page can be accessed from the select a plan List page by clicking on the set the plan button at the top of the page and after selection by clicking on the continue button at the bottom of the page.\
This page navigates to the Payment setup page.

## **Signup — Payment setup page**

![](https://cdn-images-1.medium.com/max/720/1*PagB6CylON9x9YyKh3XvMQ.jpeg)

This page can be accessed from the create an account page by clicking on the continue button at the bottom of the page. This page contains the payment methods for the subscription of the application.\
This page navigates to the Home page.


---

# 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://enappd.gitbook.io/ionic-4-netflix-clone-template/template-features-1/screens/login-signup-flow.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.
