> For the complete documentation index, see [llms.txt](https://docs.zipwire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipwire.io/zipwire-approve/unboxing-key-concepts/assignments.md).

# Assignments

An Assignment is a **managerial bundle** created by a workplace or agency to configure work for a group of senders.

## What's Inside an Assignment

The assignment brings together everything needed to manage contractor work:

* **Senders** — Who is working (contractors, freelancers)
* **Approvers & Processors** — Which Teams will review and process timesheets
* **Billing Plan** — A reusable template defining how timesheets are structured (time units, tier grid per weekday)
* **Rate Plans** — Per-sender payment tables that reference the billing plan (what each sender gets paid at each tier)
* **Activities** — Preset work categories that appear in senders' journal
* **Client Link** — Who the assignment is for
* **Invoicing Configuration** — How invoices are generated (PDF or accounting provider sync)

## Assignment → Workflow

When an assignment is created, it automatically generates an **Assignment Workflow**—a read-only workflow that senders see. This workflow shows them:

* The approval path their timesheets will take
* Who will review their work
* Invoicing details

Senders cannot modify the assignment workflow; it's defined by the workplace/agency.


---

# 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.zipwire.io/zipwire-approve/unboxing-key-concepts/assignments.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.
