> For the complete documentation index, see [llms.txt](https://docs.suggestic.com/graphql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suggestic.com/graphql/query/mutations/user-profile.md).

# Users

- [Authenticate using a Magic Link](https://docs.suggestic.com/graphql/query/mutations/user-profile/authenticate-using-a-magic-link.md)
- [Create User](https://docs.suggestic.com/graphql/query/mutations/user-profile/new-user.md): Creating a user
- [Custom Attributes](https://docs.suggestic.com/graphql/query/mutations/user-profile/custom-attributes.md): Set custom attributes to a user's profile
- [Delete a User Account](https://docs.suggestic.com/graphql/query/mutations/user-profile/delete-a-user-account.md): Delete a user account
- [Login User](https://docs.suggestic.com/graphql/query/mutations/user-profile/login-user.md): Use this mutation to login a user.
- [Merge User Accounts](https://docs.suggestic.com/graphql/query/mutations/user-profile/merge-user-accounts.md)
- [Request Reset Password](https://docs.suggestic.com/graphql/query/mutations/user-profile/request-reset-password.md): Request a reset password code
- [Reset Password](https://docs.suggestic.com/graphql/query/mutations/user-profile/reset-password.md): Reset a user's password
- [Request Password Reset email](https://docs.suggestic.com/graphql/query/mutations/user-profile/request-password-reset-email.md)
- [Sensitive Profile Attributes](https://docs.suggestic.com/graphql/query/mutations/user-profile/sensitive-profile-attributes.md)
- [Update Profile](https://docs.suggestic.com/graphql/query/mutations/user-profile/update-profile.md): Update user's profile
- [Update User's Program](https://docs.suggestic.com/graphql/query/mutations/user-profile/set-program.md): Mutation used to set the current user to a desired program
- [User's Restrictions](https://docs.suggestic.com/graphql/query/mutations/user-profile/profilerestrictionsupdate.md): Update a user's food restrictions (food preferences).
- [Update Meal Plan Settings](https://docs.suggestic.com/graphql/query/mutations/user-profile/update-meal-plan-settings.md)
- [User's Goals](https://docs.suggestic.com/graphql/query/mutations/user-profile/update-users-goals.md): Set user weight-related goals
- [Legacy User Mutations](https://docs.suggestic.com/graphql/query/mutations/user-profile/legacy-user-mutations.md)
- [Legacy | User's Biomarkers](https://docs.suggestic.com/graphql/query/mutations/user-profile/legacy-user-mutations/biomarkers.md): Mutation used to set the user's biomarker data.
- [User's Meal Plan Settings (deprecated)](https://docs.suggestic.com/graphql/query/mutations/user-profile/legacy-user-mutations/profile-meal-plan-settings.md): Mutation used to set the user's meal plan settings.


---

# 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.suggestic.com/graphql/query/mutations/user-profile.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.
