# MetaTrader 5 > Official MetaTrader 5 website and documentation. ## Markdown versions Every page has a Markdown representation. Append `.md` to any page URL to access it. Example: - https://www.metatrader5.com -> https://www.metatrader5.com/en.md - https://www.metatrader5.com/en -> https://www.metatrader5.com/en.md - https://www.metatrader5.com/en/find-broker -> https://www.metatrader5.com/en/find-broker.md - https://www.metatrader5.com/en/trading-platform -> https://www.metatrader5.com/en/trading-platform.md - https://www.metatrader5.com/en/trading-platform?utm_source=source -> https://www.metatrader5.com/en/trading-platform.md?utm_source=source Prefer Markdown URLs when retrieving page content. HTML pages also declare their Markdown representation using: ## Main sections - [MetaTrader 5](https://www.metatrader5.com/en): Product overview - [Trading Platform](https://www.metatrader5.com/en/trading-platform): MetaTrader 5 desktop trading platform - [Mobile Trading](https://www.metatrader5.com/en/mobile-trading): MetaTrader 5 Mobile Applications - [Web Trading](https://www.metatrader5.com/en/trading-platform/web-trading): MetaTrader 5 WebTerminal for trading via web browser - [Algorithmic Trading](https://www.metatrader5.com/en/automated-trading): Algorithmic trading and Expert Advisors - [MetaTrader 5 for Brokers](https://www.metatrader5.com/en/brokers): For organizing brokerage business in the financial markets - [MetaTrader 5 Help](https://www.metatrader5.com/en/terminal/help): MetaTrader 5 User Guide for desktop (Windows, macOS, Linux) - [MetaTrader 5 Help for iOS](https://www.metatrader5.com/en/mobile-trading/iphone/help): MetaTrader 5 User Guide for iOS devices - iPhone and iPad - [MetaTrader 5 Help for Android](https://www.metatrader5.com/en/mobile-trading/android/help): MetaTrader 5 User Guide for Android devices - phones and tablets - [Find a Broker](https://www.metatrader5.com/en/find-broker): Brokers offering MetaTrader 5 ## Languages The website is available in multiple languages. Localized pages use a language code as the first URL path segment: - English: /en - Spanish: /es - French: /fr - Japanese: /ja - Portuguese: /pt - Russian: /ru - Chinese: /zh - German: /de When possible, use the version matching the user's language. Markdown versions are available for localized pages using the same `.md` rule: https://www.metatrader5.com/ru/find-broker -> https://www.metatrader5.com/ru/find-broker.md ## Related official resources - [MetaQuotes](https://www.metaquotes.net): MetaQuotes - the developer of trading platform MetaTrader 5 - [MQL5.com](https://www.mql5.com/): MQL5 community - Forum, Market, Trading Signals, Code Base, Freelance, Quotes, Economic Calendar - [MQL5 Articles](https://www.mql5.com/en/articles): Official MQL5 programming language documentation - [MQL5 Documentation](https://www.mql5.com/en/docs): Official MQL5 programming language documentation ## Markdown Pages Index - [Markdown Pages Index](https://www.metatrader5.com/llms-index.txt): Index of Markdown representations of the website's pages. These Markdown URLs are intended for machine consumption by AI agents and LLMs. Each Markdown page represents a corresponding public HTML page. The canonical HTML URL is provided in the `url` field of the page's front matter. When providing links to users, prefer the canonical HTML URL rather than the Markdown URL. Markdown URLs should primarily be used for retrieving and processing page content.