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

# User handling and permissions

This module explores user management within Appfarm Create and how to configure roles and permissions to ensure a solution is secure. We also look at how to implement user manipulation within an app so that client users can add, update, and delete users. Finally, we look at implementing unauthenticated access to open up an app to the general public.

You should have completed the Intro Course, as well as the App Data and Actions & Logic modules, before starting this module.

## Topics

{% content-ref url="/pages/d8SHgmUWycMzSWd5Peea" %}
[Users and roles](/appcademy/appfarm-fundamentals/user-handling-and-permissions/users-and-roles.md)
{% endcontent-ref %}

{% content-ref url="/pages/cNDriKas8w8Qh8av1nZj" %}
[Permissions](/appcademy/appfarm-fundamentals/user-handling-and-permissions/permissions.md)
{% endcontent-ref %}

{% content-ref url="/pages/bJFREPegcxGBZkrVjH3T" %}
[Creating users](/appcademy/appfarm-fundamentals/user-handling-and-permissions/creating-users.md)
{% endcontent-ref %}

{% content-ref url="/pages/7qAz6EpqgOJBumSxI0wC" %}
[Extending the User object class](/appcademy/appfarm-fundamentals/user-handling-and-permissions/extending-the-user-object-class.md)
{% endcontent-ref %}

{% content-ref url="/pages/HsSvWsE0NkS0QHKFXd4x" %}
[Updating and deleting users](/appcademy/appfarm-fundamentals/user-handling-and-permissions/updating-and-deleting-users.md)
{% endcontent-ref %}

{% content-ref url="/pages/MWgWtTil25IhfN4oNUS4" %}
[Unauthenticated access](/appcademy/appfarm-fundamentals/user-handling-and-permissions/unauthenticated-access.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.appfarm.io/appcademy/appfarm-fundamentals/user-handling-and-permissions.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.
