# Introduction

PteroControl is a Discord App that allows you to control your Pterodactyl or Pelican panels directly from Discord.

#### Features:

* **Manage Client Panel**:

  * Efficiently manage and view details of specific client servers.
  * Access detailed information about your client account.

  **Commands**:

  * `/client server`: Manage a specific server on your client account.
  * `/client account`: View your client account details.
* **Manage Admin Panel**:

  * Add, delete, and view servers, users, and nodes.
  * Manage eggs, users, and servers with advanced control features.

  **Commands**:

  * `/admin nodes`: Manage nodes (info, list, create, delete).
  * `/admin eggs`: Manage eggs (info, list).
  * `/admin users`: Manage users (info, list, create, edit, delete).
  * `/admin servers`: Manage servers (info, list, create, delete).
* **Manage Panels**:

  * Add, remove, edit, and select panels for management.

  **Commands**:

  * `/panel select`: Select a specific panel.
  * `/panel add`: Add a new panel to your account.
  * `/panel delete`: Remove a panel from your account.
  * `/panel edit`: Edit details of a panel.
  * `/panel list`: View all panels available on your account.
* **Guide**:

  * Step-by-step instructions for obtaining an API key.

  **Commands**:

  * `/guide apikey`: Get instructions on how to obtain a panel API key.

Manage your Pterodactyl and Pelican panels effortlessly with PteroControl! For any issues, feel free to reach out via the support server for assistance.

{% embed url="<https://pterocontrol.znproject.my.id>" %}


---

# 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://docs.znproject.my.id/pterocontrol/introduction.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.
