# Custom fields

## About custom fields

You can use custom fields to create additional parameters that do not exist in the Tuum system according to your business requirements. For example, additional fields for account details or KYC information.

The following Tuum modules support custom fields:

* Loan
* Risk
* Person
* Card
* Account
* Payment
* Deposit
* Collateral

## Definitions

* **Entities** refer to the business entity for which you add the custom fields.\
  For example, **LOAN.APPLICATION**, **ACCOUNT.ACCOUNT\_APPLICATION**.
* **Field sets** are the sets for which you can define and group the custom fields.\
  For example, adding a field set for credit risk scoring data for loan applications.
* **Fields** are the custom fields for a particular field set.\
  For example, adding a field for internal credit ratings in the credit risk scoring field set for loan applications.
* **Activity** refers to the business activity for which the custom fields can be used.\
  For example, using custom fields to make manual decisions on a loan application.


---

# 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.tuum.com/backoffice-user-guides/iDyT31cW9CYApPltrXUd/administration/custom-fields.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.
