> ## Documentation Index
> Fetch the complete documentation index at: https://docs.relyant.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Service Requests Overview

> Configure and manage service request workflows for your organization

Service requests in Relyant provide a structured way for staff to request services from your team — IT support, facilities assistance, HR requests, or any other internal service. Unlike work requests (which are specifically for maintenance), service requests are customizable by type and category, and can have approval workflows.

## How service requests work

1. An Admin configures request types and categories
2. Staff members submit service requests using the configured types
3. The request is routed to the appropriate team based on the request type
4. The team reviews the request and takes action

## Service request statuses

| Status          | Meaning                                |
| --------------- | -------------------------------------- |
| **Submitted**   | Request has been submitted             |
| **In Review**   | Being assessed by the responsible team |
| **In Progress** | Actively being worked on               |
| **Resolved**    | Request has been completed             |
| **Closed**      | Closed by the requester or admin       |
| **Rejected**    | Declined, with a reason provided       |

<Note>
  All members can submit service requests. **Admins** configure request types and approval workflows. **Managers** can manage incoming requests for their team.
</Note>

## How-to guides

<CardGroup cols={2}>
  <Card title="Configure Request Types" icon="sliders" href="/service-requests/configure-request-types">
    Set up the types of service requests your team handles.
  </Card>

  <Card title="Manage Categories" icon="tags" href="/service-requests/manage-categories">
    Organize request types into categories.
  </Card>

  <Card title="Set Up Approval Workflows" icon="code-branch" href="/service-requests/set-up-approval-workflows">
    Configure which request types require approval.
  </Card>

  <Card title="Submit a Service Request" icon="plus" href="/service-requests/submit-a-service-request">
    Submit a new service request.
  </Card>
</CardGroup>
