> ## Documentation Index
> Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Replies export

> Export and analyze user responses from your funnel's input elements using webhooks, API integration, or analytic events

Export user responses from your funnels to analyze customer data,
personalize experiences, and integrate with external systems. Replies
capture all answers provided through your funnel's input elements.

## Input elements

Replies are collected from the following elements in your funnels:

* [Date pickers](/elements/datepicker): Always returns dates in **YYYY-MM-DD** format for consistent
  date processing across systems
* [Inputs](/elements/textinput): Provides the exact text string entered by users, including
  spaces and special characters.
* [Options](/elements/options): Returns the **Value** parameter you specified for the selected
  option.

## Export replies

Choose the method that best fits your workflow and technical requirements.
Both approaches provide the same complete reply data:

* **Webhooks**: Receive reply data automatically when
  users complete your funnel. Learn more in the [detailed article on replies in webhooks](/develop/replies-in-webhooks).
* **API**: Retrieve reply data whenever you need it
  through API calls. Learn more in the [detailed article on replies in API](/develop/replies-in-api).
* **Analytic integrations**: Get replies included as `reply` property within `screen_completed` events sent to your analytics integrations such as [Amplitude](/integrations/analytics/amplitude#screen-completed) and [Mixpanel](/integrations/analytics/mixpanel#screen-completed).

<Tip>If you have multiple elements on the same funnel screen, only the first reply is sent with the analytics event. Use [Fox API custom event tracking](/editor/coding#custom-tracking) to send additional replies from the same screen.</Tip>
