# Evaluate Domain against Denylist

Takes a text input and extracts a domain (if possible) and compares that to the domains denylist you configured. The `result` will contain a [DomainEvaluationResult](/kb/automation-builder-kit-abk/models/domainevaluationresult.md) that specifies the extracted domain and whether the domain is included in the denylist or not.

## Configuration

{% tabs %}
{% tab title="Flow Element" %}

<figure><img src="/files/RzFb6787tkMDVLU1STIn" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Apex Properties" %}

| Name          | Required | Type   | Description                       |
| ------------- | -------- | ------ | --------------------------------- |
| input         | Yes      | String | Text value to extract domain from |
| {% endtab %}  |          |        |                                   |
| {% endtabs %} |          |        |                                   |

## Outputs

| Name   | Type                                                                                      | Description                                                      |
| ------ | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| result | [DomainEvaluationResult](/kb/automation-builder-kit-abk/models/domainevaluationresult.md) | Result from evaluating the extracted domain against the Denylist |


---

# 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://docs.gradient.works/kb/automation-builder-kit-abk/actions/utils/gwfxevaluatedomainaction.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.
