# Mac

### Variable autocomplete

Press escape to show a menu of long variable names, then press return to auto-complete it

![Press escape to autocomplete long variable names](/files/-MjPqIs_jSnFrFOtJmOg)

### Hover for variable value

![Hover your mouse over a variable to see its value](/files/-MjPqcH7MJPggXvaMn0q)

### Scrubbable numbers

Control-click on a number and choose **Scrub** to show the scrubber. Drag left or right on the slider to scrub the number's value up or down.

{% hint style="info" %}
Scrubbing is only available in the Mac version
{% endhint %}

![Number scrubbing in Soulver 3](/files/-MjPrviuaalFxFBZE5d9)

### **What day of the week was it on a particular day?**

Control-click on a date in the answer column to see what date of the week it was or will be on

![Getting the day of the week from a date](/files/-MjPqwkVhmSgr4Wdi7Ua)

### Quickly copying an answer

Hold down the option key, and double click on an answer to quickly copy it to the clipboard.

<div align="left"><figure><img src="/files/clt7JnChTkbAR1dMg5Dg" alt="" width="368"><figcaption><p>Hold down option and double-click on an answer to copy it to the clipboard</p></figcaption></figure></div>

### Copying lines & answers as an image

A quick way of sharing calculations is as an image.

Select some lines and go `Edit > Copy > Copy Lines & Answers` as image. This will place an image onto the clipboard that you can then paste into Messages, Mail, etc.


---

# 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://documentation.soulver.app/documentation/tips-and-tricks/tips-and-tricks-mac.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.
