> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-hermes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-hermes/use-asm/using-the-self-service-portal/logging-and-reviewing-tickets-and-tasks-approvals/off-line-conversations-with-support.md).

# Off-Line Conversations with Support

The Conversation Widget provides the ability to add an Attachment to the Call (Drop or Select files). It reveals in conversation form, the interactions between support and the user.

{% hint style="info" %}
This feature is available in ASM HERMES (ASM Version 10.6) and above
{% endhint %}

{% hint style="info" %}
The conversation is displayed in chronological order, with the oldest entries at the bottom.
{% endhint %}

<figure><img src="/files/GUywzr9yfN9TvRRON6z1" alt=""><figcaption></figcaption></figure>

{% embed url="<https://vimeo.com/799427082/a749a00436>" %}

## To view and conduct conversations

1. From the Self Service portal, [open any ticket](/asm-hermes/use-asm/using-the-self-service-portal/logging-and-reviewing-tickets-and-tasks-approvals/reviewing-your-tickets-in-the-self-service-portal.md)
2. Click the section for Conversation
3. **To contribute to the conversation**
   * **Add your note** and/or drop files into the drop zone or directly into the Note box.
   * Click send when you are ready.

<figure><img src="/files/dUtDjGDkRaMtYqBLthRk" alt=""><figcaption></figcaption></figure>

4. To View the conversation
   * Click the Conversation Section and view the details.  It is located just below the **Send** button in the widget.

<figure><img src="/files/b7VnOOCj2ybcIJO9uOx7" alt=""><figcaption></figcaption></figure>


---

# 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.alemba.com/asm-hermes/use-asm/using-the-self-service-portal/logging-and-reviewing-tickets-and-tasks-approvals/off-line-conversations-with-support.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.
