> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/merchant-page-reference/faspay-sendme/credential-settings.md).

# Credential Settings

A menu to check partner's credentials information for SendMe product that contains:&#x20;

* Faspay Key&#x20;
* Faspay Secret&#x20;
* App Key&#x20;
* App Secret&#x20;
* Client Key&#x20;
* Client Secret&#x20;
* IV&#x20;

Client Key and Client Secret are masked to avoid any fraud. In order to show both credentials, the steps are:&#x20;

1. **Click Show Client Credentials** button to show a pop-up to entry password.&#x20;
2. Enter current **password** and **confirm.**&#x20;
3. **Download** or **Copy** Client Key and Secret.&#x20;

![(SendMe Menu)](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHl0oXefaAKjpRLPnGw%2Fuploads%2FBe51k182VVlOkWb7h4S0%2Ffile.png?alt=media)

![(Pop-up menu after clicking Show Client Credentials button)](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHl0oXefaAKjpRLPnGw%2Fuploads%2FsS7eYpMLjMRHn1f7k7OR%2Ffile.png?alt=media)

![(Client Key and Secret Credentials) ](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHl0oXefaAKjpRLPnGw%2Fuploads%2FeqTnth8URUYbxXmpeWSz%2Ffile.png?alt=media)

After entry password, a pop-up box that contains Client Key and Secret will be shown, partner can either:&#x20;

* **Download** their password as a .txt file &#x20;
* **Copy** Client Key and Client Secret as a text.


---

# 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.faspay.co.id/merchant-page-reference/faspay-sendme/credential-settings.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.
