# Creating a Visual

Arcwise AI analyst has the ability to create visuals. In the process of creating a visual it will produce a query that collects data and then visualize the resulting data.

## Example Prompts

> Show me leads over time by month and lead source

This prompt can be executed from a blank sheet or a sheet with some tab named **leads**. It will recover a table with month, lead source, and the count of leads. Then it will produce a visualization of this data.

## Saving Visuals to the Sheet

After a visual is created it can be saved to the sheet with the blue **Save** button. It can also be edited prior to saving to the sheet using the **Edit** button. The visualization can be re-edited once it is in the sheet.

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


---

# 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.arcwise.app/using-arcwise-ai-analyst/creating-a-visual.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.
