> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started/fields-in-channable/types-of-fields-in-channable.md).

# Types of fields in Channable

### Import fields

Import fields are the fields that Channable finds in your product data. These fields identify information about your products like their descriptions, prices and categories. Your import fields might have different names compared to Channable's project fields.

### Project fields

Project fields are standardized fields in Channable. We use these fields to organize your product data so that it matches what channels expect. In **Setup > Import > \[your import] > Edit mapping**, you need to map your import fields to Channable's project fields.

{% hint style="success" %}
**Tip:** Learn about [how Channable manages import and project fields](/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md).
{% endhint %}

There are different types of project fields:

#### Text fields

* For words and phrases like product titles and descriptions
* Examples: title, description

#### Number fields

* For numeric values like prices and quantities
* Examples: price, stock

#### Date and time fields

* For time and scheduling information
* Examples: sale\_start\_date, availability\_date

{% hint style="success" %}
**Tip:** Learn more about how to [use date and time fields](/import-data/import-concepts/import-fields/use-a-date-field-in-the-import-mapping.md) in imports.
{% endhint %}

#### GTIN (Global Trade Item Number) fields

* For identifying products
* Examples: gtin, ean, upc, isbn

#### Object fields

* For nested data like JSON/XML
* Examples: variations, attributes


---

# 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://helpcenter.channable.com/get-started/getting-started/fields-in-channable/types-of-fields-in-channable.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.
