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

# Affiliate guide page

**Purpose**

Guide Page is where you can put the information you want affiliates to see apart from the [Media Gallery](/motivation/media-gallery.md). It could be the information about your brand or a walkthrough video from your end to make sure affiliates understand you and your brand better.

It allows you to leave important notes, program highlights, or special announcements for affiliates.&#x20;

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

The guide will be displayed in the **Guide** tab of the affiliate account like this:

![](/files/YbwHEYY9r6JOyQ7h0UGk)

If you have more than 1 program, you can customize the Affiliate guide of each program by switching between programs in the **Select Program** field.

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

## **Default Template**

Below is the default Guide page text from the system. You can either customize it yourself or refer to this other template from us: [Affiliate guide template](/settings/affiliate-admin-settings/affiliate-guide-template.md).

*Hello {first\_name}*

*Welcome to your affiliate admin portal. This is where you can get more resources and manage your tools in order to promote our brand better.*

*We have prepared a walkthrough video to get you familiar with the tools and resources:*

{% embed url="<https://www.youtube.com/watch?v=QKPeuALaBZw>" %}

*Important: Please update your payment method. If your payment detail is not specified, you will not be able to receive updates on commission payment. In addition, you can edit your profile and set up the notification options in Settings.*

*In case you have any questions, please contact us by sending an email to {merchant\_email}.*

*Last but not least, for more information, read our quick guides to get started and some tips to grow HERE.*


---

# 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.uppromote.com/settings/affiliate-admin-settings/affiliate-guide.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.
