# Configuration

On the configuration screen of each Object, you can select the number of records to be created (defaults to 10), and the Locale:

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

Most data types allow you to configure the possible values that can be created.&#x20;

For each Object & Template, you can choose a Locale which will localize certain fields when creating the mock data.

The following Data Types are generated using the Locale:

1. Person
2. Address
3. Food
4. Finance
5. Text

### Masks

Masks are used to generate custom formats for mock values. Masks can be a combination of hard-coded values, random

### Person

#### Telephone

You can configure the format of the telephone fields to be created, or leave it blank to be generated in the locale format:

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

#### Identifier

The Identifier data type should be used to generate External Ids, or other unique string values:

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

### Datetime

Date and time fields can be limited to certain year values:

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

### Numeric

Numeric values can be limited to certain ranges, as well as specifying the number of digits after the decimal:

<figure><img src="/files/4huTDu82PlWvaI1tXNBH" alt=""><figcaption></figcaption></figure>

### Picklist

Picklist values are read, and applied automatically for you when generating the seeding template. These can also be restricted on the configure screen:

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


---

# 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://help.dataimporter.io/seeding/configuration.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.
