> For the complete documentation index, see [llms.txt](https://help.quickappflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickappflow.com/product-guides/field-sales/my-visits.md).

# My Visits

To check all the visit details, click on **My Visit**

<figure><img src="/files/MviOjwg2VBWzDsXKYAEQ" alt="" width="195"><figcaption></figcaption></figure>

To review all the details of the scheduled site visits for that date, click on **My Visits**

<figure><img src="/files/fLetuWDEhVCimXC3JSci" alt="" width="198"><figcaption></figcaption></figure>

In the **My Visit** list, check the start time, end time, and total time spent on the site visit

<figure><img src="/files/PTSVUHOdvePM6Tr8UsZB" alt="" width="197"><figcaption></figcaption></figure>

On the My Visit page you can check the **customer name**, **customer route**, **address**, and total **order amount**

<figure><img src="/files/Y5PzGYgB28IX8mfuMYUv" alt="" width="200"><figcaption></figcaption></figure>

## Location

To view the customer location, click on the **location** icon

<figure><img src="/files/F8zNRk3LL40OJAc16BT5" alt="" width="213"><figcaption></figcaption></figure>

You can check the customer's **Location**

<figure><img src="/files/fD7eTryn40gtmxBVVkKk" alt="" width="210"><figcaption></figcaption></figure>

## Visit Details

To check the site visit, click on the right **Arrow** icon

<figure><img src="/files/7i2iP84vyG5Xwa2So2Un" alt="" width="210"><figcaption></figcaption></figure>

Check all the details for the visited customer site.

<figure><img src="/files/W8v1WO2qTxQL81nrJkq2" alt="" width="215"><figcaption></figcaption></figure>

## Visit history

Click on the **View** icon to check the visit history

<figure><img src="/files/SobNfhpd6TDzYeWcnxUm" alt="" width="207"><figcaption></figcaption></figure>

On the Visit history page, in the **Visit** tab, you can view all the details for visited **customer**.

<figure><img src="/files/RBOHWI6oh9rlmL1uTwHY" alt="" width="209"><figcaption></figcaption></figure>

On the **Visit history** page, in a **direct** tab, you can view all the details for the direct order of the customer

<figure><img src="/files/shq0A94fkwCOu9DYQ3hM" alt="" width="221"><figcaption></figcaption></figure>

&#x20;


---

# 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.quickappflow.com/product-guides/field-sales/my-visits.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.
