# Stockeo Help

## Stockeo Help

- [What is Stockeo?](https://help.stockeo.solvenium.com/readme.md)
- [FAQ](https://help.stockeo.solvenium.com/faq.md): Frequently Asked Questions
- [Update inventory from a Google Sheet](https://help.stockeo.solvenium.com/common-use-cases/update-inventory-from-a-google-sheet.md)
- [Update inventory from an XML feed](https://help.stockeo.solvenium.com/common-use-cases/update-inventory-from-an-xml-feed.md): Stockeo can sync the inventory in your Shopify store with your supplier's XML feed.
- [Create products from a JSON feed](https://help.stockeo.solvenium.com/common-use-cases/create-products-from-a-json-feed.md): Stockeo can create products in your Shopify store from your supplier's JSON feed.
- [Format](https://help.stockeo.solvenium.com/data-mapping/format.md)
- [CSV](https://help.stockeo.solvenium.com/data-mapping/format/csv.md)
- [JSON](https://help.stockeo.solvenium.com/data-mapping/format/json.md)
- [XML](https://help.stockeo.solvenium.com/data-mapping/format/xml.md)
- [SKU](https://help.stockeo.solvenium.com/data-mapping/sku.md)
- [Barcode](https://help.stockeo.solvenium.com/data-mapping/barcode.md)
- [Price](https://help.stockeo.solvenium.com/data-mapping/price-calculation.md)
- [Quantity](https://help.stockeo.solvenium.com/data-mapping/quantity-settings.md)
- [Quantity format](https://help.stockeo.solvenium.com/data-mapping/quantity-format.md)
- [Variants](https://help.stockeo.solvenium.com/data-mapping/variants.md)
- [Metafields](https://help.stockeo.solvenium.com/data-mapping/metafields.md)
- [Title](https://help.stockeo.solvenium.com/data-mapping/title.md)
- [Description](https://help.stockeo.solvenium.com/data-mapping/description.md): How to create a product description in the Shopify store automatically based on the data from your supplier feed.
- [Image URL settings](https://help.stockeo.solvenium.com/data-mapping/image-url-settings.md)
- [Status](https://help.stockeo.solvenium.com/data-mapping/status.md)
- [Sales Channel](https://help.stockeo.solvenium.com/data-mapping/sales-channel.md)
- [Shopify Markets](https://help.stockeo.solvenium.com/data-mapping/shopify-markets.md)
- [Translations](https://help.stockeo.solvenium.com/data-mapping/translations.md): Stockeo makes it possible to import product titles and descriptions in different languages.
- [Continue selling when out of stock](https://help.stockeo.solvenium.com/data-mapping/continue-selling-when-out-of-stock.md)
- [Charge tax](https://help.stockeo.solvenium.com/data-mapping/charge-tax.md)
- [Feed Source](https://help.stockeo.solvenium.com/settings/feed-source.md)
- [HTTP(S)](https://help.stockeo.solvenium.com/settings/feed-source/http-s.md)
- [FTP(S)](https://help.stockeo.solvenium.com/settings/feed-source/ftp-s.md)
- [Filters](https://help.stockeo.solvenium.com/settings/filters.md)
- [Troubleshooting](https://help.stockeo.solvenium.com/troubleshooting.md)
- [Custom Liquid filters](https://help.stockeo.solvenium.com/custom-liquid-filters.md)
- [Invalid Closing Quote](https://help.stockeo.solvenium.com/troubleshooting-1/invalid-closing-quote.md): How to fix the error Invalid Closing Quote: found non trimable byte after quote at line x?
- [Invalid Record Length](https://help.stockeo.solvenium.com/troubleshooting-1/invalid-record-length.md): How to fix the Invalid Record Length: expected x, got y on line z error?
- [Signed Agent](https://help.stockeo.solvenium.com/signed-agent.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, 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://help.stockeo.solvenium.com/readme.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.
