# Dashboard

- [Access my server files via FTP with FileZilla](https://docs.oxygenserv.com/en/dashboard/acceder-aux-fichiers-de-mon-serveur-ftp-avec-filezilla.md): Step-by-step guide to access your Oxygenserv server files via FTP with FileZilla.
- [Add sub-users](https://docs.oxygenserv.com/en/dashboard/ajouter-des-sous-utilisateurs-sur-mon-serveur.md): Step-by-step guide to add sub-users to your server (permissions, security, troubleshooting).
- [Schedule a new task](https://docs.oxygenserv.com/en/dashboard/planifier-une-nouvelle-tache.md): Step-by-step guide to schedule automatic tasks on your server (restart, backups, commands).
- [Create a backup and restore it](https://docs.oxygenserv.com/en/dashboard/creer-une-sauvegarde-et-la-restaurer-sur-son-serveur.md): Step-by-step guide to create a backup and restore it on your Oxygenserv server.
- [Create and access your database](https://docs.oxygenserv.com/en/dashboard/creer-et-acceder-a-sa-base-de-donnees.md): Step-by-step guide to create a MySQL database on Oxygenserv and connect via phpMyAdmin or a client.
- [Create a database backup](https://docs.oxygenserv.com/en/dashboard/creer-une-sauvegarde-de-base-de-donnees-sur-son-serveur.md): Step-by-step guide to create a database backup and restore it on Oxygenserv.
- [Change my account password](https://docs.oxygenserv.com/en/dashboard/changer-le-mot-de-passe-de-mon-compte.md): Step-by-step guide to change your Oxygenserv account password from the dashboard.
- [Find and share your server logs](https://docs.oxygenserv.com/en/dashboard/trouver-et-partager-ses-logs-serveur.md): Step-by-step guide to find and share your server logs from the dashboard (console), for support or troubleshooting.
- [Put a domain name on your server](https://docs.oxygenserv.com/en/dashboard/mettre-un-nom-de-domaine-sur-son-serveur.md): Step-by-step guide to put a domain name on your server (Oxygenserv subdomain).
- [Contact Oxygenserv support (dashboard ticket and Discord)](https://docs.oxygenserv.com/en/dashboard/contacter-le-support-oxygenserv-ticket-dashboard-et-discord.md): Step-by-step guide to contact Oxygenserv support (dashboard ticket and Discord).
- [Put your server into hibernation](https://docs.oxygenserv.com/en/dashboard/mettre-son-serveur-en-hibernation.md): Step-by-step guide to put your server into hibernation (service pause, data retention, reduced cost).
- [Invite and configure OxyBot on Discord](https://docs.oxygenserv.com/en/dashboard/inviter-et-configurer-oxybot-sur-discord.md): Step-by-step guide to invite and configure OxyBot on Discord (API key, permissions, commands).


---

# 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.oxygenserv.com/en/dashboard.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.
