# Store access

{% hint style="info" %}
It is highly advised to change your Admin Panel user password. The User Portal will NOT reflect your changed password. Also, if you migrate a database that has a different admin password, it will not be reflected in the User Portal - Magento Details.
{% endhint %}

1. Log into your User Portal account following these [instructions](/user-portal/user-portal-access.md).
2. Select in the dropdown the instance that you would like to know the access details.
3. Open the Magento details tab in the Application Management section.
4. You will find your Store URL which leads to your website frontend and Admin Panel URL as well as the User and Password which gives you access to Magento Admin Panel.

<figure><img src="/files/z797K4TfKlLBvouC6TcB" alt=""><figcaption></figcaption></figure>

Learn available customization options for your website that can be done through Admin Panel [here](https://manual.scandipwa.com/).

To make customizations on the source code level, follow these instructions:

{% content-ref url="/pages/-MVHFGHdeRMq\_K7FMnhU" %}
[Code customization and local setup](/project-development/code-customization-and-local-setup.md)
{% endcontent-ref %}

To install extensions follow these instructions:

{% content-ref url="/pages/-MVHFNuDs9HMqYZWZW9I" %}
[Extension installation](/project-development/extension-installation.md)
{% endcontent-ref %}


---

# 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/project-development/store-access.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.
