# Feature Flags

- [Feature Flags in C# / .NET](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net.md)
- [Views](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/views.md)
- [Controllers & Actions](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/controllers-and-actions.md)
- [Dependency Injection](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/dependency-injection.md)
- [Routing](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/routing.md)
- [IFeatureManagerSnapshot](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/ifeaturemanagersnapshot.md)
- [Persistent Flags Across Requests](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/persistent-flags-across-requests.md)
- [Disabled Action Handling](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/disabled-action-handling.md)
- [State Change Handlers](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/state-change-handlers.md): In situations where we have a long running service or recurring task, we need to be able to stop and start them
- [Custom Context](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/custom-context.md): Providing a Context For Feature Evaluation
- [Snapshot Providers](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/snapshot-providers.md)
- [RavenDB](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/snapshot-providers/ravendb.md)
- [Entity Framework](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/snapshot-providers/entity-framework.md)
- [Debugging Endpoint](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/debugging-endpoint.md)
- [Serving Front-end Flags](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/serving-front-end-flags.md)
- [Undefined Features In Development](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/undefined-features-in-development.md)
- [Deployments and Version](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net/deployments-and-version.md)
- [Feature Flags in Vue.js](https://docs.toggly.io/feature-flags/feature-flags-in-vue.js.md)
- [Feature Component](https://docs.toggly.io/feature-flags/feature-flags-in-vue.js/feature-component.md)
- [Directly Checking a Flag](https://docs.toggly.io/feature-flags/feature-flags-in-vue.js/directly-checking-a-flag.md)
- [Users and Rollouts](https://docs.toggly.io/feature-flags/feature-flags-in-vue.js/users-and-rollouts.md)
- [Flag Defaults](https://docs.toggly.io/feature-flags/feature-flags-in-vue.js/flag-defaults.md)
- [Feature Flags in JavaScript](https://docs.toggly.io/feature-flags/feature-flags-in-javascript.md)
- [Directly Checking a Flag](https://docs.toggly.io/feature-flags/feature-flags-in-javascript/directly-checking-a-flag.md)
- [Definition Refresh](https://docs.toggly.io/feature-flags/feature-flags-in-javascript/definition-refresh.md)
- [Users and Rollouts](https://docs.toggly.io/feature-flags/feature-flags-in-javascript/users-and-rollouts.md)
- [Flag Defaults](https://docs.toggly.io/feature-flags/feature-flags-in-javascript/flag-defaults.md)
- [Feature Flags in Flutter](https://docs.toggly.io/feature-flags/feature-flags-in-flutter.md)
- [Feature Widget](https://docs.toggly.io/feature-flags/feature-flags-in-flutter/feature-widget.md)
- [Directly Checking a Flag](https://docs.toggly.io/feature-flags/feature-flags-in-flutter/directly-checking-a-flag.md)
- [Users and Rollouts](https://docs.toggly.io/feature-flags/feature-flags-in-flutter/users-and-rollouts.md)
- [Flag Defaults](https://docs.toggly.io/feature-flags/feature-flags-in-flutter/flag-defaults.md)
- [Feature Flags in HTML/CSS](https://docs.toggly.io/feature-flags/feature-flags-in-html-css.md)


---

# 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.toggly.io/feature-flags.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.
