> For the complete documentation index, see [llms.txt](https://docs.getgymini.com/gymini/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgymini.com/gymini/features/features-overview/forms-surveys-chat/surveys-and-forms/finding-answers-to-custom-fields-and-questions.md).

# Finding Answers to Custom Fields and Questions

**Introduction**

In Gymini, you have the ability to add custom fields and questions to your surveys and forms. Once leads fill out these forms, you might wonder where to find their responses. This guide will help you locate the answers to the custom fields and questions you have created.

**Step-by-Step Guide**

**Step 1: Navigate to Contacts**

* **Access Contacts**: On the Gymini dashboard, click on "Contacts" located on the left-hand side of the screen.
* **Find the Contact**: Search for and select the contact who has filled out the form or survey. In this example, we are selecting a test contact named "Jeffrey Test One".

**Step 2: Access Additional Info Tab**

* **Click on Additional Info**: Once you have selected the contact, click on the "Additional Info" tab situated on the right-hand side of the screen.
* **View the Answers**: In this tab, you will find all the answers to the custom fields and questions that were part of the survey or form.

**Additional Tips**

* **Exporting Answers**: While not covered in this guide, you have the option to export these answers to a Google Sheet. This allows you to categorize and analyze the data more efficiently, for instance, by segregating responses based on different criteria such as preferences for "braces" versus "whitening".
* **Further Guidance**: For detailed guidance on exporting answers and utilizing them effectively, refer to other tutorial videos available on the platform.

**Conclusion**

Finding the answers to custom fields and questions in Gymini is a straightforward process. It allows you to quickly access the responses provided by your leads, helping you to understand their preferences and needs better. Remember, all you need to do is select the relevant contact and visit the "Additional Info" tab to view the responses.


---

# 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://docs.getgymini.com/gymini/features/features-overview/forms-surveys-chat/surveys-and-forms/finding-answers-to-custom-fields-and-questions.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.
