> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/configuring-xaman/understanding-the-settings-options/how-to-post-a-session-log.md).

# How to post a Session Log

It is often helpful to include a copy of a Xumm Session Log in tickets to assist in troubleshooting issues.

To view attach a Session Log to an Xumm Support ticket, please follow these instructions:

Launch Xumm, then press the **Settings** button.

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

Tap the **Advanced** option.

<figure><img src="/files/0CqjKF2ZHv6ywtAGgxga" alt=""><figcaption></figcaption></figure>

Tap the **Session Log** option.

<figure><img src="/files/5XA8U4F0fUOWlKPc0NDC" alt=""><figcaption></figcaption></figure>

On the Session Log screen, press the **meatballs menu**

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

then press the **Copy** option.

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

Press the **back arrow**.

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

Press the **back arrow** again.

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

Press **Questions & Support** option

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

If you are already dealing with a support agent and they have requested that you send a Session Log, choose **the ticket you have been working with**. (Otherwise, choose **Ask a question**)

Press **Write a reply**.

Press and **hold inside the text box** then choose **Paste**.

<figure><img src="/files/zIt97nYm741E2WcisHjA" 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://help.xaman.app/app/configuring-xaman/understanding-the-settings-options/how-to-post-a-session-log.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.
