# Why doesn’t the Agent app require a username and password login?

The Agent app does not require login credentials, such as an email address or password. Instead, it uses a **pairing process** (with an OTP code or QR code) to connect the device to the parent’s or employer’s account.

This design has two important advantages:

1. **Simplicity and security for the parent/boss:**\
   The person who owns the main account (parent or employer) never needs to share their email or password with anyone. The only thing required is the temporary OTP code or QR code, which is safer and much easier to use.
2. **Flexibility for installation by others:**\
   In many cases, the child or employee may be the one who physically installs the app on their device. With the pairing method, they can complete the installation without needing to know the parent’s or boss’s login credentials. As long as they have the OTP code provided by the account owner, the device can be securely linked.

In short, **pairing replaces the need for username/password authentication**, making the setup process faster, safer, and more practical, while still ensuring the device is correctly authorized under the parent’s or employer’s account.

### **How to:**

Go to the cPanel website, click "My Profile," and then select the "Device" tab.

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

You can click the "Invite" tab to view the OTP code. Then, open your device, click tab #1 to see the OTP code, and enter this OTP code on cPanel.

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

Or you can open your device that already has the Agent app installed. Click tab #2 to see your OTP, then at cPanel, you click the Invite tab to approve.

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


---

# 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://copy9.gitbook.io/support/help/common-questions-faqs/agent-app/post-installing/why-doesnt-the-agent-app-require-a-username-and-password-login.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.
