# What is toggly?

Feature Flags for your app, in the frameworks you might already be using, in a simple to use UI.&#x20;

Once you're using feature flags, you can do cool things like view how many people are using each feature, and A/B test to see how each feature impacts your business metrics.&#x20;

## Getting Started

**Got 2 minutes?** Check out a video overview of our product:

{% embed url="<https://youtu.be/K372urahoG8>" %}

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="getting-started/creating-your-first-project" %}
[creating-your-first-project](https://docs.toggly.io/getting-started/creating-your-first-project)
{% endcontent-ref %}

{% content-ref url="getting-started/inviting-your-team" %}
[inviting-your-team](https://docs.toggly.io/getting-started/inviting-your-team)
{% endcontent-ref %}

### Start Integrating Your Applications

{% content-ref url="feature-flags/feature-flags-in-c-.net" %}
[feature-flags-in-c-.net](https://docs.toggly.io/feature-flags/feature-flags-in-c-.net)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://docs.toggly.io/broken-reference)
{% endcontent-ref %}

{% content-ref url="feature-flags/feature-flags-in-javascript" %}
[feature-flags-in-javascript](https://docs.toggly.io/feature-flags/feature-flags-in-javascript)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://docs.toggly.io/broken-reference)
{% endcontent-ref %}


---

# 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/what-is-toggly.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.
