# MG WebDev Ltd Docs

## Home

- [Developer Platform](https://support.mgwebdev.eu/readme.md): Welcome to your team’s developer platform

## Documentation

- [Welcome](https://support.mgwebdev.eu/documentation/readme.md)
- [For clients](https://support.mgwebdev.eu/documentation/getting-started/for-clients.md)
- [For developers & partners](https://support.mgwebdev.eu/documentation/getting-started/for-developers-and-partners.md)
- [Hosting](https://support.mgwebdev.eu/documentation/getting-started/hosting.md)
- [Security practices](https://support.mgwebdev.eu/documentation/guides/security-practices.md)
- [Performance optimization](https://support.mgwebdev.eu/documentation/guides/performance-optimization.md)
- [Responsive design & accessibility](https://support.mgwebdev.eu/documentation/guides/responsive-design-and-accessibility.md)
- [E-Commerce Management](https://support.mgwebdev.eu/documentation/guides/e-commerce-management.md)
- [Multi-Language](https://support.mgwebdev.eu/documentation/guides/multi-language.md)
- [Analytics & tracking](https://support.mgwebdev.eu/documentation/integrations/analytics-and-tracking.md)
- [Custom features](https://support.mgwebdev.eu/documentation/integrations/custom-features.md)
- [Maintenance and support](https://support.mgwebdev.eu/documentation/maintenance-and-support.md)
- [Editor](https://support.mgwebdev.eu/documentation/basics/editor.md)
- [Markdown](https://support.mgwebdev.eu/documentation/basics/markdown.md)
- [Images & media](https://support.mgwebdev.eu/documentation/basics/images-and-media.md)
- [Interactive blocks](https://support.mgwebdev.eu/documentation/basics/interactive-blocks.md)
- [Integrations](https://support.mgwebdev.eu/documentation/basics/integrations.md)

## Changelog

- [Changelog](https://support.mgwebdev.eu/changelog/readme.md): New updates and improvements

## Help Center

- [Help Center](https://support.mgwebdev.eu/help-center/readme.md)
- [Websites](https://support.mgwebdev.eu/help-center/websites.md)
- [SSL-Certificate](https://support.mgwebdev.eu/help-center/websites/ssl-certificate.md)
- [Website redirects](https://support.mgwebdev.eu/help-center/websites/website-redirects.md): My website is redirecting to another website, what can I do?
- [This website can't be reached](https://support.mgwebdev.eu/help-center/websites/this-website-cant-be-reached.md)
- [Account](https://support.mgwebdev.eu/help-center/account.md)
- [SSL-Certificate](https://support.mgwebdev.eu/help-center/account/ssl-certificate.md)
- [Website redirects](https://support.mgwebdev.eu/help-center/account/website-redirects.md): My website is redirecting to another website, what can I do?
- [This website can't be reached](https://support.mgwebdev.eu/help-center/account/this-website-cant-be-reached.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://support.mgwebdev.eu/readme.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.
