# Faq

- [Accessing Pma](https://gdpsfh.gitbook.io/community-guide/faq/accessing-pma.md)
- [Level Reupload 1005 Error](https://gdpsfh.gitbook.io/community-guide/faq/level-reupload-1005error.md)
- [Missing Dlls Fix](https://gdpsfh.gitbook.io/community-guide/faq/missing-dlls-fix.md): If you have any missing DLLs, here's how to fix the error with them.
- [Package Parsing Error Android](https://gdpsfh.gitbook.io/community-guide/faq/package-parsing-error-android.md)
- [Phpmyadmin And Ftp](https://gdpsfh.gitbook.io/community-guide/faq/phpmyadmin-and-ftp.md): FTP allows you to edit files on the server. This is required for stylizing your GDPS' website or changing configuration files.


---

# 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://gdpsfh.gitbook.io/community-guide/faq.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.
