# Examples

| Environment             | Integration Guide                                                               | Description                                                                                                   |
| ----------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| AWS Lambda              | [View Guide](/server-side/sdks/js-sdk/js/js-flagship-aws-lambda-integration.md) | Set up Flagship within a serverless Lambda function, using custom visitor context and fetching campaign data. |
| Next.js 13+             | [View Guide](/server-side/concepts/jamstack/nextjs-13.md)                       | Implement Flagship SDK in a Next.js project.                                                                  |
| Edge worker Integration | [View Guide](/server-side/concepts/flagship-edge-worker-integration.md)         | Implement Flagship SDK in an edge environment                                                                 |


---

# 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/sdks/js-sdk/js.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.
