> 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/faqs/how-to-find-sharinpix-secret-key.md).

# How to find SharinPix Secret Key?

Go to the administration dashboard:

1. Click on the **App Launcher** from Salesforce.
2. Enter SharinPix Settings in the search bar and select **SharinPix Settings.**
3. On the SharinPix Settings page, click on the **Go to administration dashboard** button as shown below:

![](/files/vNl2Z8TWcZVGbIDmYvg5)

4. Upon clicking on the button, the SharinPix Administration will open in a new tab.

The SharinPix Administration provides several options that can be found in the top bar menu.

5. Select **Secrets** from the top bar menu. (allows users to add secret keys to their Organization. The Secrets tab also provides a list of predefined SharinPix URLs that users can use).

![](/files/8UQr87V03H4yAqPFYy4Q)

6. After selecting secrets, the secret created for the organization will be displayed. Click on **view** to open it.

![](/files/4xM3htmMsJid1zdOCB86)

7. You can access the secret using the URL as shown below:

![](/files/X4pnxX6NvNAVFc2mri3O)

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

Only a System Admin can access the SharinPix Secret.
{% endhint %}


---

# 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/faqs/how-to-find-sharinpix-secret-key.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.
