# Developer

The **Developer** section provides in-depth technical details for extending and integrating the **WordPress Media Library Folder Management** system. Whether you're working with the API, customizing functionality using hooks, or modifying core behaviors, this section serves as a comprehensive guide for developers.

**Topics Covered:**

🔗 **API Endpoints** – Explore REST API routes for managing folders, attachments, and authentication.\
🔧 **Functions** – Reference built-in PHP functions to interact with the folder system programmatically.\
⚙️ **Filters & Hooks** – Modify and extend functionality using WordPress filters and action hooks.

This section is designed for developers who want to **integrate, extend, or customize** the folder management system efficiently.


---

# 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://ghozylab.gitbook.io/plugins/details/luvre/developer.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.
