> For the complete documentation index, see [llms.txt](https://galmis.gitbook.io/serializer-product-tracking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration.md).

# Setup and configuration

- [Settings](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/settings.md)
- [Item tracking methods](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/settings/item-tracking-methods.md)
- [Track custom item information](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/settings/track-custom-item-information.md)
- [Product tracking preferences](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/product-tracking-preferences.md): Select variants to track individually with serial numbers, warranty, and custom fields
- [Enable tracking on the product page in admin](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/product-tracking-preferences/enable-tracking-on-the-product-page-in-admin.md): Enable tracking preferences directly from Shopify Admin product and variant detail pages using the "Tracking preferences" app block.
- [Enable tracking in the embedded app](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/product-tracking-preferences/enable-tracking-in-the-embedded-app.md): Access the Product tracking preferences page in the Serializer app to enable tracking for individual variants or multiple variants at once.
- [Example: enable serial number tracking in bulk](https://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration/product-tracking-preferences/enable-tracking-in-the-embedded-app/example-enable-serial-number-tracking-in-bulk.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://galmis.gitbook.io/serializer-product-tracking/getting-started/setup-and-configuration.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.
