# Manage flagship resource

{% hint style="warning" %}
🚧 Force resource synchronization

You can force the synchronization of your resources using the keybinding ctrl+shift+H
{% endhint %}

### Project

Each project has:

* ID
* Name

To Add a new project you can use the project panel and the "Manage Project" segment

<figure><img src="https://files.readme.io/519533b-add-project.gif" alt=""><figcaption><p>Create project</p></figcaption></figure>

To Edit a project you can select a project item from the Project panel

<figure><img src="https://files.readme.io/41836b5-editproject.gif" alt=""><figcaption><p>Edit project</p></figcaption></figure>

To Delete a project you can select a project item from the Project panel

<figure><img src="https://files.readme.io/20f051e-delete-project.gif" alt=""><figcaption><p>Delete project</p></figcaption></figure>

### Feature flag

Each feature flag has the following:

* ID
* Name/Key
* Type
* Description
* Default Value (not for boolean type)

To Add a new feature flag you can use the built-in command "Flagship: Create a flag" or use the Quick Access panel

<figure><img src="https://files.readme.io/e7a6ce7-add-flag.gif" alt=""><figcaption><p>Create feature flag</p></figcaption></figure>

{% hint style="warning" %}
🚧 Flag type is fixed once created

You can't edit the flag type
{% endhint %}

To Edit a feature flag you can select a feature flag item from the Feature flag panel

<figure><img src="https://files.readme.io/c328ee8-edit-flag.gif" alt=""><figcaption><p>Edit feature flag</p></figcaption></figure>

To Delete a feature flag you can select a feature flag item from the Feature flag panel

<figure><img src="https://files.readme.io/223d1bf-delete-flag.gif" alt=""><figcaption><p>Delete feature flag</p></figcaption></figure>

### Targeting Key

Each targeting key has:

* ID
* Name
* Type
* Description

To Add a new targeting key you can use the built-in command "Flagship: Create a targeting key" or use the Quick Access panel

<figure><img src="https://files.readme.io/d184425-add-targeting-key.gif" alt=""><figcaption><p>Create targeting key</p></figcaption></figure>

{% hint style="warning" %}
🚧 Targeting Key type is fixed once created

You can't edit the targeting key type
{% endhint %}

To Edit a targeting key you can select a targeting key item from the Targeting key panel

<figure><img src="https://files.readme.io/1b4dc03-edit-targeting-key.gif" alt=""><figcaption><p>Edit targeting key</p></figcaption></figure>

To Delete a targeting key you can select a targeting key item from the Targeting key panel

<figure><img src="https://files.readme.io/59d5d53-delete-targeting-key.gif" alt=""><figcaption><p>Delete targeting key</p></figcaption></figure>

### Goal

Each goal has:

* ID
* Label
* Type

To Add a new goal you can use the built-in command "Flagship: Create a goal" or use the Quick Access panel

<figure><img src="https://files.readme.io/9645b1f-add-goal.gif" alt=""><figcaption><p>Create goal</p></figcaption></figure>

{% hint style="warning" %}
🚧 Goal type is fixed once created

You can't edit the goal type
{% endhint %}

To Edit a goal you can select a goal item from the Goal panel

<figure><img src="https://files.readme.io/a1853d4-edit-goal.gif" alt=""><figcaption><p>Edit goal</p></figcaption></figure>

To Delete a goal you can select a goal item from the Goal panel

<figure><img src="https://files.readme.io/c2026b1-delete-goal.gif" alt=""><figcaption><p>Delete goal</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/jetbrains-extension/manage-flagship-resource-jetbrain.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.
