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

# business

- [About Products](https://docs.fashiontiy.com/business/faq-about-products.md): The Questions and Answers you may care about products in FashionTIY.
- [Fit & Size Chart Guide](https://docs.fashiontiy.com/business/size-chart-guide.md): This Size Chart Guide will help you find the best fit!
- [Measure The Right Size](https://docs.fashiontiy.com/business/size-chart-guide/measure-size.md): This is a guide on how to take your measurements.
- [Coupons & Discount](https://docs.fashiontiy.com/business/coupons.md): The coupon is the only way to enjoy discounts in FashionTIY
- [Order and Payment](https://docs.fashiontiy.com/business/order-and-payment.md): FAQs about order and payments you need to know in FashionTIY. Please read it before you pay. When you pay for the order, it will be deemed to accept our payment policy.
- [Wire Transfer](https://docs.fashiontiy.com/business/wire-transfer.md): Your order will get a 4%-5% payment reduction via wire transfer.
- [Customs Clearance and Duties](https://docs.fashiontiy.com/business/duties-and-taxes.md): Please read the following statement carefully. Payment for the order will signify your agreement or acceptance of the following statement.
- [Shipping And Tracking](https://docs.fashiontiy.com/business/about-shipping.md): FashionTIY provides flexible shipping methods to help you save freight or time.
- [Sea Cargo Shipping](https://docs.fashiontiy.com/business/sea-cargo-shipping.md): Step-by-Step Guide to Sea Cargo Shipping.
- [After-Sales Service](https://docs.fashiontiy.com/business/replacement-or-refund.md)
- [Disputes](https://docs.fashiontiy.com/business/order-disputes.md): FashionTIY do not accept any disputes without communication.
- [FashionTIY Reviews](https://docs.fashiontiy.com/business/fashiontiy-reviews.md): You can find the reviews of FashionTIY in Google Play Reviews or App Store Reviews.


---

# 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.fashiontiy.com/business.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.
