> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag.md).

# Implement AB Tasty Tag

- [Set up the AB Tasty Tag in 5 Minutes](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/set-up-the-ab-tasty-tag-in-5-minutes.md): This is the recommended method to Set Up AB Tasty Tag in your Website code.
- [How to implement the Generic Tag (comprehensive guide)](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/how-to-implement-the-generic-tag.md)
- [AB Tasty hosted tag implementation](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/how-to-implement-the-generic-tag/ab-tasty-hosted-tag-implementation.md)
- [Set-Up your Tag domain delegation](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/how-to-implement-the-generic-tag/tag-domain-delegation-implementation.md)
- [Set up the AB Tasty Tag with Google Tag Manager](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/set-up-the-ab-tasty-tag-with-google-tag-manager.md): This Tag integration with Google Tag Manager (GTM) allows you to start using AB Tasty in minutes without the need of your tech team.
- [Manage my Subdomain with AB Tasty Tag](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/manage-my-subdomain-with-ab-tasty-tag.md)
- [AB Tasty integration with Shopify](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/ab-tasty-integration-with-shopify.md)
- [Understanding Shopify App features](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/ab-tasty-integration-with-shopify/understanding-shopify-app-features.md)
- [How to implement the AB Tasty tag via Shopify](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/ab-tasty-integration-with-shopify/how-to-implement-the-ab-tasty-tag-via-shopify.md)
- [How to set-up Shopify Custom Pixel App](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/ab-tasty-integration-with-shopify/how-to-set-up-shopify-custom-pixel-app.md)
- [Specific Implementations](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/specific-implementations.md)
- [Advanced options](https://docs.abtasty.com/account/tag-integration/implement-ab-tasty-tag/advanced-options.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.abtasty.com/account/tag-integration/implement-ab-tasty-tag.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.
