# Key features

Here are the key features of the Flagship SDKs:

* [Starting and Configuring the SDK](/server-side/sdks/key-features/starting-and-configuring-the-sdk.md)
* [Creating a Visitor](/server-side/sdks/key-features/creating-a-visitor.md)
* [Updating the Visitor Context](/server-side/sdks/key-features/updating-the-visitor-context.md)
* [Managing Visitor Consent](/server-side/sdks/key-features/managing-visitor-consent.md)
* [Retrieving Flags](/server-side/sdks/key-features/retrieving-flags.md)
* [Tracking Data](/server-side/sdks/key-features/tracking-data.md)
* [Maintaining Experience Continuity](/server-side/sdks/key-features/maintaining-experience-continuity.md)
* [Managing Cache](/server-side/sdks/key-features/managing-cache.md)
* [Qa assistant tool](/server-side/sdks/key-features/qa-assistant.md)
* [Emotion AI](/server-side/sdks/key-features/emotion-ai.md)
* [shared action tracking](/server-side/sdks/key-features/shared-action-tracking.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/sdks/key-features.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.
