# FAQ

The questions that come up often, and the things that don't quite work yet.

* [Common questions](/overview/faq/common-questions.md): credits, plans, exports, AI behavior – the top-of-inbox set.
* [Troubleshooting rendering](/overview/faq/troubleshooting-rendering.md): the wrong cop car keeps showing up; the model ignores my reference; the render is darker than the scene.
* [Troubleshooting import](/overview/faq/troubleshooting-import.md): the model is in the ground; the model is the size of a building; the orientation is wrong.
* [Known limitations](/overview/faq/known-limitations.md): video-to-video, USD bake-out, and the other things you'll notice are missing.


---

# 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.intangible.ai/overview/faq.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.
