# Creating sign up/ sign in in Blup

1\. **Create Screens:** Build separate screens for sign-in and sign-up. These screens should include fields for users to input their credentials, such as email and password.

2\. **Implement Logic:** In the sign-in screen, add logic in the Logic Panel to handle user authentication. This logic should verify the user's credentials, typically by sending them to a backend server for validation. If the credentials are valid, the user is logged in and directed to the main app screen.

3\. **Connect to Backend:** Ensure your sign-in screen is connected to the backend server where user data is stored. This connection allows the app to verify user credentials and retrieve user information from the server.

4\. **Sign-Up Functionality:** Similarly, in the sign-up screen, implement logic to handle user registration. When a user signs up, their information is sent to the backend server to create a new account.

If you have any ideas to make Blup better you can share them through our [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303)

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}


---

# 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.blup.in/create-signin-signup.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.
