> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/documentation/tips-and-tricks/tips-and-tricks-mac.md).

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