# Tabs and selections

## Tabs

There are three tabs at the top of the panel, denoted by symbols: <img src="/files/-M5N44lNW3A2OZ6l1t8n" alt="" data-size="line">Paths, <img src="/files/-M5N48Yb1oaWNHldJ9Oo" alt="" data-size="line">Points and <img src="/files/-M5N4AqEB7yC098s5ukP" alt="" data-size="line">Tangents. Clicking on these tabs displays different groups of buttons, and highlights the relevant elements in the canvas. [Path functions](/penpal-user-guide/path-tab.md) affect the path as a whole - it will maintain it’s proportions and essential shape. [Point functions](/penpal-user-guide/points-tab.md) affect points and [Tangent functions](/penpal-user-guide/tangents-tab.md) affect tangents.

## Selections

You can select elements by dragging a marquee over them, or by clicking on them one-by-one while holding `Shift` or `Cmd/Ctrl`.

[Paths](/penpal-user-guide/path-tab.md) can only be selected by dragging.

**Selecting elements in the canvas is not dependent on tab - you can still select points while you're in the tangents tab, and so on.**

Unselected points and tangents are displayed with an outlined icon. When they are selected, it becomes filled. Selected paths are slightly brighter in the points and tangents tabs, and blue when in the paths tab.

{% hint style="warning" %}
Unlike Adobe software generally, selecting a point does **not** automtically select it’s tangents. In Penpal, they are treated as separate things. To select both tangents of a pair, you need to drag the marquee over both of them, or Shift-click on them one-by-one.
{% endhint %}


---

# 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/elements-selections-and-tabs.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.
