# Context menu

The context menu is accessed by right-clicking anywhere in the canvas and contains the following:

* Numerical data showing the **area and length** of selected paths.
* The option to **Remove Path from View**. This will remove all selected paths from the canvas. You can also remove selected paths with the Backspace (delete) key on your keyboard, when the [Paths tab](/penpal-user-guide/path-tab.md) is active.
* The option to **Solo Path in View**. This will remove all non-selected paths from the canvas.
* Options to **toggle the visibility** of paths, points and tangents. Sometimes, paths can be so complex that you need to temporarily turn off the visibility of tangents, for example.
* Options to **export path data** into one of two formats. The AE format is written as data that can be used in After Effects scripts or expressions.

![](/files/-MYPFI9wFMCENbkiSrnB)


---

# 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://support.animatable.co/penpal-user-guide/context-menu.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.
