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

# Results

Once your bot is [published](/editor/publish) you start to collect results from your users. You can see all the results in the `Results` tab of your bot.

<Note>
  You might be surprised to see partially filled results. This is normal and
  expected. Your typebot collects the answers as soon as they are filled by the
  user, even if the user doesn't complete the whole conversation. This is useful
  to understand where users are dropping off and to improve your bot. This is
  one of Typebot's greatest features.
</Note>

## More options menu

<Frame>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/results/more-options.png?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=00c7bb9abfce490daf37d73fbeb152bf" alt="More options menu" width="1876" height="722" data-path="images/results/more-options.png" />
</Frame>

## Time filter

By default, results from the last 7 days are displayed. You can change this by clicking on the date filter button:

<Frame>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/results/time-filter.jpg?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=bc59e2634d9efd656fb9784b2a2e2d2a" alt="Time filter" width="758" height="754" data-path="images/results/time-filter.jpg" />
</Frame>

### Export all results to a CSV file

You can export all results to a CSV file. This will download a CSV file with all the results from the current bot.

The `Include deleted blocks` option, if enabled, will include answers from blocks that doesn't exist any more (was part of a previous version of your bot).

### Re-arrange and hide specific columns

To make your result table more readable, you can re-arrange and hide specific columns.

<Frame style={{ maxWidth: "300px" }}>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/results/columns-settings.png?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=b1ae175567d1eed92864346ee28d4131" alt="Column settings" width="754" height="870" data-path="images/results/columns-settings.png" />
</Frame>

## Transcript

You can see the transcript of a result by expanding the result row, clicking on the `Open` button when hovering the first row cell.

<Frame>
  <img src="https://mintcdn.com/typebot/poi4JxGSFWC_87Ba/images/results/transcript.avif?fit=max&auto=format&n=poi4JxGSFWC_87Ba&q=85&s=f1cce8d98a81e10ff72f69856e5479fc" alt="Transcript" width="1508" height="1496" data-path="images/results/transcript.avif" />
</Frame>

## Logs

Typebot does not expose a global activity feed. Logs are attached to individual results, so they live inside the `Results` table.

To see what happened during a conversation (including integration errors like Send email, Google Sheets, or HTTP request), open a specific result and look at the logs column. Each row has a "See logs" button:

<Frame>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/results/logs-button.png?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=84b180454213ec2881ceb26e74ce5c2c" alt="See logs buttons" width="1136" height="972" data-path="images/results/logs-button.png" />
</Frame>

Logs include integration outputs, errors, and warnings for that specific conversation. If an integration silently fails, this is where to look first.
