> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/dynamic-output-and-variable-components/plain-data-field.md).

# Plain Data Field

The Plain Data field is a simple yet popular and widely used field. Quite simply its a field that contains data that exists due to a default value being set, or due to being populated as a result of other activity. The fundamental reason for this field is to have data in your bloc that the user cannot edit. For example a Company Name may appear here as a result of a user having logged in and that information being fetched from somewhere else.

{% hint style="danger" %}
**Note:** You will most likely always want to use the rule [Keep Data for Next Entry](/blocworx-documentation/bloc-editor/managing-a-field/field-rules/keep-data-for-next-entry.md) with this field. This is to ensure the plain data field holds its value after submitting the form. We are currently working on an improvement to make this option as checkbox when creating the any field.
{% endhint %}

### Initial Field Parameters

|                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Trigger rules on first initiation of the field | With this option turned on, any rules/actions that have been added to this field will trigger as soon as the field comes into existence (whether that is from a page load, or from a [conditional visibility](/blocworx-documentation/bloc-editor/managing-a-field/field-parameters/conditional-visibility.md) setting). Useful for populating other fields, or getting values from elsewhere immediately. Or even useful for simply running rules without having to do anything. |
| Load default value as priority in Edit/Show    | This is a specific parameter that is designed to effectively reset the value back to its default set value when you are editing the record.                                                                                                                                                                                                                                                                                                                                       |
|                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/dynamic-output-and-variable-components/plain-data-field.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.
