> For the complete documentation index, see [llms.txt](https://docs.znproject.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.znproject.my.id/pterocontrol/introduction.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.znproject.my.id/pterocontrol/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
