# SketchUp asks if I want to "fix" my file

This error can pop up when you import in SketchUp a file generated by Transmutr. It appears when you import a model with some weird geometry that SketchUp doesn’t like. We could trigger the "Fix" in Transmutr using the SketchUp API, but we decided not to, and let the user decide. Because sometimes, you might prefer not to fix it (it’s not a big deal) to avoid losing faces or things like that.


---

# 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://help.transmutr.com/faq/sketchup-asks-if-i-want-to-fix-my-file.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.
