> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/dataset-configure-redaction/dataset-link-form-label-mapping.md).

# Linking a form label mapping to a dataset

A [form label mapping](/textual/entity-types/mapping-form-labels-to-entity-types.md) maps field labels from form PDF files to specific entity types.

When you link a form label mapping to a dataset, then when Textual detects that field label in a dataset PDF file, it assigns the mapped entity type to the field value. It also includes any manual redaction areas that you added to the mapping.

To link a form label mapping, on the **Project Settings** page, under **Form label mapping**, select the mapping to use.

<figure><img src="/files/2u1UO0sHBycQwRMqbohE" alt=""><figcaption><p>Form label mapping section on the Project Settings page of a dataset</p></figcaption></figure>

When the configuration for the linked form label mapping changes, Textual prompts you to apply those changes to the dataset.


---

# 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://docs.tonic.ai/textual/dataset-configure-redaction/dataset-link-form-label-mapping.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.
