> 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/settings-profile.md).

# Settings Profile

## Getting Started

You can set your profile by following this step:

1. On Merchant Page click **Settings.**
2. Then click **Profile.**

<figure><img src="/files/cDFNO965ZZMbtMCzQqqJ" alt="" width="242"><figcaption></figcaption></figure>

3. It will show the Business Profile Page, As default it will show your Business Information.

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

## Business Information

On business information page you can see the details information of your business such as your merchant logos, your company name and company address.

### Change Merchant Logos

To change merchant logos, it can be done as follows:

1. On the Business Profile page, click **Choose File** to upload new logos of merchants.

<figure><img src="/files/YQWLxW9ZzWT5glBX5ti9" alt="" width="468"><figcaption></figcaption></figure>

{% hint style="info" %}
The file that can be uploaded must be in **size 640px by 480px** and **smaller than 1MB** in **.png .jpg,** or **.jpeg** format.
{% endhint %}

2. After the image has been successfully uploaded, click **Save**.

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

3. Merchant logos have been successfully updated. &#x20;

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


---

# 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/settings-profile.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.
