> 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/server-side/integrations/visual-studio-code-extension/feature-experimentation.md).

# Feature experimentation

{% hint style="warning" %}
🚧 This feature is still on beta phase

You may encounter some bugs with the configuration feature, to overcome the bugs use the "Clear all configuration" command to reinitialze the extension and reconfigure it.
{% endhint %}

### Features

* [Manage your configurations](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-fe-manage-configurations.md)
* [Manage your feature experimentation resources](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-manage-fe-resource.md)
* [Autocomplete for feature flags](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-fe-autocomplete-feature.md)
* [Check feature flags in your files](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-flags-in-file-feature.md)

**Manage your configurations**

It combines the feature exp Client ID, Client Secret, Account ID, and Account Environment ID (To set up your credentials follow these [instructions](https://flagship.zendesk.com/hc/en-us/articles/4499017687708--Acting-on-your-account-remotely) or check this [documentation](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-fe-manage-configurations.md)).

To set up your credentials

<figure><img src="https://files.readme.io/b093984b47dc5d9b33a1224985743ac409ace3c685caa4b2cdccd55253fb30a1-createFeCredCropped.gif" alt=""><figcaption><p>Set credentials</p></figcaption></figure>

To create a configuration:

<figure><img src="https://files.readme.io/4d2f77fd7b21cd62fee297871fecbf7667309d4711970051cdb9804bf59f2517-configureFe.gif" alt=""><figcaption><p>Create configuration</p></figcaption></figure>

To change configurations:

<figure><img src="https://files.readme.io/77585f9-change_credentials.gif" alt=""><figcaption><p>Change configuration</p></figcaption></figure>

**Manage your feature experimentation resources (Project, Feature Flags, Targeting Keys, Goals).**

<figure><img src="https://files.readme.io/1b93b88-manageResources.png" alt=""><figcaption><p>Manage flagship resource feature</p></figcaption></figure>

**Check feature flags in your files.**

This feature gives you information on the flags in your current working file and retrieves the flag directly in the code.

<figure><img src="https://files.readme.io/150d92e-codebase_analyzer_feature.gif" alt=""><figcaption><p>Flags in file feature</p></figcaption></figure>

**Autocomplete for feature flags**

<figure><img src="https://files.readme.io/337ba9f-auto-completion_feaure.gif" alt=""><figcaption><p>AutoComplete feature</p></figcaption></figure>

**Hover your feature flags**

<figure><img src="https://files.readme.io/d8228e5-hover_feature.gif" alt=""><figcaption><p>Hover feature</p></figcaption></figure>

For details about the features:

* [Manage configurations](/server-side/integrations/visual-studio-code-extension/web-experimentation/visual-studio-code-abtasty-extension-we-manage-configurations.md)
* [Manage feature experimentation resources](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-manage-fe-resource.md)
* [Hover](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-fe-hover-feature.md)
* [Flags in file](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-flags-in-file-feature.md)
* [Autocomplete](/server-side/integrations/visual-studio-code-extension/feature-experimentation/visual-studio-code-abtasty-extension-fe-autocomplete-feature.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/server-side/integrations/visual-studio-code-extension/feature-experimentation.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.
