> 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: Submit Support Requests
## Article: Submit Support Requests
## Article Link: https://dev.wix.com/docs/develop-websites/articles/contact-us/submit-support-requests.md
## Article Content:
# Submit Support Requests
As you develop and maintain your site, you may encounter error messages, technical glitches, or unexpected behavior. In these cases, you can open a support request using the Wix support chatbot. Follow these steps to make a successful support request.
[](https://www.wix.com/support-chatbot?nodeId=3809b091-762a-4a1a-acd7-a6b0dabc9c5a&referral=veloLeftTree)
## Step 1 | Retrieve your site URL
Before engaging with the Wix support chatbot, retrieve your site's URL.
## Step 2 | Locate your request ID (recommended)
If the issue results from using Wix APIs in your site's code, interacting with the site dashboard, or through one of Wix's [frontend interfaces](https://dev.wix.com/docs/develop-websites/articles/get-started/the-wix-ecosystem.md), you must include the associated request ID.
Every action that makes a call to Wix’s APIs is assigned a unique request ID, which is essential for tracking the root cause of an issue. This ID is included as a response header with the key name `x-wix-request-id`. For example, `1734427301.191556792796277844`.
Many errors in the site dashboard display pop-up notifications at the top of the screen. These notifications often include the request ID. If you don’t see a request ID in an error notification, you need to recreate the issue to retrieve a request ID.
For issues resulting from your site's API requests to Wix:
1. Make the request again using `curl` or any other network request tool that allows you to view responses.
2. In the response header, locate the request ID under the key `x-wix-request-id`.
For issues occurring in the site dashboard, app dashboard, or site editor:
1. Trigger an action that causes the error. For example, by clicking a button.
2. Open your browser's developer tools.
3. Select the **Network** panel.
4. In the **Name** column, click the network request associated with the error. Additional request information appears.
5. Select the **Headers** tab. The request ID is located in the **Response Headers** section under the key `x-wix-request-id`.
Caution: Do not include any secret keys in your description.- Include the complete request and response of any failed network requests. - Relevant console error logs. ## Step 4 | Open the request Now you're ready to open your support request. 1. Open the [Wix support chatbot](https://www.wix.com/support-chatbot?&nodeId=e0bd5aa6-d9d8-4627-a981-17dbbb0c78db&referral=discord). 1. Begin interacting with the chatbot. Provide the information you gathered above whenever the bot requests it.