# Hover feature

{% hint style="info" %}
📘 Example with Typescript SDK

For the Typescript SDK v3.0.0, the evaluation method is [getFlag](https://docs.developers.flagship.io/docs/javascript-node-deno-v3-2-x#getflag-function).
{% endhint %}

### Overview

Depending on the SDK language and version, the autocomplete feature triggers after each flag evaluation method.

Suppose the feature flag captured exists in return for its information. if not the hover suggests creating it.

<figure><img src="/files/iT9KYrkaFkGTk0idkqrh" alt=""><figcaption><p>Hover feature flags</p></figcaption></figure>


---

# 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/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-fe-hover-feature.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.
