# FAQ

### How do I register as an affiliate?&#x20;

If you are an affiliate, then you can register at [goaffpro.com/signup](http://goaffpro.com/signup) > Select **I am an affiliate** > After this, you will get directed to the [marketplace dashboard](/goaffpro/marketplace.md).&#x20;

* To set up your account, go to the Settings tab. Here, you can set up your profile information.&#x20;
* After that, go to the Stores tab to begin enrolling in different stores. Once you enroll, you will receive your referral link or code for each store program.&#x20;
* Use this link/code in your promotions to refer sales. When you successfully refer sales to the store, you will earn commissions.&#x20;

### How to set up my payment information?

To set up your payment information, go to the Stores tab and select the My Stores section. Here, you will find a list of the stores you are enrolled in.&#x20;

Now, click on **Details**, then select Go to Portal. This will log you into the dashboard of the affiliate portal for that store program.

**That is where you will be setting up your payment details:**&#x20;

{% content-ref url="/pages/-LvCZiEYCWj9E6KUmMsk" %}
[Getting Paid](/getting-started-for-affiliates-1/getting-started-for-affiliates/getting-paid.md)
{% endcontent-ref %}

### When will I be paid my commissions?

Commission payments are directly made to affiliates by the store merchant of the program that you are enrolled in. You can contact the merchant of the program to clarify any questions regarding your payouts.

{% hint style="info" %}
To contact the store merchant, go to Stores > My Stores > Details > Got to Portal. That will open the affiliate dashboard, here use the "**Contact Us**" form in the footer.
{% endhint %}

### How do I set up sub\_id tracking?

GoAffPro supports sub-id tracking by default, which can be created and used dynamically by affiliates. For example, you are an affiliate with a unique store link: <https://example.com/?ref=affiliate>

**You can create sub\_id links like:**

<https://example.com/?ref=affiliate&sub_id=page-1>\
[https://example.com/?ref=affiliate\&sub](https://example.com/?ref=affiliate\&sub_id=fb_ads)[*id=fb*](https://example.com/?ref=affiliate\&sub_id=fb_ads)[ads](https://example.com/?ref=affiliate\&sub_id=fb_ads) etc.

Our app will track sales made through these links and assign them to the affiliates. The sub-id of these conversions will be reported in the Traffic tab.

{% hint style="info" %}
More information: [Agencies & Sub\_Id Tracking](https://goaffpro.com/use-case/agencies-sub_id-tracking)
{% endhint %}


---

# 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.goaffpro.com/goaffpro/marketplace/faq.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.
