# Auto Resolve Errors

Zipy can now auto-resolve the frontend errors and suggest how to fix errors in your code. Here's how you can try Zipy AI Resolve on your code. This is powered by ChatGPT.&#x20;

Step 1 : Go to a Frontend Error Session&#x20;

<figure><img src="https://3440602746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcCYilc27NCELgnKQNPVF%2Fuploads%2FGePC414knT7ZmZsKjkHn%2Fimage.png?alt=media&#x26;token=5148f7e6-d213-4edb-8b59-bf0dbcd4e53f" alt=""><figcaption></figcaption></figure>

Step 2 : Click on DevTools&#x20;

<figure><img src="https://3440602746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcCYilc27NCELgnKQNPVF%2Fuploads%2Fkctu86cGtzQzIpLn3ejj%2Fimage.png?alt=media&#x26;token=fad48d0d-1e32-40f8-a938-caae0db08734" alt=""><figcaption></figcaption></figure>

Step 3 : Select Stack Trace - if your files are minified then upload the source map. For this refer to documentation here - <https://docs.zipy.ai/configure/source-maps>

<figure><img src="https://3440602746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcCYilc27NCELgnKQNPVF%2Fuploads%2Fd7oAYWXucorcQNsz1c6r%2Fimage.png?alt=media&#x26;token=9aa21fbe-1476-4593-b57d-ba5ecf771094" alt=""><figcaption></figcaption></figure>

Step 4 : Click on Zipy AI Resolve and viola you get the code fix suggestion.&#x20;

<figure><img src="https://3440602746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcCYilc27NCELgnKQNPVF%2Fuploads%2FwUpGgZaozGHBC4eLjJ8F%2Fimage.png?alt=media&#x26;token=89f80258-6ab6-4556-9bd5-5f4e3456509c" alt=""><figcaption></figcaption></figure>

Please note that Zipy AI Resolve is a paid feature and you can only try it 3 times in the free/trial plan.&#x20;

Your code snippet of the stack trace will be shared with OpenAI and would only be done if you accept to share the code snippet.&#x20;

If you do not want to share the code snippet with OpenAI, you are recommended to not use this feature.&#x20;


---

# 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://docs.zipy.ai/product-features/auto-resolve-errors.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.
