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

# Guides

- [How to create an account](https://docs.searchagora.com/customers/guides/how-to-create-an-account.md)
- [How to create a product list](https://docs.searchagora.com/customers/guides/how-to-create-a-product-list.md)
- [How does Agora personalize your experience?](https://docs.searchagora.com/customers/guides/how-does-agora-personalize-your-experience.md)
- [How to change the categories of products that appear on my Home page](https://docs.searchagora.com/customers/guides/how-to-change-the-categories-of-products-that-appear-on-my-home-page.md)
- [How does Agora ensure products are authentic?](https://docs.searchagora.com/customers/guides/how-does-agora-ensure-products-are-authentic.md)
- [How to report a fake product](https://docs.searchagora.com/customers/guides/how-to-report-a-fake-product.md)
- [What is the Agora Product Score?](https://docs.searchagora.com/customers/guides/what-is-the-agora-product-score.md)
- [Who is Athena?](https://docs.searchagora.com/customers/guides/who-is-athena.md)
- [How to chat with Athena](https://docs.searchagora.com/customers/guides/how-to-chat-with-athena.md)
- [Can I search for stores or brands on Agora?](https://docs.searchagora.com/customers/guides/can-i-search-for-stores-or-brands-on-agora.md)
- [How to cancel your order](https://docs.searchagora.com/customers/guides/how-to-cancel-your-order.md)
- [When can I get a refund?](https://docs.searchagora.com/customers/guides/when-can-i-get-a-refund.md)
- [What are Agora Credits?](https://docs.searchagora.com/customers/guides/what-are-agora-credits.md)
- [How to use Agora Credits](https://docs.searchagora.com/customers/guides/how-to-use-agora-credits.md)
- [What are Sponsored products?](https://docs.searchagora.com/customers/guides/what-are-sponsored-products.md)
- [Supported countries for Add To Cart](https://docs.searchagora.com/customers/guides/supported-countries-for-add-to-cart.md)
- [What are Popular Products?](https://docs.searchagora.com/customers/guides/what-are-popular-products.md)
- [What is the camera icon on the search bar?](https://docs.searchagora.com/customers/guides/what-is-the-camera-icon-on-the-search-bar.md)
- [What is Image Search?](https://docs.searchagora.com/customers/guides/what-is-image-search.md)
- [How to search by location](https://docs.searchagora.com/customers/guides/how-to-search-by-location.md)
- [How to search by URL](https://docs.searchagora.com/customers/guides/how-to-search-by-url.md)
- [What are Product Pros and Cons?](https://docs.searchagora.com/customers/guides/what-are-product-pros-and-cons.md)
- [Dark mode on Agora](https://docs.searchagora.com/customers/guides/dark-mode-on-agora.md)
- [Agora out of stock policy](https://docs.searchagora.com/customers/guides/agora-out-of-stock-policy.md)
- [How to return a product](https://docs.searchagora.com/customers/guides/how-to-return-a-product.md)
- [Agora refund and return policy](https://docs.searchagora.com/customers/guides/agora-refund-and-return-policy.md)
- [Delivery Guarantee](https://docs.searchagora.com/customers/guides/delivery-guarantee.md)
- [Privacy](https://docs.searchagora.com/customers/guides/privacy.md)
- [Secure payments](https://docs.searchagora.com/customers/guides/secure-payments.md)


---

# 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.searchagora.com/customers/guides.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.
