> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: openContactSupport() ## Article: openContactSupport() ## Article Link: https://dev.wix.com/docs/sdk/host-modules/workspace/apps/open-contact-support.md ## Article Content: # openContactSupport() Opens the contact support flow for a specific app, allowing Wix users to get help or report issues directly with the app provider, who receives the inquiry via email. For apps made by Wix, this opens the [Wix support chatbot](https://support.wix.com/en/contact) in a new tab. For 3rd-party apps, it opens a contact support modal. 
__Important:__ This method is only available in the editor.## Method declaration ```ts (args: ContactSupportRequest) => Promise