# Field Create, Edit, Parameters, Rules and Actions

$$
Field = Component
$$

Both Fields and Components behave the exact same way. The difference between the two is that a component is used more often to pull data or doing something that does not involve inputting data into a form. For example building a chart, connecting to an API, building a results list from another bloc, etc.\
\
For this documentation we will use the term field.

### What is a field?

A field is the core element that is used inside the bloc for either inputting or outputting data. Our range of fields is wide and ever growing. Fields are more than just means of inputting text like a regular form builder. They can often be fully functioning mini-modules that are used to carry out tasks in your Bloc.

![An overview of our fields](/files/-Ma3gwW0maquMk6rTme4)

Click below to start exploring the individual fields.

{% content-ref url="/pages/-MUOBjF6kV9W7HvC71si" %}
[Fields, Tools and Charts](/blocworx-documentation/bloc-editor/fields-tools-and-charts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Ma33VASn2MYTbBXbtmA" %}
[Creating a Field](/blocworx-documentation/bloc-editor/managing-a-field/creating-a-field.md)
{% endcontent-ref %}


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/managing-a-field.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.
