{"section":"tutorials","requestedLocale":"en","requestedSlug":"writing-an-effective-ticket-to-vtex-support","locale":"en","slug":"writing-an-effective-ticket-to-vtex-support","path":"docs/en/tutorials/operational/support/writing-an-effective-ticket-to-vtex-support.md","branch":"main","content":"All clients and partners have access to support provided by the [VTEX support](/en/docs/tutorials/how-does-vtex-support-work)  team of experts. To contact them, you need to open a ticket.\n\nOur specialists are qualified to provide the best possible Our experts are trained to provide the best experience possible to solve tickets. However, there are some guidelines you should follow when opening a ticket to ensure a faster and more streamlined process.\n\nKeep in mind that the more context you provide our specialists with, the quicker they'll be able to find a solution to your problem.\n\nThis article guides VTEX clients and partners to open tickets with relevant information to speed up the investigation process and reach a faster solution to their problems. It's divided into two sections:\n\n- [Before opening a ticket](#Before-opening-a-ticket)\n- [Completing a ticket](#Completing-a-ticket)\n\nTo learn how to open a ticket to VTEX Support, see [Opening tickets to VTEX support](/en/tutorial/opening-chamados-para-o-tickets-to-vtex-support).\n\n## Before opening a ticket\n\nBefore opening a ticket, check whether the problem is related to the store's customizations. If the source of the problem is a customization, you'll need to contact your customization team. \n\n### Cart, Checkout and CMS Stores\n\nIt is important to validate whether the scenario occurs without customizing the store. To run this test, disable customizations (JS and CSS) and try to reproduce the error. Learn more about this in the article[Blocking customizations to troubleshoot frontend issues](/en/faq/blocking-customizations-to-troubleshoot-front-end-issues).\n\n### Store Framework\nTo check if the problem is associated with IO, follow the steps below:\n\n1.\tOpen the command prompt and log in to your store using the [VTEX IO CLI](https://developers.vtex.com/docs/guides/vtex-io-documentation-vtex-io-cli-installation-and-command-reference).\n2. Access a development workspace by running the following command:\n    ```\n    vtex use {workspace}\n    ```\n3.\tIf your store has a Store Framework theme installed, uninstall it using the command below:\n    ```\n    vtex uninstall {theme}\n    ```\n\n    > ℹ️ You can check for any installed themes using the `vtex list` command, which lists all the applications installed in the store.\n\n4.\tClone the default Store Framework theme on your computer.\n5.\tAt the command prompt, access the default theme folder.\n6.\tRun the command:\n    ```\n    vtex link\n    ```\n    > ⚠️ If your store doesn't have the Reviews and Ratings app installed, you may receive an error when trying to create the link. To avoid this, remove this app from the `peer dependencies` list in the `manifest.json` file of the default theme.\n\n7.\tAccess your workspace's storefront using the URL:\n    ```\n    https://{workspace}--{accountName}.myvtex.com\n    ```\n8.\tTry to reproduce the error.\n\nIf the error does not occur after blocking the files or in the default Store Framework theme, it means that the error is related to the site's customizations. To solve it, you should contact the team responsible for your store's frontend.\n\n## Completing a ticket\n\nIf, after following all the troubleshooting steps outlined above, the issue persists, open a ticket with [VTEX Support](https://supporticket.vtex.com/support) following the guidelines in the table below:\n\n| Information | Guidelines |\n| ----------- | ----------- |\n| Subject and problem description |  - Briefly describe the problem or question. Fill in the **Request subject** field concisely and objectively. This helps the specialist team quickly understand the scenario.  - Fill in the **Request subject** field with a complete description of what you noticed, including what the problem is, how it's happening, and where it's occurring. This will help our specialist team investigate and rebuild the scenario. Don't forget to inform them if the steps for reproducing the scenario require any atypical action that needs to be taken or any restricted access permission.   |\n| Evidence | Add any source material that can provide evidence of the problem whenever possible. For example, screenshots or recordings, [HAR files](/en/docs/tutorials/generating-a-har-file), logs generated by the platform, server responses, and the text or ID of the displayed error. |\n| Expected scenario | Provide details of the expected scenario compared to what is happening. |\n| Tests and validations | If you have already tried to solve the problem, detail the actions taken, the documentation consulted, and the results. |\n| Ticket scope |  - Do not address more than one problem in the same ticket.   - Do not create more than one ticket for the same problem.  |\n| Priority | Check the proper priority according to the nature of the problem to apply the correct SLA. |\n\n### Key information per scenario\n\nYou can open a ticket due to many scenarios. This section lists the most common ones, along with the basic information required to open a ticket for each.\n\nYou can adapt this information to your specific scenario and use it to guide your investigation before opening a ticket.\n\n| Scenario | Information |\n| ----------- | ----------- |\n| Orders |  - Order ID or ` orderForm `.   - The order URL in ** Order Management ** or ** Bridge ** (for orders from marketplaces with native integrations).  |\n| Checkout |  - The shopping cart URL generated by [Cartman](/en/docs/tutorials/configure-cartman).   - SKU IDs and postal code for reproducing the cart.   - [HAR](/en/docs/tutorials/generating-a-har-file) for reproducing information about the error.\n| Logistics |  - Seller ID.   - URL of the seller's inventory, loading dock, or carrier.   - Information to simulate delivery, such as SKU IDs and postal codes.  |\n| Payments |  - Transaction ID.   - Transaction link available in your VTEX Admin under * Payments > Transactions. * \n| VTEX IO |  - The app name and version used.   - Workspace used.   - ZIP file with the [store-theme](https://developers.vtex.com/docs/guides/vtex-io-documentation-3-settingyourstoretheme) if the theme is linked but not installed.  |\n| Promotions |  - Promotion name.   - Promotion URL.   - Product and postal code applicable to the promotion for testing.  |\n| Integrations (applicable to integration partners) |  - Product description and its role at VTEX.   - Your objective before the problem occurred.   - If any VTEX API calls failed: which endpoint was used, the request body, and the response body.   - Affiliate ID and URL (if the problem lies in the integration with an external marketplace). \n\n#### Learn more\n\n- [Opening tickets to VTEX support](/en/docs/tutorials/opening-tickets-to-vtex-support)\n- [How does VTEX support work?](/en/docs/tutorials/how-does-vtex-support-work)"}