> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/work-manager/work-manager-2021.1/creating-new-work.md).

# Creating New Work

Work can be created by users from within Work Manager in two ways:

1. **From Create New Work Item.** This is a dropdown available from the toolbar, the user selects a Case or Ticket to start under a specific business context
2. **From the Contact Activity page**, often also referred to as the Call Handling Page. From this page, the user would first search for and find a person (often someone calling in to the service centre), and then start a piece of work directly for them, i.e. a Ticket or a Case

## Creating New Work Item from the ‘Create New Work Item’ dropdown <a href="#a-creating-new-work-item-from-the-create-new-work-item-dropdown" id="a-creating-new-work-item-from-the-create-new-work-item-dropdown"></a>

You can create work by clicking on the ‘Create’ link in the header bar (cube image). This will produce a dropdown screen section allowing you to start a new work item. The hierarchy displayed in the dropdown goes Company, Contract, Service, Process Group (if Configured) followed by the Cases that can be created.

Input links automatically appear here for Tickets and Cases when you have created a Ticket or Case process in Builder and set it to Live. Clicking on a link will create the new work item in a separate tab.

![](/files/-MYEk7maY3OWhZPPG154)

{% hint style="info" %}
Note: When running in Test Mode, processes which are in a state of ‘validated draft’ will be displayed here
{% endhint %}

## Creating New Work Item from the Contact Activity page <a href="#b-creating-new-work-item-from-the-contact-activity-page" id="b-creating-new-work-item-from-the-contact-activity-page"></a>

You can create work by clicking on the 'Start New Activity' dropdown on the [Contact Activity page](/enate-help/work-manager/work-manager-2021.1/managing-contacts/contact-activity-page.md).

![](/files/-MYEmC7zXzcavCD1pAwt)

If you are on a contact page for someone under a known company (i.e. scoped at customer level), the Customer information will not display in this link name. A free text search will allow you to filter this list of links. Administrators can control whether you wish to see the Input link for a given Ticket / Case process via settings in Builder

Creating a work item from the contact activity page will automatically assign the contact as the primary contact of the work item.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.enate.net/enate-help/work-manager/work-manager-2021.1/creating-new-work.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
