> For the complete documentation index, see [llms.txt](https://docs.pqard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pqard.com/getting-started/publish-your-docs.md).

# Login

Logging into your PQard account allows you to manage your profile, customize your page, and access all platform features from your personal dashboard.

If you already have an account, simply sign in using your registered email address and password.

### **Step 1 – Open the Homepage**

Visit the PQard homepage and click the **"Login"** button located in the top-right corner of the navigation bar.

This will redirect you to the secure login page.

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

### **Step 2 – Enter Your Email Address**

Input the email address associated with your PQard account.

Make sure the email is entered correctly to avoid authentication issues.

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

### **Step 3 – Enter Your Password**

Type your account password in the password field.

Ensure your password is entered exactly as created, including uppercase/lowercase characters if applicable.

### **Step 4 – Complete Security Verification**

Before logging in, complete the required security verification system.

This step helps protect your account against automated login attempts and unauthorized access.

### **Step 5 – Click "Go to Dashboard"**

Once all information is completed:

Click **"Go to Dashboard"** to access your PQard control panel.

### **Optional – Remember This Device**

You can enable the **"Remember Me"** option if you want to stay logged in on your current device.

This allows faster access without entering your credentials again for future visits.

> Only use this option on personal and trusted devices.

### **Forgot Your Password?**

If you cannot remember your password:

Click **"Forgot Password?"** on the login page and follow the password recovery instructions.


---

# 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.pqard.com/getting-started/publish-your-docs.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.
