> For the complete documentation index, see [llms.txt](https://docs.whitespots.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whitespots.io/appsec-portal/features/working-with-products/product-options.md).

# Product options

Product options are accessed by selecting a product from the **Product** tab and navigating to the **Options** tab.

<figure><img src="/files/lZ02eKmZvKXcc876ZqRp" alt=""><figcaption></figcaption></figure>

\
On the Product options page, you can specify **Product related tags**, change the **Product type**, specify the product as the **default product** (default product will be used for reports import functionality if no specific product has been provided) and view the current data of **Jira integration settings** sourced from the [global integration settings](https://docs.whitespots.io/appsec-portal/features/working-with-products/pages/hiytKiD2E7itasUdzKDf#step-3.-default-team-spaces) with Jira.&#x20;

**Jira integration settings** are displayed here to provide you with an overview of the Jira configuration that has been set up on a global level. Any changes made to the Jira configuration at the product level will be specific to this product and will override the global settings for the integration.

<figure><img src="/files/5qa72eromXeZT32141Qn" alt=""><figcaption></figcaption></figure>

The **Product related tags** field allows you to create and add tags to the findings that are related to this specific product in AppSec Portal. And also to filter products by these tags.

<figure><img src="/files/NsXuOmDCJsru1y9e1MXs" alt=""><figcaption></figcaption></figure>

The **Push tags to Jira tasks** toggle button enables the tags from the Product Related Tags field to be sent to the corresponding Jira tasks after the finding has been verified in the portal.

To send the product title to the corresponding Jira product tasks as task labels, activate the **Push product title to Jira task labels** toggle button.

{% hint style="info" %}
When labels are added to a task in Jira, they will appear as tags in the corresponding findings in the AppSec Portal **when the** [**Jira webhook**](/appsec-portal/features/jira/setting-up-jira-webhook.md) **is activated** (e.g. when the task name is changed).
{% endhint %}

Finally, if you wish to **delete** a product from AppSec Portal, you can do so from the Product options page.


---

# 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.whitespots.io/appsec-portal/features/working-with-products/product-options.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.
