> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/mobile-app/sharinpix-mobile-app-smart-document-scanning.md).

# SharinPix Mobile App: Smart Document Scanning

This article demonstrate the SharinPix **scan** mobile mode which allows users to snap/scan documents/paperwork easily and conveniently using the SharinPix mobile app.

{% hint style="warning" %}
**Note:**

The **scan** mode is available by default on the SharinPix mobile app camera view.

For more information on how to disable the **scan** parameter in your SharinPix mobile app deeplink or URL, refer to the following article: [SharinPix mobile App : Deeplink syntax](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md)
{% endhint %}

The screenshot belows demonstrates the SharinPix mobile app's camera view with the **scan** feature at the bottom of the screen in the scrollable horizontal list of modes:

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

To apply the scan, ensure that the scan option is selected, then snap the photo using the capture button. This action will automatically detect the boundaries of the document and will direct the user to the screen below:

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

The scan feature also allows the user to manually adjust the document's color, boundaries and rotation.

The screenshot below depicts how to adjust the document's color:

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

The screenshot below depicts how to adjust the document's boundaries:

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

The screenshot below depicts how to rotate the document:

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

To save the changes, click on **Done**. This action will bring you to the camera view where the user can submit the document.


---

# 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.sharinpix.com/documentation/mobile-app/sharinpix-mobile-app-smart-document-scanning.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.
