# Concepts

- [Decision Mode](https://docs.abtasty.com/server-side/concepts/decision-mode.md)
- [Bucketing](https://docs.abtasty.com/server-side/concepts/bucketing.md)
- [Experience Continuity](https://docs.abtasty.com/server-side/concepts/experience-continuity.md)
- [Server-side content caching](https://docs.abtasty.com/server-side/concepts/server-side-content-caching.md)
- [Flagship modules](https://docs.abtasty.com/server-side/concepts/server-side-content-caching/solution-module.md)
- [Agnostic cache strategy](https://docs.abtasty.com/server-side/concepts/server-side-content-caching/solution-strategy.md)
- [Flagship Edge Worker Integration](https://docs.abtasty.com/server-side/concepts/flagship-edge-worker-integration.md)
- [Flagship + Cloudflare Worker Integration](https://docs.abtasty.com/server-side/concepts/flagship-edge-worker-integration/flagship-cloudflare-worker-integration.md)
- [Flagship + Fastly Compute@Edge Integration](https://docs.abtasty.com/server-side/concepts/flagship-edge-worker-integration/flagship-fastly-computeedge-integration.md)
- [Flagship + Vercel Edge Function Integration](https://docs.abtasty.com/server-side/concepts/flagship-edge-worker-integration/flagship-vercel-edge-function-integration.md)
- [Flagship + Shopify Hydrogen Integration](https://docs.abtasty.com/server-side/concepts/flagship-edge-worker-integration/flagship-+-shopify-hydrogen-integration.md)
- [JAMStack](https://docs.abtasty.com/server-side/concepts/jamstack.md)
- [Server-side Rendering Integration With Flagship \[SSR\]](https://docs.abtasty.com/server-side/concepts/jamstack/avoid-flickering-with-nextjs-ssr.md)
- [Running on the edge with Flagship](https://docs.abtasty.com/server-side/concepts/jamstack/case-study-how-to-use-flagship-in-serverless-edge-services.md)
- [Next.js 13](https://docs.abtasty.com/server-side/concepts/jamstack/nextjs-13.md)
- [Static-site generation integration with Flagship \[SSG\]](https://docs.abtasty.com/server-side/concepts/jamstack/static-site-generation.md)
- [Universal collect](https://docs.abtasty.com/server-side/concepts/universal-collect.md)
- [Universal Collect](https://docs.abtasty.com/server-side/concepts/universal-collect-1.md)


---

# Agent Instructions: 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:

```
GET https://docs.abtasty.com/server-side/concepts.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.
