> 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/jetbrains-extension.md).

# Jetbrains Plugin

{% hint style="warning" %}
🚧 Plugin is on beta phase

Please note that as a beta phase, it may still contain some bugs and imperfections. Your feedback is instrumental in helping us identify and resolve any issues, so don't hesitate to report them by mail <product.feedback@abtasty.com> or open a ticket issue at [Github issues](https://github.com/flagship-io/flagship-jetbrain/issues)
{% endhint %}

### Overview

This plugin is designed to help you use Flagship, directly in the JetBrains environment. It will simplify the management and utilization of feature flags by eliminating the need to switch between your coding environment and the platform.

### Features

* Manage your Flagship configurations which is a combination of the Flagship 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](doc:manage-configurations#overview)).

To create a configuration:

<figure><img src="/files/gSRJtZQwjLHuEquqKu4s" alt=""><figcaption><p>Create configuration</p></figcaption></figure>

To change configurations:

<figure><img src="/files/MF6DH2Evg70x4eYU7lNZ" alt=""><figcaption><p>Change configuration</p></figcaption></figure>

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

<figure><img src="/files/JKbR95XdsnCQS9vZygAP" 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="/files/dHGFpYBZaDmz5HGI7AIt" alt=""><figcaption><p>Flags in file feature</p></figcaption></figure>

* Autocomplete for feature flags

<figure><img src="/files/L8fhYGb3fVsDxaxFYOUV" alt=""><figcaption><p>AutoComplete feature</p></figcaption></figure>

* Hover your feature flags

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

### Requirements

To use the plugin you must:

* Download it from the [JetBrains marketplace](https://plugins.jetbrains.com/plugin/23252-flagship)
* Set up your credentials in the [platform](https://flagship.zendesk.com/hc/en-us/articles/4499017687708--Acting-on-your-account-remotely)


---

# 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/jetbrains-extension.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.
