# Flags in file

{% hint style="warning" %}
🚧 Force anaylze a file

You can use the keybinding ctrl+shift+H to force analyze a file
{% endhint %}

### Overview

The flags in file feature shows the flags in your current working file and gives you the ability to list, look for them and create them easily.

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

For the Java SDK v3.0.0, the evaluation method is [getFlag](https://docs.developers.flagship.io/docs/java-v3#getting-flags).
{% endhint %}

<figure><img src="https://files.readme.io/f6e1c23-flagInFile.gif" alt=""><figcaption><p>Flags in file feature</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/flags-in-file-feature-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.
