# Using on Classic with SharinPix Canvas App

This article demonstrates how to add the SharinPix Canvas app onto an object's page-layout by:

1. Firstly, setting up SharinPix on your Org
2. Secondly, adding the Canvas app onto the page-layout

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

Canvas apps have some limitations. For example, they only allow 5,000 calls per day per user within 24-hour.

Therefore the usage of the SharinPix Canvas App is not recommended for implementations. In such cases, we recommend the usage of the **SharinPix Visualforce Component** instead. The SharinPix Canvas App, however, can still be used for testing purposes.

For more information about Canvas app limitations, please refer to the following link:

<https://developer.salesforce.com/docs/atlas.en-us.platform_connect.meta/platform_connect/canvas_framework_limits.htm>

For more information about the SharinPix Visualforce Component and how it is used, kindly refer to the following [link](/documentation/features/main-integration/using-on-classic-with-a-visualforce-page-without-an-apex-controller-admin-friendly-version.md#sharinpix-visualforce-component).
{% endhint %}

## 1. Set up SharinPix in your Org <a href="#add-the-canvas-app-to-the-page-layout-of-an-object" id="add-the-canvas-app-to-the-page-layout-of-an-object"></a>

1\. Go to Setup.

2\. In the **Quick Find Box**, type **Installed Packages.**

3\. Under the **Build** section, select **Installed Packages**.

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

4\. Select the **SharinPix Package** known as **ImagesManagementBySharinPix.**

![](/files/5S3bX1pnPc3fKxHipmxr)

5\. Click on **View components**.

![](/files/XLuimj1LesmKdOTWh7gL)

6\. Click on **Albums**.

![](/files/EN0R6yKttc2XISvSpt97)

7\. Click on **Edit Policies.**

![](/files/zuZgcVRk0aPSa9TXmota)

Next to the field **Permitted Users,** select **All users may self-authorize** from the picklist.

![](/files/06f8jUkveSy46yrR4DHO)

Click on **Save** when you are done.

## 2. Add Canvas App to a Page Layout

Access the object upon which you intend to add the canvas app on the page-layout. In this case, it is the object Account. Select a record of type Account.

9\. Click on **Edit Layout**.

![](/files/DJXXx59t4WI5TRsILNmh)

10\. Select the **Canvas App** category from the types of components list as shown below.

![](/files/YvHSm98f9qksIfFdCDTp)

11\. Drag and drop the **Albums** canvas app on the page-layout on the area you desire.

![](/files/3BQFbK9BrQK2E2vDZGzp)

12\. Adjust the **Height** of the **SharinPix Album** to **500px**.

![](/files/luv5Rd08Czev4pl8a9wS)

Click on **Save** when you are done.

The **SharinPix Canvas App** should now appear on the page-layout of the record as presented in the screenshot below.

![](/files/jmk2wm3kXHDS72RCoW21)


---

# Agent Instructions: 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:

```
GET https://docs.sharinpix.com/documentation/features/main-integration/using-on-classic-with-sharinpix-canvas-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
