---
title: Section "Service organizations"
description: Managing service organization data — creating, filtering and editing service organization records.
weight: 4
---

import Image from '@/components/docs/Image.astro';
import Alert from '@/components/docs/Alert.astro';

The Service Organizations section is designed to manage service organization data. The main functions of the section include:

- Creating new organizations;
- Editing existing records.

<Alert type="warning">The section is managed by the **Administrator** of the system.</Alert>

## Section Interface

When you enter the section, a list of service organizations is displayed. The interface is divided into two main areas:

1. **Results and navigation area**
   Contains a table with service organization data and navigation elements.
2. **Functional area**
   Includes tools for sorting data and managing records.

<Image
  src="/images/interface/services/services-list.webp"
  alt="View of the list of service organizations."
  caption="View of the list of service organizations."
/>

## Working with data

### Filtering records

For a quick search, fill in the appropriate fields in the functional area. The system will automatically update the list according to the specified criteria.

### Creating a new service organization

1. Click the **"Add"** button.
2. Fill in the required and optional fields in the form:
   - **Name** — name of the service organization. _(required)_
   - **Type of structural division** — type of service organization. _(required)_
   - **Address** — physical address.
   - **TIN** — identification number.
   - **Contact person**, **phone**, **email** — contact information.
   - **Time zone** — time zone.

3. Confirm the data entry by clicking the **"Add"** button.

<Image
  src="/images/interface/services/create-form.webp"
  alt="Form for creating a new service organization."
  caption="Form for creating a new service organization."
/>

### Editing existing records

To view or change the details of a service organization:

1. Select a record in the list by clicking on the hyperlink or control button.
2. In the service organization card, click **"Edit"** (or use the edit icon in the **"Actions"** section).
3. Make changes and save them by clicking **"Save"**.

<Image
  src="/images/interface/services/edit-form.webp"
  alt="Saving changes to the service organization card."
  caption="Saving changes to the service organization card."
/>

<Alert type="note">
  The creation and editing interfaces are identical, except for the name of the confirmation button
  (**Add** / **Save**).
</Alert>
