> For the complete documentation index, see [llms.txt](https://meetbit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetbit.gitbook.io/docs/forms/viewing-form-responses.md).

# Viewing Form Responses

<figure><img src="/files/grZlUr7QyeA2rmyVEEhE" alt=""><figcaption><p>Form Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to view the specific Form to perform the steps below.
{% endhint %}

1. On the Form's own Page, click "View Responses" in the upper-right corner.
2. If you want to filter Form Responses based on their attributes, click the "Filter" button in the upper-left corner.

## Viewing Form Responses Chart

The MeetBit Form Responses Page shows Responses in a table format, but they can also be viewed in various types of charts. Proceed to the following instructions to learn how:

<figure><img src="/files/5D3ZYeezZLLiRZz50cym" alt=""><figcaption><p>Form Responses Chart</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to view the specific Form to perform the steps below.
{% endhint %}

1. On the Form Response Page, click "View Charts" in the upper-right corner.

<figure><img src="/files/SU2zy7YuaiHsc6vdw2Hr" alt=""><figcaption><p>View Charts Button on the Form Responses Page</p></figcaption></figure>

2. Select a chart type and field. The different types of Form Responses Chart include:&#x20;
   * List
   * Bar
   * Pie
   * Time Series
   * World Cloud

You can now view Form Responses in your preferred chart type, providing a more comprehensive and nuanced understanding of the data.&#x20;


---

# 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://meetbit.gitbook.io/docs/forms/viewing-form-responses.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.
