# Extrude

The **Extrude** tool generates additional geometry by extending selected vertices, edges, or faces along a specific direction. The new geometry remains connected to the original mesh, preserving its topology.

#### How it works

* Select a vertex, edge, or face before activating the tool
* Press **`E`** to activate the extrude function, then drag the blue arrow forward or backward to control the extrusion depth
* Alternatively, hold **`Ctrl`** and drag the Gizmo for a quick extrusion without activating the tool

{% hint style="info" %}
Multiple selected elements can be extruded at the same time
{% endhint %}

{% embed url="<https://vimeo.com/733547447>" %}


---

# 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://help.vectary.com/documentation/design-process/edit-mode/extrude.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.
