> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-change-the-information-you-request-in-b2b-tickets.md).

# How to Change the Information You Request in B2B Tickets

**Step-by-step guide**

1. **Open Settings**\
   From your Claimlane inbox, click **Settings** in the bottom-left corner.\ <br>

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

2. **Go to Brands**\
   In the left-hand menu, select **Brands**.

3. **Manage Flows**\
   Click **Manage Flows** to access your ticket flow settings.\ <br>

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

4. **Configure Requested Information**\
   Select **Claim, Return** or **Delivery.**\
   Scroll down to view all available configuration options.\
   Here, you can choose to **disable**, **require**, or **make optional** each question.

   The options currently available are:

   * Product type
   * Product information
   * Picture of fault
   * Issue tags
   * Description
   * Product picture
   * Customer receipt picture\ <br>

     <figure><img src="/files/KGCId67tkFbQGzqdzwCR" 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://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-change-the-information-you-request-in-b2b-tickets.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.
