# Password Authentication

Password authentication will restrict access to your store frontend. Access to it will be possible only after entering valid password.

![](/files/6XIqAeSfjauXGR3awXNC)

### Edit password

To edit the password, click on "Edit" button.

![](/files/STjcwEI2D5x1LZ5EhTpl)

### Adding password to non-browser requests

For non-browser requests, alongside your request, send a cookie `readymagepass` with same value as the password.&#x20;

For example:

#### Curl

```
curl --location --request GET 'https://yourstore.readymage.com/' --header 'Cookie: readymagepass=your_password
```

###


---

# 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://help.readymage.com/application-management/password-authentication.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.
