# `Ash.Changeset.ManagedRelationshipHelpers`
[🔗](https://github.com/ash-project/ash/blob/v3.24.3/lib/ash/changeset/managed_relationship_helpers.ex#L5)

Tools for introspecting managed relationships.

Extensions can use this to look at an argument that will be passed
to a `manage_relationship` change and determine what their behavior
should be. For example, AshAdmin uses these to find out what kind of
nested form it should offer for each argument that manages a relationship.

# `could_create?`

# `could_handle_missing?`

# `could_lookup?`

# `could_update?`

# `must_load?`

# `on_lookup_read_action`

# `on_lookup_update_action`

# `on_match_destination_actions`

# `on_missing_destination_actions`

# `on_no_match_destination_actions`

# `sanitize_opts`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
