> For the complete documentation index, see [llms.txt](https://docs.jaka.app/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaka.app/shopify/~/revisions/etUYfWdaLDrspaqYU0an/pages-and-links/page-and-link-overview.md).

# Page and link Overview

## Introduction

Jaka provides the interface of the portal that is completely customizable with a few clicks

There are all 5 Affiliate Portal Pages:&#x20;

**Landing Page:** Where is the main page of Affiliate Portals, from here, your store visitor can register as an Affiliate, or an Affiliate can log in to access their account

**Login Page:** Where the person who already has the affiliate account will log in to access their account

**Registration page:** Where the affiliate will submit for registration

**Forgot Pasword page:** To which Affiliate is redirected after clicking the word Forgot Password on the Login Page

**Reset Password page:** Where Affiliate enters the new Password to be able to continue logging into their account

In general, all of them are designed in 2 main tabs according to their own function

**The Sections:** contains all parts to build each separate page

**The Theme Settings:** are settings about Colors, Typography, Layout&#x20;

## Guide to use

### In the Sections

To hide which section, please click the eye icon

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

To view which section in a quick way, just feel free to click the icon next to the eye icon

To advanced customization for each section, please click the sub-section title and edit the text, image size, enter redirected link, ect...

### In the Theme Settings

**Color**: manage the color of heading, paragraph, button, and hover button

**Typography**: manage the font of **heading** and **body**

**Layout**: **Page width** and **Vertical space between sections**

![](/files/9PMTssAKHL0977ttyRIw)

You can freely use CSS codes to customize the form of any page of them. In case you have some ideas to customize those but don't know what codes to use, please feel free to contact us via the in-app contact channel. We will be more than happy to provide you with the proper CSS codes.


---

# 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.jaka.app/shopify/~/revisions/etUYfWdaLDrspaqYU0an/pages-and-links/page-and-link-overview.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.
