> For the complete documentation index, see [llms.txt](https://help.compfox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.compfox.io/product-guides/upload-personal-case.md).

# Upload Personal Case

## Table of contents

1. Introduction
2. Uploading your own cases
3. Interactive Q\&A sessions
4. Interpreting AI responses
5. Saving and Sharing Analysis

## Introduction

Welcome to the Case Upload and Interactive Q\&A feature! This guide will guide you through the process of uploading your cases and engaging in a dynamic Q\&A session with the AI assistant for personalized insights.

## Uploading your Own case

To upload your own case:

* Click on the "Upload Case"  button present on the navigation bar .
* Follow the prompts to provide relevant details about the case.
* Upload necessary files or data related to your case.
* Click "Submit" to initiate the Q\&A session.

<figure><img src="/files/hcUFQrEt2KRLplwUSlEs" alt=""><figcaption><p>You can upload case to an existing folder.</p></figcaption></figure>

<figure><img src="/files/KCskIyAAdMrN6Gj8jRpz" alt=""><figcaption><p>Or you can create a new folder and upload case in that particular folder</p></figcaption></figure>

## Interactive Q\&A session.

Engage in a dynamic Q\&A session with the AI assistant:

* Ask questions related to your case for expert analysis.
* Seek insights, explanations, or recommendations from the AI.
* Use the Q\&A session to gain a deeper understanding of your case.

## Interpreting AI Responses

Understand the AI responses and insights:

* Receive expert analysis in response to your questions.
* Interpret the AI's explanations and recommendations.
* Use the provided insights to enhance your understanding of the case.

## Saving and Sharing Insights

Make the most of your interactive session:

* Save key insights to refer back to later.
* Share noteworthy responses with your team or colleagues.
* Collaborate and build on the AI-driven insights to make informed decisions.

By leveraging the Case Upload and Interactive Q\&A feature, you can tap into the expertise of the AI assistant to gain personalized insights and enhance your understanding of specific cases.


---

# 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.compfox.io/product-guides/upload-personal-case.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.
