# Overview

### **Accessing the Builder**

Navigate to the Builder from the dashboard to start crafting your survey.

<figure><img src="/files/rBy5lSEMlvNxDBjUt2Ft" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

<figure><img src="/files/7y9OId361yYDUCWfYp4G" alt=""><figcaption><p>Empty State</p></figcaption></figure>

### **Main Features**

<figure><img src="/files/YLozTlEZeJNaZo83utlv" alt=""><figcaption><p>Survey builder</p></figcaption></figure>

* **A (Survey Name and Back Button)**: At the very top, you have the ability to edit the name of your survey. The arrow next to it allows you to quickly return to the Dashboard for an overview of all your surveys.
* **B (Step Management Navigation Bar)**: This bar is your control center for managing the steps of your survey. It facilitates the [navigation](/docs/experiences/surveys/steps-and-navigation.md) through different components of the experience you're crafting.
* **C (Action Buttons)**: Here, you'll find multiple actions:
  * The 'Save' button to secure your progress. This button allows you to force save but the builder [automatically saves your work regularly](#user-content-fn-1)[^1].&#x20;
  * The 'In-app editor' to visualize and edit the survey within the context of your actual website. You just have to indicate[ the starting point URL](#user-content-fn-2)[^2] on which you want to open your builder.
  * The 'Preview' to see a full simulation of your survey.
  * The 'Target & Publish' to set the criteria for who will see the survey and when.
* **D (Feature Panels Access)**:
  * The 'Elements Selector' to add new interactive components to your steps.
  * The 'Navigator' to see a structured view of your survey's flow and elements.
  * The 'Themes' to apply consistent styling across your survey.
  * The 'Translations' to manage multi-language versions of your survey.
* **E (Properties Sidebar)**: This sidebar is dedicated to the properties and parameters of the currently selected element in the navigator. Modify attributes like positioning, styling, and animations here.

<figure><img src="/files/bi20Lca5FtdYnLCILPr8" alt="" width="563"><figcaption><p>Tooltip step properties</p></figcaption></figure>

* **F (Live Step Preview)**: The central stage of the Builder provides a real-time preview of the currently selected step, showing you exactly how it will appear in the survey.

{% hint style="warning" %}
Depending on the configuration, users can reopen surveys they previously answered and edit their answers.&#x20;

In Jimo, only the latest version of the answers is retained in the survey analytics, with previous data being purged upon new submission.&#x20;

To maintain a history of all submitted answers, we recommend using the [Slack](https://help.usejimo.com/help-center/v/using-jimo/integrations/slack) or [Zapier](https://help.usejimo.com/help-center/v/using-jimo/integrations/zapier) integration to collect answers externally.&#x20;
{% endhint %}

[^1]: <img src="/files/xfc0XXAh3gO7Jx08AauJ" alt="" data-size="original">

[^2]: <img src="/files/gLXqWhDU9u15PQdoAX1v" alt="" data-size="original">


---

# 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://help.usejimo.com/docs/experiences/surveys/overview.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.
