# `Ash.Resource.ManualCreate.Context`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/manual_actions/manual_create.ex#L10)

The context passed into manual create action functions

# `t`

```elixir
@type t() :: %Ash.Resource.ManualCreate.Context{
  actor: any(),
  authorize?: boolean(),
  domain: Ash.Domain.t(),
  identity: Ash.Resource.Identity.t() | nil,
  return_notifications?: boolean(),
  select: [atom()],
  source_context: map(),
  tenant: any(),
  tracer: [module()],
  upsert?: boolean(),
  upsert_fields: [atom()],
  upsert_keys: [atom()]
}
```

---

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