# Fashion Hub

- [Introduction](https://docs.sizebay.com/fashion-hub/introduction.md)
- [Product Integration (XML Feed)](https://docs.sizebay.com/fashion-hub/product-integration-xml-feed.md): Sizebay supports product integration via XML feeds based on the Google Merchant Center standard. This approach simplifies implementation while ensuring compatibility with e-commerce best practices.
- [Product Integration (API)](https://docs.sizebay.com/fashion-hub/product-integration-api.md): This page explains how to create and update product data using the AI Image Service API by Sizebay. You can also explore and test the endpoints in the Swagger documentation.
- [Service Implementation (Script)](https://docs.sizebay.com/fashion-hub/service-implementation-script.md)
- [Service Implementation (SDK)](https://docs.sizebay.com/fashion-hub/service-implementation-sdk.md)


---

# 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.sizebay.com/fashion-hub.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.
