# Troubleshooting Guide

Welcome to the Monday Hero Troubleshooting Guide! Here, you'll find helpful tips and techniques for identifying and resolving common issues that may arise while using Monday Hero. Whether you're encountering errors, glitches, or unexpected behavior, we're here to help you get back on track swiftly.

* If you're having trouble achieving the desired code, please refer to [this checklist](/design-to-flutter/troubleshooting-guide/checklist-for-design-element-review-and-code-generation.md):

{% content-ref url="/pages/gFBdbZ1KEHCdVBB2PXqp" %}
[Checklist for Design Element Review and Code Generation](/design-to-flutter/troubleshooting-guide/checklist-for-design-element-review-and-code-generation.md)
{% endcontent-ref %}

* If you're experiencing issues with the Github - Monday Hero Starter Project, please refer to:

{% content-ref url="/pages/2ZodUpbExP7nIEnqCgCG" %}
[Github Monday Hero Starter Project Troubleshooting](/design-to-flutter/troubleshooting-guide/github-monday-hero-starter-project-troubleshooting.md)
{% endcontent-ref %}

If you're encountering any other problems, please feel free to contact us [on Discord](https://discord.com/invite/VzdqXhJtqt) or [report a bug](https://mondayhero.atlassian.net/servicedesk/customer/portal/2).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.mondayhero.io/design-to-flutter/troubleshooting-guide.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.
