# Shift Types

Shift types allow you to track different groups of users within one server. This could range from 50/50 moderating, to sub-department clocking.

## <mark style="color:blue;">Creating Shift Types</mark> <a href="#create" id="create"></a>

To create a shift type, you can run the `/shift types` create command with the name parameter being the desired name of your shift type.

<figure><img src="/files/CVfsH0ceRfoo8OlddIWq" alt="" width="375"><figcaption></figcaption></figure>

Just select the roles that are able to use the shift type (or none to keep it as staff only) and then hit confirm to create the shift type.

## <mark style="color:blue;">Using Shift Types</mark> <a href="#usage" id="usage"></a>

To use shift types, just use the **type** parameter on any shift related command.

**E.G.** `/shift manage type: Example Type`


---

# 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.trident.bot/modules/shift-types.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.
