> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/introduction/interface-fundamentals/flags.md).

# Flags

**Flags** are a way to label items with additional context.&#x20;

You can assign meaning to each flag color. For instance, you could use red flags to indicate that a new product image is needed and blue flags to show that a vendor price adjustment is pending.&#x20;

When assigned, items appear with a flag icon in their specific window and are identified with a colored dot in list views.

***

## Assign a Flag

<figure><img src="/files/im0AAuBgAVPWzV1n0VIG" alt=""><figcaption><p>Flag Options as seen in the Product Group Window.</p></figcaption></figure>

When accessing a detailed view of an item, such as in the Product Group Window or the Order Details Window, the Flag button displays the current flag color and allows for adjusting it.

To **assign** a flag:

1. **Click** the Flag button.
2. **Select** a flag color.

If you select the empty flag at the top of the list, the flag will be removed from that item.

***

## Mass Assign Flags

Flags can be quickly assigned to multiple items when viewed in the Products tab of the Navigator Window.

To quickly **assign** or **update** flags on multiple items:

1. **Select** the desired items.
2. **Choose** <mark style="color:blue;">**More Options Menu > Flags**</mark>.
3. **Select** a flag color.

***

## Search by Flags

<figure><img src="/files/5aQqMzPJ782ticHMmDSC" alt=""><figcaption><p>Searching by flag in the Navigator Window.</p></figcaption></figure>

You can click the Flag button to open a drop-down menu and select a flag to filter search results when browsing items in the Navigator Window.


---

# 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://docs.tuplo.com/introduction/interface-fundamentals/flags.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.
