> For the complete documentation index, see [llms.txt](https://docs.centousapps.com/i-agree-to-terms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.centousapps.com/i-agree-to-terms/app-setup/login-and-registration-page.md).

# Login & Registration Page

This will show the "I Agree to Terms Checkbox" on Login and Registration page. And will show error message if checkbox is not selected.

1. Go to **Dashboard.**
2. Scroll down to show the I agree terms checkbox on Customer Login/Register page.
3. Select if you want to show checkbox on customer Login or Registration page.

![](/files/nIGjxEQfQtTI90OTOOOx)

### **Login Page :**

1. If you want to show checkbox to **Login** page click on checkbox and it will show the I Agree to Terms Checkbox on login page.

&#x20;       **Backend :**&#x20;

![](/files/tP4XWK6Ehwosw5kUfvWA)

&#x20;         **Frontend :**

![](/files/lF3eb0R2HQiYKGVQT01l)

### **Registration Page :**

1. If you want to show checkbox to **Registration** page click on checkbox and it will show the I Agree to Terms Checkbox on registration page.

&#x20;       **Backend :**

![](/files/do8aWnnnGjyK2giI5ws3)

&#x20;         **Frontend :**

![](/files/gfb8xYolhdYMLERsUNiL)


---

# 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.centousapps.com/i-agree-to-terms/app-setup/login-and-registration-page.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.
