> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/goaffpro/affiliate-dashboard/settings.md).

# Settings

In the **Settings** tab, affiliates can set up their profile information, payment details, referral code, change their account password, set up notification preferences, etc.

<figure><img src="/files/5b51s2z0mHVbS9yeJlTz" alt=""><figcaption><p>Settings Tab</p></figcaption></figure>

### Profile

In the **profile** section, affiliates can set up their profile details, such as their phone number, website, social media profiles, etc.&#x20;

<figure><img src="/files/N6nxggwRYeR5MwnHTJpX" alt=""><figcaption><p>Profile </p></figcaption></figure>

{% hint style="info" %}
To set additional profile fields for your affiliates, you can follow this [guide](/affiliate-portal-customization/affiliate-dashboard/additional-profile-fields-for-affiliates.md).&#x20;
{% endhint %}

### Referral code

The **referral code** section allows affiliates to customize the unique referral code at the end of their referral link.&#x20;

<figure><img src="/files/lOPNJOWo8OsIzf3mlaZc" alt=""><figcaption><p>Referral Code</p></figcaption></figure>

### Payment Settings

In the **payment settings** section, affiliates can set up their payment details. Additionally, they can view the payment terms or minimum payout amount (if set by the merchant).&#x20;

![Payment Settings](/files/-Lvm4bduCl2-aYRk2_hO)

{% hint style="info" %}
To set the supported payment methods for your affiliates, you can follow this [guide](/affiliate-payments/settings/setup-supported-payment-methods.md).&#x20;
{% endhint %}

### Settings

In the **settings** section, affiliates can change their account password, set up their notification preference, and set 2-factor authentication for their account.&#x20;

<figure><img src="/files/SnnCcotZ8DP9HiMHf18I" alt=""><figcaption><p>Settings</p></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.goaffpro.com/goaffpro/affiliate-dashboard/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.
