# Field Access

For every enabled field in your table, you can choose whether your users will be able to read the field, edit the field value or set the field value while creating a record. We automatically don't allow certain combinations. For example, you can't edit data that you can't read.

You can also enable or disable read, update, or create access for all fields in a table at once by toggling the checkboxes at the top of each column. A checkbox with a dash means that some but not all of the checkboxes in that column are ticked.

<figure><img src="/files/6WyscKOakB9HD37xC0gB" alt=""><figcaption></figcaption></figure>


---

# 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://docs.stackerhq.com/stacker-astra/security/add-user-permissions/create-or-edit-a-permission-rule/field-access.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.
