# Phpmyadmin

- [Actions Explain](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/actions-explain.md): Explanation about the types of actions that you can find in the actions table in PHPMyAdmin
- [Banning](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/banning.md): Some users take things too far, and need to be banned. This is how you can IP ban a user.  WARNING: IP bans are circumventable. Please take extreme caution.
- [Basic Explanation Of The Php My Admin Tables](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/basic-explanation-of-the-phpmyadmin-tables.md)
- [Change Default Downloads Likes](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/change-default-downloads-likes.md): Some GDPSs may have a default setting to set the Download count to 300 and the Like count to 100 to every level.
- [Create Gauntlets](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/create-gauntlets.md): There isn't a tools page yet to help you create a gauntlet, so this will guide you through creating a gauntlet via phpMyAdmin.
- [Create Mappacks](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/create-mappacks.md): Guide to creating your own map packs for your GDPS using phpMyAdmin explained in detail
- [Create Modip](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/create-modip.md): Assign special permissions to moderators using PHPMyAdmin
- [Create Quests](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/create-quests.md): Tutorial to create this PHPMyAdmin search explained in detail
- [Create Roles](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/create-roles.md): Create a role using phpMyAdmin that can be assigned to players.
- [Detailed Explanation Of Phpmyadmin Tables And Columns](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/detailed-explanation-of-phpmyadmin-tables-and-columns.md): A very lengthy, but in-depth explanation of the PhpMyAdmin tables
- [Elegant Sql Fixes](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/elegant-sql-fixes.md): How to fix things (broken level view, post-raid, etc.) with SQL queries and phpMyAdmin.
- [Give Permissions](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/give-permissions.md)
- [Placing Roles](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/placing-roles.md): Assign a user a role using phpMyAdmin
- [Site Structure](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/site-structure.md): Short introduction to how certain elements are named on the site
- [PhpMyAdmin FAQ](https://gdpsfh.gitbook.io/community-guide/phpmyadmin/basic-pma-faq.md)


---

# 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/phpmyadmin.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.
