# Managing Headers

Instant Messages (IM) can be captured by a range of third party products, and converted into an email format that **Cryoserver** can then archive.

**Cryoserver** supports:

{% hint style="info" %}

* **DataParser** border-patrol service, which is able to trap most IM services (e.g. Slack, Webex, Zoom, MSN / Yahoo / Sametime / Bloomberg). (<https://www.17a-4.com/>).
* **MS Teams, Skype for Business / LYNC Capture** – a service developed by **Cryoserver** to obtain, reformat and deliver IM messages extracted from M365 or by Powershell commands.
* **Epillio Sametime** plug-in– a service created by Epilio (<http://www.epilio.com/>) that captures and re-formats current Sametime conversations for delivery to **Cryoserver**. It uses the same Email Format as the LYNC Capture service.
  {% endhint %}

**Note**: Your **Cryoserver** system will need a license setting to allow IM formatted messages to be recorded. Contact **Cryoserver** Support in order to apply the required License.

The **IM Configuration** section allows Administrators to create and manage headers to identify IM transcripts and their type.

### Adding Headers

1. Navigate to **Adv Configuration** > **IM Configuration**.
2. Click the **Create New Header** button.
3. Enter / Select the required values in the fields.&#x20;
4. Click the **Save Header Details** button.

### Editing Headers

1. To edit a header, click the required header in the **Existing Headers** section and then click the **Edit Header** button.
2. The fields of the **Header Details** section will be rendered editable.
3. Edit the values of the required fields and click the **Save Header Details** button.
4. To delete a header, click the **Delete Header** button.

<br>


---

# Agent Instructions: 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://help.cryoserver.com/advanced-configuration/managing-headers.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.
