> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zazubot.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 zazubot 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 zazubot's greatest features.
</Note>

## More options menu

<Frame>
  <img src="https://mintcdn.com/zazubot/_eRGnFfHYvpabed3/images/results/more-options.png?fit=max&auto=format&n=_eRGnFfHYvpabed3&q=85&s=b21e25d8fcb3d7a80b7aded1e28cdd96" 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/zazubot/_eRGnFfHYvpabed3/images/results/time-filter.jpg?fit=max&auto=format&n=_eRGnFfHYvpabed3&q=85&s=c2dd7d863b116c2c807782b4ab76f9be" 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/zazubot/_eRGnFfHYvpabed3/images/results/columns-settings.png?fit=max&auto=format&n=_eRGnFfHYvpabed3&q=85&s=5de5f2a32ad45713a5003b5affcac08b" alt="Column settings" width="754" height="870" data-path="images/results/columns-settings.png" />
</Frame>

## Logs

For each result, you'll find a "See logs" button that can show you what went wrong while executing an integration such as Send email, Google Sheets, or a Webhook call:

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