# Flag references

With this utility which you can easily integrate with your favorite CI tool you can get track of the flags in your code and check them under the Code References tab in the feature flag page.

![](/files/-MdYhT0CkxPJ16lBPMZa)

To use it, all you have to do is run the docker with the project directory mounted as a volume and indicate the project tag (since the same flag can be shared in several projects - frontend and backend for instance)

```
docker run  --rm -v $(pwd):/application koople/kpl:0.0.2 search-refs --apiKey <API KEY> -r <PROJECT NAME>
```

Docker image: <https://hub.docker.com/repository/docker/koople/kpl>


---

# 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://koople.gitbook.io/koople/using-koople/flag-references.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.
