> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/users-and-permissions.md).

# Users & Permissions

- [User Table](https://guides.noloco.io/users-and-permissions/user-table.md): Understanding the User Table: a central repository of all user-related information
- [User Management](https://guides.noloco.io/users-and-permissions/user-management.md): Manage your existing users and invite new users to your app from the User Management tab
- [Permissions Quick Start](https://guides.noloco.io/users-and-permissions/permissions-quick-start.md): Quick start guide for setting up permissions in Noloco apps
- [User Roles & Permissions](https://guides.noloco.io/users-and-permissions/user-roles-and-permissions.md): Keep tight control over user access levels using User Roles & Permissions
- [Record-level permissions](https://guides.noloco.io/users-and-permissions/user-roles-and-permissions/record-level-permissions.md): Control user access with record-level permission rules
- [Field-level permissions](https://guides.noloco.io/users-and-permissions/user-roles-and-permissions/field-level-permissions.md): Learn how to use field-level permissions to control which users can read, update & create data in Noloco apps.
- [Permissions vs Visibility vs Filters](https://guides.noloco.io/users-and-permissions/permissions-vs-visibility-vs-filters.md): Understand when to use permissions, visibility rules, or filters for access control
- [Permissions Troubleshooting](https://guides.noloco.io/users-and-permissions/permissions-troubleshooting.md): Troubleshooting guide for common permission issues and solutions
- [Open Sign Up](https://guides.noloco.io/users-and-permissions/open-sign-up.md): If you need to let new customers sign up to your app, you can enable open sign up
- [Offboarding Users](https://guides.noloco.io/users-and-permissions/offboarding-users.md): Deactivate user accounts without losing their data
- [Testing as other users](https://guides.noloco.io/users-and-permissions/testing-as-other-users.md): Testing your app from the perspective of different users to test permissions, roles, filters and more.


---

# 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://guides.noloco.io/users-and-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.
