# Admin Control Panel

The **Admin Control Panel (AdminCP)** is a web-based control panel designed for managing authentication-related entities in your application, specifically:

* **Clients -** /admin/admin-cpdb-client/list
* **Users - /**&#x61;dmin/admin-cpdb-user/list
* **Tokens -** /admin/admin-cpdb-token/list

This panel is intended for internal use only and should be accessed by approved team members or systems administrators.

### 🔐 Access Control

Access to the AdminCP is strictly limited to users who:

* Log in using **Gmail accounts**
* Are explicitly **whitelisted** via configuration

This ensures that only trusted personnel can view or modify sensitive authentication data.

> ✅ *Note: You may maintain multiple AdminCP panels for other domains (e.g., analytics, settings). This page specifically documents the one for authentication.*


---

# 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://gdplabs.gitbook.io/sdk/gl-smart-search/resources/authentication/admin-control-panel-admincp.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.
