# Analytics

Feathery has native analytics for tracking user form submissions, views, conversion, and drop-off over the entire form and on a per-step basis. Understand how your users are interacting with your forms.

<figure><img src="/files/yCZO8yhhtF97Ku6oRFFp" alt=""><figcaption></figcaption></figure>

Below is a list of a few metrics natively tracked within Feathery for each of your forms:

**New Submissions** - the # of new users who have submitted a step of your form over a period of time. This includes partial submissions.

**Step-by-Step Funnel Drop-Off:** The % of users that go through each step of your form (ex: 100% of users start at Step 1, then only 70% of those move to Step 2, 50% to Step 3, etc)

**New Viewers** - the # of new users who have viewed your form over a period of time.

**Average Time** - time (in seconds) that it takes on average for your users across a period of time to complete the form. This time is measured as the difference between when they first started the form and when they complete the form.

**Average Completion Rate** - the # of form completions divided by the # of new form sessions over a period of time.


---

# 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.feathery.io/platform/launch-forms/analytics.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.
