> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/faq-1/readme.md).

# Frequently Asked Questions

<h2 align="center">Frequently asked questions we've gathered</h2>

### Service usage guide

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>🚀</h4></td><td><strong>Getting started</strong></td><td>Drawing templates, content publishing, thumbnail creation</td><td><a href="/pages/f835ecea13f6baeb9afccc94d3ad47c45ba225af">/pages/f835ecea13f6baeb9afccc94d3ad47c45ba225af</a></td></tr><tr><td><h4>📐</h4></td><td><strong>Editor</strong></td><td>Auto-save, drawing recovery, screen errors</td><td><a href="/pages/7547d14c394c5070a54fe8ac2a9422cfdbd09d11">/pages/7547d14c394c5070a54fe8ac2a9422cfdbd09d11</a></td></tr><tr><td><h4>🖥️</h4></td><td><strong>Using the dashboard</strong></td><td>Language settings, login errors, paid features</td><td><a href="/pages/a8112514fe21320f637f819752a48e8f97b7f607">/pages/a8112514fe21320f637f819752a48e8f97b7f607</a></td></tr><tr><td><h4>ℹ️</h4></td><td><strong>Service information</strong></td><td>Devices, recommended specifications, account deletion</td><td><a href="/pages/a04f7731bb09816f413c2c3ce04b105205439e2e">/pages/a04f7731bb09816f413c2c3ce04b105205439e2e</a></td></tr><tr><td><h4>👤</h4></td><td><strong>Personal plan (paid subscription)</strong></td><td>Plan selection, payment, differences from the enterprise plan</td><td><a href="/pages/2a307494876c006afb9e8d6dadfabdd1c8b02b4f">/pages/2a307494876c006afb9e8d6dadfabdd1c8b02b4f</a></td></tr><tr><td><h4>🪙</h4></td><td><strong>Using credits/points</strong></td><td>Credit concept, recharge methods, refund policy</td><td><a href="/pages/62ad30b2a60edbad2a3ae3f194ba8351d39631d3">/pages/62ad30b2a60edbad2a3ae3f194ba8351d39631d3</a></td></tr><tr><td><h4>🏆</h4></td><td><strong>Design challenge</strong></td><td>How to participate, process, prize information</td><td><a href="/pages/095fb463c6a1ace0693f0837c79069f54ae600c3">/pages/095fb463c6a1ace0693f0837c79069f54ae600c3</a></td></tr><tr><td><h4>💳</h4></td><td><strong>Subscription and payment</strong></td><td>Team plan subscription, payment methods, add/remove accounts</td><td><a href="/pages/c30da260644106c34f0694e0594140c10fe9e85b">/pages/c30da260644106c34f0694e0594140c10fe9e85b</a></td></tr></tbody></table>

### Partner / developer inquiries

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>🔑</h4></td><td><strong>Account / dashboard</strong></td><td>API key issuance, dashboard access permissions</td><td><a href="/pages/55b06bb3be508585c966c1ef9b163b2d5a72ef2d">/pages/55b06bb3be508585c966c1ef9b163b2d5a72ef2d</a></td></tr><tr><td><h4>📦</h4></td><td><strong>3D product registration</strong></td><td>File formats, registration process, editor integration</td><td><a href="/pages/af442615e6cd06402dbad1bc46ea0982929a7fdd">/pages/af442615e6cd06402dbad1bc46ea0982929a7fdd</a></td></tr><tr><td><h4>🪑</h4></td><td><strong>Parametric furniture</strong></td><td>Custom furniture concept, differences from standard products</td><td><a href="/pages/3019e56dedf611ad7d00b8a1c428a42af28d5fba">/pages/3019e56dedf611ad7d00b8a1c428a42af28d5fba</a></td></tr><tr><td><h4>🔗</h4></td><td><strong>SSO integration</strong></td><td>Log in to Archisketch with a partner company account</td><td><a href="/pages/e06ab287c9a5d410edd6b7f3d3d101532abb7f2d">/pages/e06ab287c9a5d410edd6b7f3d3d101532abb7f2d</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/faq-1/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
