> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/sign-up-forms/concepts/sign-up-form-analytics.md).

# Sign-up form analytics

## View sign-up form analytics

1. From the sidebar, click **Sign-up forms**.
2. Select the sign-up form you want to view.
3. Click the **Report** tab.
4. Use the date and time frame filters to customize your report view.

### Sign-up form engagement

This section of the sign-up form report shows you:

<table><thead><tr><th width="203">Metric name</th><th>Definition</th></tr></thead><tbody><tr><td>Submissions</td><td>The number of times your sign-up form has been submitted.</td></tr><tr><td>Views</td><td>The number of times your sign-up form has been viewed.</td></tr><tr><td>Submission rate</td><td><ul><li>Views/Submissions %</li><li>The % of views that resulted in a submission</li></ul></td></tr></tbody></table>

### Submit rates at each step

If you have multiple channels on your sign-up form, this section of the sign-up form report will show you the submission rates per channel.

For example, if you have SMS, WhatsApp, and Email as options on your sign-up form, you will be able to see which ones are most popular, and a timeline of when submissions were made per channel.

### Multi-step engagement rates

For sign-up forms with multiple steps, this section of the sign-up form report will show you the % and number of users that engaged with each step of the form.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/applications/sign-up-forms/concepts/sign-up-form-analytics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
