> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-astra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-astra/manage-data-using-ai/add-user-permissions/troubleshooting-permissions.md).

# Troubleshooting Permissions

### Add new button showing when it shouldn't

Users do not have the permission to create a new record, but the **Add new** button is still showing on a List Layout.&#x20;

Reasons:

* The **Add new** button will always appear for admins, to see the change you need to preview as a user
* Create permissions is still enabled&#x20;
* User Roles need to be updated

### Your users are getting an error when saving a record <a href="#your-users-are-getting-saving-your-record-error-0-0" id="your-users-are-getting-saving-your-record-error-0-0"></a>

If your users are getting the “Sorry, there was an error saving your record. Please try again.” Check the steps below:

* Do your users have permission to **create** a new record on the table?
* Do your users have permission to **create** new on specific fields in the table?
* If you are using a linked field to another table, your users will need **create** permission to be given on both tables.

### Your users are not seeing a field that they should <a href="#your-users-are-getting-saving-your-record-error-0-0" id="your-users-are-getting-saving-your-record-error-0-0"></a>

If your users cannot see the field that is enabled on the layout, check that the user has access to "View" the field or if it is a linked field, they will need access to read the corresponding field on the other table.&#x20;


---

# 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.stackerhq.com/stacker-astra/manage-data-using-ai/add-user-permissions/troubleshooting-permissions.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.
