# Funnel

Once the A/B Test is correctly implemented and traffic is allocated so that users are exposed to the A/B Test, you can view the test results within 1 hour.

After that, results are updated approximately every 1 hour, and you can view data from the A/B Test start date up to a maximum of 30 days.

### Analyzing Funnel Results

![2408](/files/vQdzrv0y7Z3IQXIK5Mqw)

1. **Step**: You can view the step name, configured event, and filter information.\
   Hovering over a step shows more detailed information.
2. **Data Table**: A table showing conversion rate, user count, and improvement rate vs. Group A by step and by group.
   1. **Conversion Rate**: The proportion of users in Step 0 of the test group who triggered the event at each step.
   2. **User Count**: The number of users (Unique Users) who triggered the event at each step.
   3. **Improvement Rate vs. Group A**: The relative difference between Group A's user conversion rate and that test group's user conversion rate.\
      In particular, when the p-value is less than 0.05, it is considered statistically significant and displayed in green.
3. **Graph**: A line graph showing the conversion rate per step. Each test group is represented as a separate line. Hovering over the graph shows detailed information for that step.
   1. **Conversion Rate from Step 0**: The proportion of users in Step 0 of the test group who triggered the event at each step.
   2. **Conversion Rate from Previous Step**: The proportion of users in the immediately preceding step of the test group who triggered the event at each step.
   3. **Improvement Rate vs. Group A**: The relative difference between Group A's user conversion rate and that test group's user conversion rate.
   4. **p-value**: A value that expresses the reliability of A/B Test results. A lower p-value indicates higher reliability.\
      In particular, when less than 0.05, it is considered statistically significant and a Significant badge is displayed.


---

# 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.hackle.io/en/ab-test/data-analysis/analyze-ab-funnel-data.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.
