# AI HomeDesign API Docs

## API Docs

- [What can the API do?](https://doc.aihomedesign.com/welcome/what-can-the-api-do.md)
- [Authentication](https://doc.aihomedesign.com/getting-started/authentication.md)
- [Quick Start Guide](https://doc.aihomedesign.com/getting-started/quick-start-guide.md)
- [Webhook Reference](https://doc.aihomedesign.com/getting-started/webhook-reference.md)
- [Projects](https://doc.aihomedesign.com/key-concepts/projects.md)
- [Orders](https://doc.aihomedesign.com/key-concepts/orders.md)
- [Processes](https://doc.aihomedesign.com/key-concepts/processes.md)
- [Tools & Widgets](https://doc.aihomedesign.com/key-concepts/tools-and-widgets.md)
- [Error Codes](https://doc.aihomedesign.com/resources/error-codes.md)
- [Migrating from V1](https://doc.aihomedesign.com/resources/migrating-from-v1.md)
- [Postman Collection](https://doc.aihomedesign.com/resources/postman-collection.md): Postman Workspace for APIs
- [AI Backsplash Change](https://doc.aihomedesign.com/tool-refrence/ai-backsplash-change.md)
- [AI Ceiling Change](https://doc.aihomedesign.com/tool-refrence/ai-ceiling-change.md)
- [AI Day to Dusk](https://doc.aihomedesign.com/tool-refrence/ai-day-to-dusk.md)
- [AI Floor Change](https://doc.aihomedesign.com/tool-refrence/ai-floor-change.md)
- [AI Furniture Restyle](https://doc.aihomedesign.com/tool-refrence/ai-furniture-restyle.md)
- [AI Image Enhancement](https://doc.aihomedesign.com/tool-refrence/ai-image-enhancement.md)
- [AI Interior Designer](https://doc.aihomedesign.com/tool-refrence/ai-interior-designer.md)
- [AI Item Removal (Mask)](https://doc.aihomedesign.com/tool-refrence/ai-item-removal-mask.md)
- [AI Item Removal](https://doc.aihomedesign.com/tool-refrence/ai-item-removal.md)
- [AI Under Construction](https://doc.aihomedesign.com/tool-refrence/ai-under-construction.md)
- [AI Virtual Restaging](https://doc.aihomedesign.com/tool-refrence/ai-virtual-restaging.md)
- [AI Virtual Staging](https://doc.aihomedesign.com/tool-refrence/ai-virtual-staging.md)
- [AI Wall Change](https://doc.aihomedesign.com/tool-refrence/ai-wall-change.md)
- [Rate Limit](https://doc.aihomedesign.com/usage-limits-and-policies/rate-limit.md): For fair usage
- [Help & Support](https://doc.aihomedesign.com/support-and-contact/help-and-support.md): We're here for you in each step
- [FAQs](https://doc.aihomedesign.com/support-and-contact/faqs.md): Frequently Asked Questions


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.aihomedesign.com/welcome/what-can-the-api-do.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.
