# Assignment

- [Directly Assign Items](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/assignment/directassignsingleitemaction.md): Assign a record or records to a specific user or Salesforce native queue.
- [Round Robin Assign Single Item](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/assignment/assignsingleitemaction.md): Assign a single item to a user via a round robin queue
- [Round Robin Assign Multiple Items](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/assignment/assignmultiitemaction.md): Assign a records to a users via a round robin queue
- [Schedule and Assign Single Item](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/assignment/assignandschedulesingleitemaction.md): Assign a record and book a meeting on a user's calendar


---

# Agent Instructions: 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.gradient.works/kb/automation-builder-kit-abk/actions/assignment.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.
