# Default member access rights restricted

<table><thead><tr><th width="138">Check ID</th><th>DOM_0001</th></tr></thead><tbody><tr><td>Category</td><td>Security</td></tr><tr><td>Summary</td><td>When configuring access rules for domain model entities it is possible to set the default access rights for new attributes. This is convenient because when you add a new attribute to your domain model, your access rules will be automatically updated. However, you should never set default rights to 'read/write'. By setting this to 'read' or 'none' (preferred), it forces you to think clearly about what level of access each user role should have to any new attributes in your domain model.</td></tr><tr><td>Options</td><td>This check does not have any options.</td></tr><tr><td>Pass</td><td>The default access rights for new members in an access rule is set to <strong>Read</strong> or <strong>None</strong>.</td></tr><tr><td>Fail</td><td>The default access rights for new members in an access rule is set to <strong>Read/Write</strong>.</td></tr></tbody></table>


---

# 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.bluestorm.io/checks/domain_model/dom_0001.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.
