# Tag Verts

This assigns selected vertices to a vertex group called "tagged\_verts" that can be used for the **Panel Screws** and **Quad Slice** operators.

{% hint style="info" %}
*This operator only appears in the **Mesh** submenu when the active object is in edit mode.*
{% endhint %}

<figure><img src="/files/wGLTkWCTdpUYs62wGOoz" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

In Figure 1, vertices are selected in interval and T**ag Verts** was used to assign them in a vertex group. The **Panel Screws** operator was then used to add screws based on their location by using the **Tagged Verts Only** toggle.

<figure><img src="/files/mK0k5o2Zd1QJYyAumtmc" alt=""><figcaption><p>Figure 2</p></figcaption></figure>

In Figure 2, by using the **Tagged Verts Only** toggle in **Quad Slice**, the edge cuts will only generate from the vertices assigned to the vertex groups created by the **Tag Verts** operator.

This feature allows a more controlled use of the Quad Slice and Panel Screws operator which is very helpful in some instances of topology.


---

# 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://www.blenderguppy.com/add-ons/random-flow/functions/tag-verts.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.
