# Logging in

### **Access the WordPress Login Page**

**Open Your Web Browser:** Launch your preferred web browser (e.g., Google Chrome, Mozilla Firefox, Safari).

**Enter Your Website's URL**

```
https://www.yoursite.com/wp-admin
```

**Press Enter:** Press the "Enter" key to load the WordPress login page.

### **Enter Your Login Credentials**

1. **Enter Your Username or Email:** On the login page, you'll see fields to enter your username or email address associated with your WordPress account.
2. **Enter Your Password:** Below the username/email field, enter the password that corresponds to your WordPress account.
3. **Click "Log In":** After entering your credentials, click the "Log In" button. If you're using a public computer, you might want to uncheck the "Remember Me" box for security.

### **Access the WordPress Dashboard**

1. **Successful Login:** If your username and password are correct, you will be redirected to your WordPress Dashboard.
2. **Dashboard Overview:** The Dashboard is the control center of your WordPress site. From here, you can manage your posts, pages, media, appearance, plugins, and more.

***

Congratulations, you've successfully logged into your WordPress site! :tada: From the Dashboard, you can now manage and update your website's content, appearance, and functionality.

<details>

<summary><strong>Troubleshooting</strong> <span data-gb-custom-inline data-tag="emoji" data-code="1f198">🆘</span></summary>

* If you forgot your password, click the "Lost your password?" link on the login page to initiate a password reset.
* If you're unable to log in, ensure that you're using the correct username or email and that your caps lock key is not on.
* Contact us if you're still unable to log in.

</details>

{% hint style="info" %}
Use a strong and unique password for your WordPress account.
{% endhint %}

{% hint style="info" %}
Keep your login credentials confidential and avoid using public computers for logging in.
{% endhint %}


---

# 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://viralistic.gitbook.io/knowledgebase/edit-website/wordpress/logging-in.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.
