# Visualisation

Marple is all about discovering how beautiful your data looks once it comes alive in plots.&#x20;

Because graphs are beautiful!

### Open visualisations of existing project

* From the home page, open the desired project
  1. Find the project you want to open in the project list
  2. Select the data you want to visualise
  3. Click '**Open with selected data'.**

<figure><img src="/files/Yera0Of904FbJm0PHLPY" alt="" width="563"><figcaption></figcaption></figure>

### Create visualisations in new project

If you are new to Marple and would like to start a new project, simply go to the visualisation view in the left sidebar and learn how to [Add Data Sets](/docs/marple-insight/user-manuals/visualisation/add-data-sets.md).&#x20;

<figure><img src="/files/DAOXIWnpEvoYIETUZhjH" alt="" width="158"><figcaption></figcaption></figure>

If you’ve previously opened a project but want to start fresh, click **New Project** in the bottom left corner of your screen. This will open a blank project without any pre-made visualizations, allowing you to build from scratch.

Learn more about what a project is here [Projects](/docs/marple-insight/user-manuals/projects.md).

<figure><img src="/files/dMFAXnY1YgBfWtIY4sRq" alt="" width="375"><figcaption></figcaption></figure>

Next, learn how to add [Add Data Sets](/docs/marple-insight/user-manuals/visualisation/add-data-sets.md).


---

# 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://docs.marpledata.com/docs/marple-insight/user-manuals/visualisation.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.
