# Field settings

## 1、Users can set the fields according to their own needs through text form.

<figure><img src="https://3580848038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlmTKLphp9e16ohYt2DIw%2Fuploads%2FjJiN8nA6JZA6otb8IB0t%2F6.png?alt=media&#x26;token=2adc2c68-896e-43bf-a732-5e8306b260b3" alt=""><figcaption></figcaption></figure>

**1.1、Assignment rule：**

* Select the row where you want to set field rules and click the "Set field Rules" option.

For example, in order to compare prices in e-commerce, users may need to obtain the lowest price of a certain item on Amazon, so they will set the "Amazon price" field rule to facilitate price comparison.

* Click "Assignment Rules" to enter the rule setting page.
* Import Data Field is a prompt field that prompts the user about the field contained in the current application.
* Collection Data Field indicates the collection task field.
* Collection Scheme is also a prompt field.
* Assignment Requirements Specifies the assignment rule for this field. For example: commodity price comparison price, you need to obtain the most price of the commodity. Therefore. Fill in the field as: Minimum commodity price.
* Click "AI" to calculate, AI automatically generates code. The final result after the final assignment can be viewed in the calculation result.
* If the result is correct, click "Save Run" to apply this assignment rule to the entire custom scheme.

<figure><img src="https://3580848038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlmTKLphp9e16ohYt2DIw%2Fuploads%2FMymVJLL2L4qfr7AElhec%2F7.png?alt=media&#x26;token=29d3f657-7eca-4037-81fc-d35655e1c429" alt=""><figcaption></figcaption></figure>

**1.2、Set the display style:**

According to the user's price comparison needs, when the price of the same product is lower than the user's current sales price, the user needs to be prompted. Therefore, display words need to be distinguished from other fields.

Assignment requirements: <mark style="color:purple;">If the current price is higher than the price of Jingdong display red and bold and change to the font number four.</mark>

<figure><img src="https://3580848038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlmTKLphp9e16ohYt2DIw%2Fuploads%2FWtBGJbVJ52JpmQPOrAKs%2F8.png?alt=media&#x26;token=c4a42e95-85bc-4be3-87e5-8691f67d1f50" alt=""><figcaption></figcaption></figure>

**1.3、Set click events:**

Click Event Settings, click to jump and open the related link.

Set the content to: Open the Amazon link.

## 2、Add columns

Users can add required columns and set rules for the new columns as required.

<figure><img src="https://3580848038-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlmTKLphp9e16ohYt2DIw%2Fuploads%2FVQxOuH9esw32rX9T8Hkp%2F10.png?alt=media&#x26;token=ec6ad419-dc58-4603-835f-29d10e9344f6" alt=""><figcaption></figcaption></figure>

## 3、Delete columns

Columns can be deleted.

## 4、Display in the list

Users can select whether to display this column in the list.


---

# 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://maxiaohua.gitbook.io/data-hunter-english-guide/capabilities/application/field-settings.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.
