# List of available Field Slugs

This section is a useful place to see all the field slugs generated by the creation of fields.&#x20;

### What are field slugs?

Field Slugs are a unique readable identity for the field. It is beneficial to understand field slugs as certain fields and features make use of them, e.g. [Maths](/blocworx-documentation/bloc-editor/fields-tools-and-charts/dynamic-output-and-variable-components/maths-field.md) and [Merge Field Builder ](/blocworx-documentation/bloc-editor/fields-tools-and-charts/dynamic-output-and-variable-components/field-merge-builder.md)fields use them in order for you to construct formulas or build a string from various fields.\
\
They are also used in our [PDF/Doc Template Builder](/blocworx-documentation/bloc/pdf-and-doc-file-templates.md). \
\
You will also see them appear in reports.<br>


---

# 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/bloc-settings/list-of-available-field-slugs.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.
