> For the complete documentation index, see [llms.txt](https://docs.airdev.co/events-platform-template/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airdev.co/events-platform-template/assets/pages/login-pages.md).

# login and loginsimple

Your app will come with two types of log in pages:

## Login Page Overview

The standard `login` page includes the sign up and log in user flows on the left and a customizable section on the right. App owners can manage and customize the background style (solid color, gradient, or image), font color, tagline, and featured image on the right from the Owner's portal.

![Login page preview](/files/-LaSPYp2TXTrB3gVKQcx)

![Customize the login page from the Settings \&gt; Styles tab in the Owner's Portal](/files/-LaSPYp4DGAhTtfUuBoE)

## Loginsimple Page Overview

The `loginsimple` page includes the standard sign up and log in user flows as well. This page is ideal for apps that do not need a landing page with marketing information.

![Simple login pages](/files/-LaSPYp6iNm4vTVjzHN9)


---

# 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.airdev.co/events-platform-template/assets/pages/login-pages.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.
